xine-lib 1.2.13-20230125hg15249
DS_VideoDecoder.h
Go to the documentation of this file.
1#ifndef AVIFILE_DS_VIDEODECODER_H
2#define AVIFILE_DS_VIDEODECODER_H
3
5
7
8DS_VideoDecoder * DS_VideoDecoder_Open(const char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
9
11
13
15
16int DS_VideoDecoder_DecodeInternal(DS_VideoDecoder *this, const void* src, int size, int is_keyframe, char* pImage);
17
18/*
19 * bits == 0 - leave unchanged
20 */
21//int SetDestFmt(DS_VideoDecoder * this, int bits = 24, fourcc_t csp = 0);
22int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp);
24int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value);
25int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value);
26
27
28#endif /* AVIFILE_DS_VIDEODECODER_H */
int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:60
int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char *name, int value)
Definition DS_VideoDecoder.c:754
DS_VideoDecoder * DS_VideoDecoder_Open(const char *dllname, GUID *guid, BITMAPINFOHEADER *format, int flip, int maxauto)
Definition DS_VideoDecoder.c:85
int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char *name, int *value)
Definition DS_VideoDecoder.c:641
void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:275
int DS_VideoDecoder_DecodeInternal(DS_VideoDecoder *this, const void *src, int size, int is_keyframe, char *pImage)
Definition DS_VideoDecoder.c:299
int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp)
Definition DS_VideoDecoder.c:424
void DS_VideoDecoder_StopInternal(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:293
void DS_VideoDecoder_Destroy(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:266
int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d)
Definition DS_VideoDecoder.c:634
#define bits
Definition DS_VideoDecoder.c:19
const char * name
Definition xine.c:1575