xine-lib  1.2.9
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 
8 DS_VideoDecoder * DS_VideoDecoder_Open(const char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
9 
11 
13 
15 
16 int 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);
22 int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp);
24 int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value);
25 int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value);
26 
27 
28 #endif /* AVIFILE_DS_VIDEODECODER_H */
void DS_VideoDecoder_StopInternal(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:293
Definition: asfheader.h:126
int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp)
Definition: DS_VideoDecoder.c:424
int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char *name, int value)
Definition: DS_VideoDecoder.c:750
int DS_VideoDecoder_DecodeInternal(DS_VideoDecoder *this, const void *src, int size, int is_keyframe, char *pImage)
Definition: DS_VideoDecoder.c:299
const GUID guid
Definition: asfheader.h:138
int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:60
int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d)
Definition: DS_VideoDecoder.c:634
void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:275
const char * name
Definition: asfheader.h:137
Definition: DS_VideoDecoder.c:18
#define bits
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_Destroy(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:266