ReactOS 0.4.16-dev-297-gc569aee
|
#include "wine/test.h"
#include "dshow.h"
#include "initguid.h"
#include "dsound.h"
#include "amaudio.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | QI_SUCCEED(iface, riid, ppv) |
#define | RELEASE_EXPECT(iface, num) |
Functions | |
static BOOL | create_dsound_renderer (void) |
static void | release_dsound_renderer (void) |
static HRESULT WINAPI | PB_QueryInterface (IPropertyBag *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | PB_AddRef (IPropertyBag *iface) |
static ULONG WINAPI | PB_Release (IPropertyBag *iface) |
static HRESULT WINAPI | PB_Read (IPropertyBag *iface, LPCOLESTR name, VARIANT *var, IErrorLog *log) |
static HRESULT WINAPI | PB_Write (IPropertyBag *iface, LPCOLESTR name, VARIANT *var) |
static void | test_query_interface (void) |
static void | test_pin (IPin *pin) |
static void | test_basefilter (void) |
START_TEST (dsoundrender) | |
Variables | |
static IUnknown * | pDSRender = NULL |
static IPropertyBagVtbl | PB_Vtbl |
#define COBJMACROS |
Definition at line 22 of file dsoundrender.c.
Definition at line 30 of file dsoundrender.c.
Definition at line 34 of file dsoundrender.c.
Definition at line 41 of file dsoundrender.c.
Referenced by START_TEST().
|
static |
Definition at line 65 of file dsoundrender.c.
|
static |
Definition at line 58 of file dsoundrender.c.
|
static |
Definition at line 77 of file dsoundrender.c.
|
static |
Definition at line 71 of file dsoundrender.c.
|
static |
Definition at line 101 of file dsoundrender.c.
START_TEST | ( | dsoundrender | ) |
Definition at line 221 of file dsoundrender.c.
Definition at line 173 of file dsoundrender.c.
Referenced by START_TEST().
Definition at line 157 of file dsoundrender.c.
Referenced by test_basefilter().
Definition at line 116 of file dsoundrender.c.
Referenced by START_TEST().
|
static |
Definition at line 107 of file dsoundrender.c.
Referenced by test_query_interface().
Definition at line 39 of file dsoundrender.c.
Referenced by create_dsound_renderer(), release_dsound_renderer(), test_basefilter(), and test_query_interface().