ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Classes | |
struct | capture_state_t |
Macros | |
#define | NOTIFICATIONS 5 |
#define | WAVE_FORMAT(f) case f: return #f |
Functions | |
static | HRESULT (WINAPI *pDirectSoundCaptureCreate)(LPCGUID |
static const char * | get_format_str (WORD format) |
const char * | format_string (const WAVEFORMATEX *wfx) |
static void | IDirectSoundCapture_test (LPDIRECTSOUNDCAPTURE dsco, BOOL initialized, LPCGUID lpGuid) |
static void | test_capture (void) |
static int | capture_buffer_service (capture_state_t *state) |
static void | test_capture_buffer (LPDIRECTSOUNDCAPTURE dsco, LPDIRECTSOUNDCAPTUREBUFFER dscbo, int record) |
static BOOL WINAPI | dscenum_callback (LPGUID lpGuid, LPCSTR lpcstrDescription, LPCSTR lpcstrModule, LPVOID lpContext) |
static void | test_enumerate (void) |
static void | test_COM (void) |
START_TEST (capture) | |
Variables | |
static LPDIRECTSOUNDCAPTURE | LPUNKNOWN =NULL |
static | LPVOID =NULL |
|
static |
Definition at line 275 of file capture.c.
Referenced by test_capture_buffer().
|
static |
Definition at line 424 of file capture.c.
Referenced by test_enumerate().
const char * format_string | ( | const WAVEFORMATEX * | wfx | ) |
Definition at line 84 of file capture.c.
Referenced by acpi_extract_package(), dscenum_callback(), test_buffer(), test_buffer8(), test_primary_secondary(), and test_primary_secondary8().
Definition at line 31 of file capture.c.
Referenced by format_string(), and wave_in_test_deviceIn().
|
static |
Definition at line 95 of file capture.c.
Referenced by test_capture().
START_TEST | ( | capture | ) |
Definition at line 749 of file capture.c.
Definition at line 174 of file capture.c.
Referenced by START_TEST(), and test_audioclient().
|
static |
Definition at line 304 of file capture.c.
Referenced by dscenum_callback().
Definition at line 669 of file capture.c.
Referenced by START_TEST().
Definition at line 662 of file capture.c.
Referenced by START_TEST().
LPDIRECTSOUNDCAPTURE LPUNKNOWN =NULL |