|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "mmddk.h"#include "digitalv.h"#include "vfw.h"#include "wownt32.h"#include "mciavi.h"

Go to the source code of this file.
Classes | |
| struct | MMIOPos |
| struct | WINE_MCIAVI |
Variables | |
| HINSTANCE MCIAVI_hInstance | DECLSPEC_HIDDEN |
| DWORD MCIAVI_ConvertTimeFormatToFrame | ( | WINE_MCIAVI * | wma, |
| DWORD | val | ||
| ) |
Definition at line 52 of file info.c.
Referenced by MCIAVI_mciPlay(), and MCIAVI_mciSeek().
| BOOL MCIAVI_CreateWindow | ( | WINE_MCIAVI * | wma, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_OPEN_PARMSW | lpOpenParms | ||
| ) |
Definition at line 112 of file wnd.c.
Referenced by MCIAVI_mciOpen().
| BOOL MCIAVI_GetInfo | ( | WINE_MCIAVI * | wma | ) |
Definition at line 255 of file mmoutput.c.
Referenced by MCIAVI_mciOpen().
| DWORD MCIAVI_mciClose | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_GENERIC_PARMS | lpParms | ||
| ) |
Definition at line 305 of file mciavi.c.
Referenced by MCIAVI_DriverProc(), MCIAVI_drvClose(), and MCIAVI_WindowProc().
| DWORD MCIAVI_mciGetDevCaps | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_GETDEVCAPS_PARMS | lpParms | ||
| ) |
Definition at line 73 of file info.c.
Referenced by MCIAVI_DriverProc().
| WINE_MCIAVI * MCIAVI_mciGetOpenDev | ( | UINT | wDevID | ) |
Definition at line 157 of file mciavi.c.
Referenced by MCIAVI_mciBreak(), MCIAVI_mciClose(), MCIAVI_mciConfigure(), MCIAVI_mciCue(), MCIAVI_mciGetDevCaps(), MCIAVI_mciInfo(), MCIAVI_mciLoad(), MCIAVI_mciPause(), MCIAVI_mciPlay(), MCIAVI_mciPut(), MCIAVI_mciRealize(), MCIAVI_mciResume(), MCIAVI_mciSeek(), MCIAVI_mciSet(), MCIAVI_mciSetAudio(), MCIAVI_mciSetVideo(), MCIAVI_mciSignal(), MCIAVI_mciStatus(), MCIAVI_mciStep(), MCIAVI_mciStop(), MCIAVI_mciUpdate(), MCIAVI_mciWhere(), MCIAVI_mciWindow(), and MCIAVI_waveCallback().
| DWORD MCIAVI_mciInfo | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_INFO_PARMSW | lpParms | ||
| ) |
Definition at line 188 of file info.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_mciPut | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_PUT_PARMS | lpParms | ||
| ) |
Definition at line 153 of file wnd.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_mciSet | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_SET_PARMS | lpParms | ||
| ) |
Definition at line 227 of file info.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_mciStatus | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_STATUS_PARMSW | lpParms | ||
| ) |
Definition at line 363 of file info.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_mciWhere | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_RECT_PARMS | lpParms | ||
| ) |
Definition at line 209 of file wnd.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_mciWindow | ( | UINT | wDevID, |
| DWORD | dwFlags, | ||
| LPMCI_DGV_WINDOW_PARMSW | lpParms | ||
| ) |
Definition at line 277 of file wnd.c.
Referenced by MCIAVI_DriverProc().
| DWORD MCIAVI_OpenAudio | ( | WINE_MCIAVI * | wma, |
| unsigned * | nHdr, | ||
| LPWAVEHDR * | pWaveHdr | ||
| ) |
Definition at line 534 of file mmoutput.c.
Referenced by MCIAVI_player().
| BOOL MCIAVI_OpenVideo | ( | WINE_MCIAVI * | wma | ) |
Definition at line 435 of file mmoutput.c.
Referenced by MCIAVI_mciOpen().
| double MCIAVI_PaintFrame | ( | WINE_MCIAVI * | wma, |
| HDC | hDC | ||
| ) |
Definition at line 613 of file mmoutput.c.
Referenced by MCIAVI_mciUpdate(), MCIAVI_OpenVideo(), MCIAVI_player(), and MCIAVI_WindowProc().
| void MCIAVI_PlayAudioBlocks | ( | WINE_MCIAVI * | wma, |
| unsigned | nHdr, | ||
| LPWAVEHDR | waveHdr | ||
| ) |
Definition at line 584 of file mmoutput.c.
Referenced by MCIAVI_player().
Definition at line 93 of file wnd.c.
Referenced by MCIAVI_drvOpen().
Definition at line 88 of file wnd.c.
Referenced by MCIAVI_drvClose().
|
extern |
Definition at line 289 of file d3dcompiler_private.h.