xine-lib 1.2.11
DMO_VideoDecoder.h
Go to the documentation of this file.
1#ifndef AVIFILE_DMO_VIDEODECODER_H
2#define AVIFILE_DMO_VIDEODECODER_H
3
5
7
8DMO_VideoDecoder * DMO_VideoDecoder_Open(const char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
9
11
13
15
16int DMO_VideoDecoder_DecodeInternal(DMO_VideoDecoder *this, const void* src, int size, int is_keyframe, char* pImage);
17
18/*
19 * bits == 0 - leave unchanged
20 */
21//int SetDestFmt(DMO_VideoDecoder * this, int bits = 24, fourcc_t csp = 0);
22int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int csp);
24
25
26#endif /* AVIFILE_DMO_VIDEODECODER_H */
int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this)
void DMO_VideoDecoder_Destroy(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:271
int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int csp)
Definition: DMO_VideoDecoder.c:374
int DMO_VideoDecoder_DecodeInternal(DMO_VideoDecoder *this, const void *src, int size, int is_keyframe, char *pImage)
Definition: DMO_VideoDecoder.c:309
void DMO_VideoDecoder_StopInternal(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:299
DMO_VideoDecoder * DMO_VideoDecoder_Open(const char *dllname, GUID *guid, BITMAPINFOHEADER *format, int flip, int maxauto)
Definition: DMO_VideoDecoder.c:93
int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d)
Definition: DMO_VideoDecoder.c:561
void DMO_VideoDecoder_StartInternal(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:280
#define bits
Definition: DMO_VideoDecoder.c:25