ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | WAVE_FORMAT_48M08 0x00001000 /* 48 kHz, Mono, 8-bit */ |
#define | WAVE_FORMAT_48S08 0x00002000 /* 48 kHz, Stereo, 8-bit */ |
#define | WAVE_FORMAT_48M16 0x00004000 /* 48 kHz, Mono, 16-bit */ |
#define | WAVE_FORMAT_48S16 0x00008000 /* 48 kHz, Stereo, 16-bit */ |
#define | WAVE_FORMAT_96M08 0x00010000 /* 96 kHz, Mono, 8-bit */ |
#define | WAVE_FORMAT_96S08 0x00020000 /* 96 kHz, Stereo, 8-bit */ |
#define | WAVE_FORMAT_96M16 0x00040000 /* 96 kHz, Mono, 16-bit */ |
#define | WAVE_FORMAT_96S16 0x00080000 /* 96 kHz, Stereo, 16-bit */ |
#define | DRV_QUERYDEVICEINTERFACE (DRV_RESERVED + 12) |
#define | DRV_QUERYDEVICEINTERFACESIZE (DRV_RESERVED + 13) |
Functions | |
const char * | dev_name (int) |
const char * | wave_open_flags (DWORD) |
const char * | mmsys_error (MMRESULT) |
const char * | wave_out_error (MMRESULT) |
const char * | get_format_str (WORD format) |
const char * | wave_time_format (UINT type) |
DWORD | bytes_to_samples (DWORD bytes, LPWAVEFORMATEX pwfx) |
DWORD | bytes_to_ms (DWORD bytes, LPWAVEFORMATEX pwfx) |
DWORD | time_to_bytes (LPMMTIME mmtime, LPWAVEFORMATEX pwfx) |
Variables | |
static const unsigned int | win_formats [][4] |
#define DRV_QUERYDEVICEINTERFACE (DRV_RESERVED + 12) |
Definition at line 31 of file winmm_test.h.
#define DRV_QUERYDEVICEINTERFACESIZE (DRV_RESERVED + 13) |
Definition at line 34 of file winmm_test.h.
#define WAVE_FORMAT_48M08 0x00001000 /* 48 kHz, Mono, 8-bit */ |
Definition at line 20 of file winmm_test.h.
#define WAVE_FORMAT_48M16 0x00004000 /* 48 kHz, Mono, 16-bit */ |
Definition at line 22 of file winmm_test.h.
#define WAVE_FORMAT_48S08 0x00002000 /* 48 kHz, Stereo, 8-bit */ |
Definition at line 21 of file winmm_test.h.
#define WAVE_FORMAT_48S16 0x00008000 /* 48 kHz, Stereo, 16-bit */ |
Definition at line 23 of file winmm_test.h.
#define WAVE_FORMAT_96M08 0x00010000 /* 96 kHz, Mono, 8-bit */ |
Definition at line 24 of file winmm_test.h.
#define WAVE_FORMAT_96M16 0x00040000 /* 96 kHz, Mono, 16-bit */ |
Definition at line 26 of file winmm_test.h.
#define WAVE_FORMAT_96S08 0x00020000 /* 96 kHz, Stereo, 8-bit */ |
Definition at line 25 of file winmm_test.h.
#define WAVE_FORMAT_96S16 0x00080000 /* 96 kHz, Stereo, 16-bit */ |
Definition at line 27 of file winmm_test.h.
DWORD bytes_to_ms | ( | DWORD | bytes, |
LPWAVEFORMATEX | pwfx | ||
) |
DWORD bytes_to_samples | ( | DWORD | bytes, |
LPWAVEFORMATEX | pwfx | ||
) |
Definition at line 211 of file wave.c.
Referenced by ata_adapter_info(), ata_bblk(), ata_hide(), ata_list(), ata_mode(), ata_power_mode(), ata_reset(), ata_scan(), check_position(), BtrfsChangeDriveLetter::do_change(), DriverEntry(), nfs41_driver_unload(), test_fragmentsize(), VfdGetLocalLink(), VfdOpenDevice(), VfdSetLocalLink(), wave_in_test_device(), wave_in_test_deviceIn(), wave_in_tests(), wave_out_test_device(), wave_out_test_deviceOut(), and wave_out_tests().
Definition at line 408 of file wave.c.
Referenced by wave_out_test_deviceOut().
Definition at line 220 of file wave.c.
Referenced by wave_out_error(), wave_out_test_deviceOut(), and wave_out_tests().
DWORD time_to_bytes | ( | LPMMTIME | mmtime, |
LPWAVEFORMATEX | pwfx | ||
) |
Definition at line 471 of file wave.c.
Referenced by check_position().
Definition at line 284 of file wave.c.
Referenced by wave_in_test_deviceIn(), and wave_out_test_deviceOut().
Definition at line 270 of file wave.c.
Referenced by check_position(), test_fragmentsize(), wave_in_test_deviceIn(), wave_out_test_device(), and wave_out_test_deviceOut().
Definition at line 391 of file wave.c.
Referenced by check_position().
Definition at line 37 of file winmm_test.h.