ReactOS 0.4.16-dev-927-g467dec4
|
#include <assert.h>
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "msacmdrv.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | tagAcmAdpcmData |
struct | Format |
Typedefs | |
typedef struct tagAcmAdpcmData | AcmAdpcmData |
Variables | |
static const Format | PCM_Formats [] |
static const Format | ADPCM_Formats [] |
static const unsigned | IMA_StepTable [89] |
static const int | IMA_IndexTable [16] |
typedef struct tagAcmAdpcmData AcmAdpcmData |
|
static |
Definition at line 520 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
LRESULT CALLBACK ADPCM_DriverProc | ( | DWORD_PTR | dwDevID, |
HDRVR | hDriv, | ||
UINT | wMsg, | ||
LPARAM | dwParam1, | ||
LPARAM | dwParam2 | ||
) |
Definition at line 926 of file imaadp32.c.
|
static |
Definition at line 602 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
|
static |
Definition at line 652 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
|
static |
Definition at line 549 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
|
static |
Definition at line 85 of file imaadp32.c.
Referenced by ADPCM_FormatDetails(), ADPCM_FormatSuggest(), ADPCM_StreamOpen(), and init_wfx_ima_adpcm().
|
static |
Definition at line 710 of file imaadp32.c.
Referenced by ADPCM_StreamConvert(), and ADPCM_StreamOpen().
|
static |
|
static |
Definition at line 893 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
|
static |
Definition at line 719 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
|
static |
Definition at line 824 of file imaadp32.c.
Referenced by ADPCM_DriverProc().
Definition at line 228 of file imaadp32.c.
Referenced by generate_nibble(), and process_nibble().
Definition at line 222 of file imaadp32.c.
Referenced by cvtMMimaK(), cvtSSima16K(), generate_nibble(), and process_nibble().
|
static |
Definition at line 463 of file imaadp32.c.
Referenced by ADPCM_StreamOpen().
|
static |
Definition at line 358 of file imaadp32.c.
Referenced by ADPCM_StreamOpen().
|
static |
Definition at line 400 of file imaadp32.c.
Referenced by ADPCM_StreamOpen().
|
static |
Definition at line 298 of file imaadp32.c.
Referenced by ADPCM_StreamOpen().
Definition at line 253 of file imaadp32.c.
Referenced by cvtMM16imaK(), and cvtSS16imaK().
|
static |
Definition at line 134 of file imaadp32.c.
Referenced by ADPCM_FormatDetails(), and ADPCM_FormatSuggest().
Definition at line 234 of file imaadp32.c.
Referenced by cvtMMimaK(), and cvtSSima16K().
Definition at line 163 of file imaadp32.c.
Referenced by cvtMM16imaK(), cvtMMimaK(), cvtSS16imaK(), and cvtSSima16K().
Definition at line 173 of file imaadp32.c.
Referenced by cvtMM16imaK(), cvtSS16imaK(), cvtSSima16K(), and W8_16().
WINE_DEFAULT_DEBUG_CHANNEL | ( | adpcm | ) |
Definition at line 76 of file imaadp32.c.
Referenced by ADPCM_FormatDetails(), ADPCM_FormatTagDetails(), and ADPCM_GetFormatIndex().
Definition at line 216 of file imaadp32.c.
Referenced by generate_nibble(), and process_nibble().
Definition at line 200 of file imaadp32.c.
Referenced by generate_nibble(), and process_nibble().
Definition at line 68 of file imaadp32.c.
Referenced by ADPCM_FormatDetails(), ADPCM_FormatTagDetails(), and ADPCM_GetFormatIndex().