ReactOS 0.4.15-dev-8636-g945e856
|
#include <assert.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "mmddk.h"
#include "wownt32.h"
#include "digitalv.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | WINE_MCIWAVE |
struct | SCA |
Macros | |
#define | WAVE_ALIGN_ON_BLOCK(wmw, v) ((((v) + (wmw)->lpWaveFormat->nBlockAlign - 1) / (wmw)->lpWaveFormat->nBlockAlign) * (wmw)->lpWaveFormat->nBlockAlign) |
#define | WAVE_ALIGN_ON_BLOCK(wmw, v) ((((v) + (wmw)->lpWaveFormat->nBlockAlign - 1) / (wmw)->lpWaveFormat->nBlockAlign) * (wmw)->lpWaveFormat->nBlockAlign) |
Typedefs | |
typedef DWORD(* | async_cmd) (MCIDEVICEID wDevID, DWORD_PTR dwFlags, DWORD_PTR pmt, HANDLE evt) |
#define WAVE_ALIGN_ON_BLOCK | ( | wmw, | |
v | |||
) | ((((v) + (wmw)->lpWaveFormat->nBlockAlign - 1) / (wmw)->lpWaveFormat->nBlockAlign) * (wmw)->lpWaveFormat->nBlockAlign) |
#define WAVE_ALIGN_ON_BLOCK | ( | wmw, | |
v | |||
) | ((((v) + (wmw)->lpWaveFormat->nBlockAlign - 1) / (wmw)->lpWaveFormat->nBlockAlign) * (wmw)->lpWaveFormat->nBlockAlign) |
Definition at line 418 of file mciwave.c.
Referenced by WAVE_mciRecord().
Definition at line 82 of file mciwave.c.
Referenced by MCI_SendCommandAsync().
|
static |
Definition at line 99 of file mciwave.c.
Referenced by WAVE_mciPlay(), and WAVE_mciRecord().
LRESULT CALLBACK MCIWAVE_DriverProc | ( | DWORD_PTR | dwDevID, |
HDRVR | hDriv, | ||
UINT | wMsg, | ||
LPARAM | dwParam1, | ||
LPARAM | dwParam2 | ||
) |
Definition at line 1716 of file mciwave.c.
|
static |
Definition at line 227 of file mciwave.c.
Referenced by WAVE_ConvertTimeFormatToByte(), and WAVE_mciStatus().
|
static |
Definition at line 251 of file mciwave.c.
Referenced by WAVE_mciPlay(), WAVE_mciRecord(), and WAVE_mciSeek().
|
static |
Definition at line 180 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 150 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 660 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 346 of file mciwave.c.
Referenced by WAVE_mciRecord().
|
static |
Definition at line 581 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
|
static |
Definition at line 1599 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 195 of file mciwave.c.
Referenced by WAVE_mciClose(), WAVE_mciCue(), WAVE_mciGetDevCaps(), WAVE_mciInfo(), WAVE_mciPause(), WAVE_mciPlay(), WAVE_mciRecord(), WAVE_mciResume(), WAVE_mciSave(), WAVE_mciSeek(), WAVE_mciSet(), WAVE_mciStatus(), and WAVE_mciStop().
|
static |
Definition at line 1670 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 213 of file mciwave.c.
Referenced by WAVE_mciClose(), WAVE_mciCue(), WAVE_mciGetDevCaps(), WAVE_mciInfo(), WAVE_mciOpen(), WAVE_mciPause(), WAVE_mciResume(), WAVE_mciSave(), WAVE_mciSeek(), WAVE_mciSet(), WAVE_mciStatus(), and WAVE_mciStop().
|
static |
Definition at line 514 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 461 of file mciwave.c.
Referenced by WAVE_mciOpen(), and WAVE_mciSave().
|
static |
Definition at line 1166 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
This function will be called again by a thread when async is used. We have to set MCI_MODE_PLAY before we do this so that the app can spin on MCI_STATUS, so we have to allow it here if we're not going to start this thread.
Definition at line 739 of file mciwave.c.
Referenced by MCIWAVE_DriverProc(), and WAVE_mciPlay().
|
static |
Definition at line 700 of file mciwave.c.
Referenced by WAVE_mciPlay().
|
static |
Definition at line 723 of file mciwave.c.
Referenced by WAVE_mciPlay().
|
static |
Definition at line 278 of file mciwave.c.
Referenced by WAVE_mciOpenFile().
|
static |
This function will be called again by a thread when async is used. We have to set MCI_MODE_RECORD before we do this so that the app can spin on MCI_STATUS, so we have to allow it here if we're not going to start this thread.
Definition at line 1000 of file mciwave.c.
Referenced by MCIWAVE_DriverProc(), and WAVE_mciRecord().
|
static |
Definition at line 941 of file mciwave.c.
Referenced by WAVE_mciRecord().
|
static |
Definition at line 984 of file mciwave.c.
Referenced by WAVE_mciRecord().
|
static |
Definition at line 1206 of file mciwave.c.
Referenced by MCIWAVE_DriverProc(), WAVE_mciPlay(), and WAVE_mciRecord().
|
static |
Definition at line 1419 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 1249 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 1293 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 1471 of file mciwave.c.
Referenced by MCIWAVE_DriverProc().
|
static |
Definition at line 618 of file mciwave.c.
Referenced by MCIWAVE_DriverProc(), WAVE_mciClose(), WAVE_mciPlay(), WAVE_mciSave(), WAVE_mciSeek(), and WAVE_mciSet().
WINE_DEFAULT_DEBUG_CHANNEL | ( | mciwave | ) |