Go to the source code of this file.
Functions | |
BYTE * | GetNextBitmapFromTemporaryFile (long frame) |
void | Msg (TCHAR *szFormat,...) |
Variables | |
int | gFirstF |
int | gLastF |
int | gCurrentF |
const AMOVIESETUP_MEDIATYPE | sudOpPinTypes |
BYTE* GetNextBitmapFromTemporaryFile | ( | long | frame | ) |
Definition at line 104 of file avi24_dll.c.
References B, G, lpBitmapBits, lpBitmapHeader, min, R, and UnCompressLongLine().
Referenced by CPushPinBitmapSet::CPushPinBitmapSet(), and CPushPinBitmapSet::LoadNextBitmap().
void Msg | ( | TCHAR * | szFormat, | |
... | ||||
) |
Definition at line 114 of file avi_write.cpp.
int gFirstF |
Definition at line 21 of file avi_write.cpp.
Referenced by AVIEntryPoint(), and CPushPinBitmapSet::CPushPinBitmapSet().
int gLastF |
Definition at line 22 of file avi_write.cpp.
Referenced by AVIEntryPoint(), and CPushPinBitmapSet::CPushPinBitmapSet().
int gCurrentF |
const AMOVIESETUP_MEDIATYPE sudOpPinTypes |
Initial value:
{ &MEDIATYPE_Video, &MEDIASUBTYPE_NULL }
Definition at line 21 of file avi_PushSourceBitmapSet.cpp.