|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | MAX_AVISTREAMS 8 |
| #define | WIDTHBYTES(i) (((i+31)&(~31))/8) |
| #define | DIBWIDTHBYTES(bi) WIDTHBYTES((bi).biWidth * (bi).biBitCount) |
| #define | DIBPTR(lp) |
| #define | IDD_SAVEOPTIONS 0x0100 |
| #define | IDC_INTERLEAVE 0x0110 |
| #define | IDC_INTERLEAVEEVERY 0x0111 |
| #define | IDC_STREAM 0x0112 |
| #define | IDC_OPTIONS 0x0113 |
| #define | IDC_FORMATTEXT 0x0114 |
| #define | IDS_WAVESTREAMFORMAT 0x0100 |
| #define | IDS_WAVEFILETYPE 0x0101 |
| #define | IDS_ALLMULTIMEDIA 0x0184 |
| #define | IDS_ALLFILES 0x0185 |
| #define | IDS_VIDEO 0x0189 |
| #define | IDS_AUDIO 0x0190 |
| #define | IDS_AVIFILETYPE 0x0192 |
| #define | IDS_UNCOMPRESSED 0x0193 |
Functions | |
| DEFINE_AVIGUID (CLSID_ICMStream, 0x00020001, 0, 0) | |
| DEFINE_AVIGUID (CLSID_WAVFile, 0x00020003, 0, 0) | |
| DEFINE_AVIGUID (CLSID_ACMStream, 0x0002000F, 0, 0) | |
| HRESULT | AVIFILE_CreateAVIFile (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppobj) DECLSPEC_HIDDEN |
| HRESULT | AVIFILE_CreateWAVFile (IUnknown *outer_unk, REFIID riid, void **ret_iface) DECLSPEC_HIDDEN |
| HRESULT | AVIFILE_CreateACMStream (REFIID riid, LPVOID *ppobj) DECLSPEC_HIDDEN |
| HRESULT | AVIFILE_CreateICMStream (REFIID riid, LPVOID *ppobj) DECLSPEC_HIDDEN |
| PGETFRAME | AVIFILE_CreateGetFrame (PAVISTREAM pstream) DECLSPEC_HIDDEN |
| PAVIFILE | AVIFILE_CreateAVITempFile (int nStreams, const PAVISTREAM *ppStreams) DECLSPEC_HIDDEN |
| LPCWSTR | AVIFILE_BasenameW (LPCWSTR szFileName) DECLSPEC_HIDDEN |
| HRESULT WINAPI | avifil32_DllGetClassObject (REFCLSID pclsid, REFIID piid, LPVOID *ppv) DECLSPEC_HIDDEN |
Variables | |
| HMODULE AVIFILE_hModule | DECLSPEC_HIDDEN |
| #define DIBPTR | ( | lp | ) |
Definition at line 35 of file avifile_private.h.
| #define DIBWIDTHBYTES | ( | bi | ) | WIDTHBYTES((bi).biWidth * (bi).biBitCount) |
Definition at line 31 of file avifile_private.h.
| #define IDC_FORMATTEXT 0x0114 |
Definition at line 44 of file avifile_private.h.
| #define IDC_INTERLEAVE 0x0110 |
Definition at line 40 of file avifile_private.h.
| #define IDC_INTERLEAVEEVERY 0x0111 |
Definition at line 41 of file avifile_private.h.
| #define IDC_OPTIONS 0x0113 |
Definition at line 43 of file avifile_private.h.
| #define IDC_STREAM 0x0112 |
Definition at line 42 of file avifile_private.h.
| #define IDD_SAVEOPTIONS 0x0100 |
Definition at line 39 of file avifile_private.h.
| #define IDS_ALLFILES 0x0185 |
Definition at line 49 of file avifile_private.h.
| #define IDS_ALLMULTIMEDIA 0x0184 |
Definition at line 48 of file avifile_private.h.
| #define IDS_AUDIO 0x0190 |
Definition at line 51 of file avifile_private.h.
| #define IDS_AVIFILETYPE 0x0192 |
Definition at line 52 of file avifile_private.h.
| #define IDS_UNCOMPRESSED 0x0193 |
Definition at line 53 of file avifile_private.h.
| #define IDS_VIDEO 0x0189 |
Definition at line 50 of file avifile_private.h.
| #define IDS_WAVEFILETYPE 0x0101 |
Definition at line 47 of file avifile_private.h.
| #define IDS_WAVESTREAMFORMAT 0x0100 |
Definition at line 46 of file avifile_private.h.
| #define MAX_AVISTREAMS 8 |
Definition at line 26 of file avifile_private.h.
Definition at line 30 of file avifile_private.h.
Referenced by DllGetClassObject().
Definition at line 162 of file factory.c.
Referenced by AVIFILE_LoadFile(), and IPersistFile_fnLoad().
Definition at line 704 of file acmstream.c.
Referenced by IClassFactory_fnCreateInstance().
| PAVIFILE AVIFILE_CreateAVITempFile | ( | int | nStreams, |
| const PAVISTREAM * | ppStreams | ||
| ) |
Definition at line 220 of file tmpfile.c.
Referenced by AVIMakeFileFromStreams().
| PGETFRAME AVIFILE_CreateGetFrame | ( | PAVISTREAM | pstream | ) |
Definition at line 487 of file getframe.c.
Referenced by AVIStreamGetFrameOpen().
Definition at line 727 of file icmstream.c.
Referenced by IClassFactory_fnCreateInstance().
Definition at line 978 of file wavfile.c.
Referenced by IClassFactory_fnCreateInstance().
| DEFINE_AVIGUID | ( | CLSID_ACMStream | , |
| 0x0002000F | , | ||
| 0 | , | ||
| 0 | |||
| ) |
| DEFINE_AVIGUID | ( | CLSID_ICMStream | , |
| 0x00020001 | , | ||
| 0 | , | ||
| 0 | |||
| ) |
| DEFINE_AVIGUID | ( | CLSID_WAVFile | , |
| 0x00020003 | , | ||
| 0 | , | ||
| 0 | |||
| ) |
|
extern |
Definition at line 289 of file d3dcompiler_private.h.