ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Classes | |
struct | common_avi_headers |
struct | unk_impl |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | IS_INFO_UPDATED(m) |
Typedefs | |
typedef struct common_avi_headers | COMMON_AVI_HEADERS |
Functions | |
DEFINE_AVIGUID (CLSID_WAVFile, 0x00020003, 0, 0) | |
static void | test_AVISaveOptions (void) |
static void | test_EditStreamSetInfo (void) |
static void | init_test_struct (COMMON_AVI_HEADERS *cah) |
static void | create_avi_file (const COMMON_AVI_HEADERS *cah, char *filename) |
static void | test_default_data (void) |
static void | test_amh_corruption (void) |
static void | test_ash1_corruption (void) |
static void | test_ash1_corruption2 (void) |
static struct unk_impl * | impl_from_IUnknown (IUnknown *iface) |
static HRESULT WINAPI | unk_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | unk_AddRef (IUnknown *iface) |
static ULONG WINAPI | unk_Release (IUnknown *iface) |
static void | test_COM (void) |
static void | test_COM_wavfile (void) |
static void | test_COM_editstream (void) |
START_TEST (api) | |
Variables | |
static const CHAR | winetest0 [] = "winetest0" |
static const CHAR | winetest1 [] = "winetest1" |
static const CHAR | testfilename [] = "wine_avifil32_test.avi" |
static const DWORD | deffh [] |
static const MainAVIHeader | defmah |
static const AVIStreamHeader | defash0 |
static const AVIStreamHeader | defash1 |
static const PCMWAVEFORMAT | defpcmwf |
static const DWORD | streamlist [] |
static const DWORD | videostreamformat [] |
static const DWORD | padding1 [] |
static const DWORD | videopropheader [] |
static const DWORD | audiostreamformat_pre [] |
static DWORD | data [] |
static const IUnknownVtbl | unk_vtbl |
|
static |
Definition at line 331 of file api.c.
Referenced by test_amh_corruption(), test_ash1_corruption(), test_ash1_corruption2(), and test_default_data().
DEFINE_AVIGUID | ( | CLSID_WAVFile | , |
0x00020003 | , | ||
0 | , | ||
0 | |||
) |
Definition at line 550 of file api.c.
Referenced by unk_AddRef(), unk_QueryInterface(), and unk_Release().
|
static |
Definition at line 322 of file api.c.
Referenced by test_amh_corruption(), test_ash1_corruption(), test_ash1_corruption2(), and test_default_data().
START_TEST | ( | api | ) |
Definition at line 742 of file api.c.
Definition at line 452 of file api.c.
Referenced by START_TEST().
Definition at line 473 of file api.c.
Referenced by START_TEST().
Definition at line 509 of file api.c.
Referenced by START_TEST().
Definition at line 174 of file api.c.
Referenced by START_TEST().
Definition at line 602 of file api.c.
Referenced by START_TEST().
Definition at line 713 of file api.c.
Referenced by START_TEST().
Definition at line 652 of file api.c.
Referenced by START_TEST().
Definition at line 355 of file api.c.
Referenced by START_TEST().
Definition at line 226 of file api.c.
Referenced by START_TEST().
Definition at line 151 of file api.c.
Referenced by create_avi_file().
|
static |
Definition at line 61 of file api.c.
Referenced by init_test_struct().
|
static |
Definition at line 79 of file api.c.
Referenced by init_test_struct().
Definition at line 39 of file api.c.
Referenced by create_avi_file(), and init_test_struct().
|
static |
Definition at line 46 of file api.c.
Referenced by init_test_struct().
|
static |
Definition at line 98 of file api.c.
Referenced by init_test_struct().
Definition at line 134 of file api.c.
Referenced by create_avi_file().
Definition at line 121 of file api.c.
Referenced by create_avi_file().
Definition at line 35 of file api.c.
Referenced by test_amh_corruption(), test_ash1_corruption(), test_ash1_corruption2(), and test_default_data().
|
static |
Definition at line 595 of file api.c.
Referenced by test_COM(), and test_COM_wavfile().
Definition at line 139 of file api.c.
Referenced by create_avi_file().
Definition at line 127 of file api.c.
Referenced by create_avi_file().
Definition at line 33 of file api.c.
Referenced by test_AVISaveOptions().
Definition at line 34 of file api.c.
Referenced by test_AVISaveOptions().