|
| WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
|
static DSoundRenderImpl * | impl_from_BaseRenderer (BaseRenderer *iface) |
|
static DSoundRenderImpl * | impl_from_IBaseFilter (IBaseFilter *iface) |
|
static DSoundRenderImpl * | impl_from_IBasicAudio (IBasicAudio *iface) |
|
static DSoundRenderImpl * | impl_from_IReferenceClock (IReferenceClock *iface) |
|
static DSoundRenderImpl * | impl_from_IAMDirectSound (IAMDirectSound *iface) |
|
static DSoundRenderImpl * | impl_from_IAMFilterMiscFlags (IAMFilterMiscFlags *iface) |
|
static REFERENCE_TIME | time_from_pos (DSoundRenderImpl *This, DWORD pos) |
|
static DWORD | pos_from_time (DSoundRenderImpl *This, REFERENCE_TIME time) |
|
static void | DSoundRender_UpdatePositions (DSoundRenderImpl *This, DWORD *seqwritepos, DWORD *minwritepos) |
|
static HRESULT | DSoundRender_GetWritePos (DSoundRenderImpl *This, DWORD *ret_writepos, REFERENCE_TIME write_at, DWORD *pfree, DWORD *skip) |
|
static HRESULT | DSoundRender_HandleEndOfStream (DSoundRenderImpl *This) |
|
static HRESULT | DSoundRender_SendSampleData (DSoundRenderImpl *This, REFERENCE_TIME tStart, REFERENCE_TIME tStop, const BYTE *data, DWORD size) |
|
static HRESULT WINAPI | DSoundRender_ShouldDrawSampleNow (BaseRenderer *This, IMediaSample *pMediaSample, REFERENCE_TIME *pStartTime, REFERENCE_TIME *pEndTime) |
|
static HRESULT WINAPI | DSoundRender_PrepareReceive (BaseRenderer *iface, IMediaSample *pSample) |
|
static HRESULT WINAPI | DSoundRender_DoRenderSample (BaseRenderer *iface, IMediaSample *pSample) |
|
static HRESULT WINAPI | DSoundRender_CheckMediaType (BaseRenderer *iface, const AM_MEDIA_TYPE *pmt) |
|
static VOID WINAPI | DSoundRender_OnStopStreaming (BaseRenderer *iface) |
|
static VOID WINAPI | DSoundRender_OnStartStreaming (BaseRenderer *iface) |
|
static HRESULT WINAPI | DSoundRender_CompleteConnect (BaseRenderer *iface, IPin *pReceivePin) |
|
static HRESULT WINAPI | DSoundRender_BreakConnect (BaseRenderer *iface) |
|
static HRESULT WINAPI | DSoundRender_EndOfStream (BaseRenderer *iface) |
|
static HRESULT WINAPI | DSoundRender_BeginFlush (BaseRenderer *iface) |
|
static HRESULT WINAPI | DSoundRender_EndFlush (BaseRenderer *iface) |
|
HRESULT | DSoundRender_create (IUnknown *pUnkOuter, LPVOID *ppv) |
|
static HRESULT WINAPI | DSoundRender_QueryInterface (IBaseFilter *iface, REFIID riid, LPVOID *ppv) |
|
static ULONG WINAPI | DSoundRender_Release (IBaseFilter *iface) |
|
static HRESULT WINAPI | DSoundRender_Pause (IBaseFilter *iface) |
|
static HRESULT WINAPI | Basicaudio_QueryInterface (IBasicAudio *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | Basicaudio_AddRef (IBasicAudio *iface) |
|
static ULONG WINAPI | Basicaudio_Release (IBasicAudio *iface) |
|
static HRESULT WINAPI | Basicaudio_put_Volume (IBasicAudio *iface, LONG lVolume) |
|
static HRESULT WINAPI | Basicaudio_get_Volume (IBasicAudio *iface, LONG *plVolume) |
|
static HRESULT WINAPI | Basicaudio_put_Balance (IBasicAudio *iface, LONG lBalance) |
|
static HRESULT WINAPI | Basicaudio_get_Balance (IBasicAudio *iface, LONG *plBalance) |
|
static DWORD WINAPI | DSoundAdviseThread (LPVOID lpParam) |
|
static HRESULT WINAPI | ReferenceClock_QueryInterface (IReferenceClock *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | ReferenceClock_AddRef (IReferenceClock *iface) |
|
static ULONG WINAPI | ReferenceClock_Release (IReferenceClock *iface) |
|
static HRESULT WINAPI | ReferenceClock_GetTime (IReferenceClock *iface, REFERENCE_TIME *pTime) |
|
static HRESULT WINAPI | ReferenceClock_AdviseTime (IReferenceClock *iface, REFERENCE_TIME rtBaseTime, REFERENCE_TIME rtStreamTime, HEVENT hEvent, DWORD_PTR *pdwAdviseCookie) |
|
static HRESULT WINAPI | ReferenceClock_AdvisePeriodic (IReferenceClock *iface, REFERENCE_TIME rtStartTime, REFERENCE_TIME rtPeriodTime, HSEMAPHORE hSemaphore, DWORD_PTR *pdwAdviseCookie) |
|
static HRESULT WINAPI | ReferenceClock_Unadvise (IReferenceClock *iface, DWORD_PTR dwAdviseCookie) |
|
static HRESULT WINAPI | AMDirectSound_QueryInterface (IAMDirectSound *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | AMDirectSound_AddRef (IAMDirectSound *iface) |
|
static ULONG WINAPI | AMDirectSound_Release (IAMDirectSound *iface) |
|
static HRESULT WINAPI | AMDirectSound_GetDirectSoundInterface (IAMDirectSound *iface, IDirectSound **ds) |
|
static HRESULT WINAPI | AMDirectSound_GetPrimaryBufferInterface (IAMDirectSound *iface, IDirectSoundBuffer **buf) |
|
static HRESULT WINAPI | AMDirectSound_GetSecondaryBufferInterface (IAMDirectSound *iface, IDirectSoundBuffer **buf) |
|
static HRESULT WINAPI | AMDirectSound_ReleaseDirectSoundInterface (IAMDirectSound *iface, IDirectSound *ds) |
|
static HRESULT WINAPI | AMDirectSound_ReleasePrimaryBufferInterface (IAMDirectSound *iface, IDirectSoundBuffer *buf) |
|
static HRESULT WINAPI | AMDirectSound_ReleaseSecondaryBufferInterface (IAMDirectSound *iface, IDirectSoundBuffer *buf) |
|
static HRESULT WINAPI | AMDirectSound_SetFocusWindow (IAMDirectSound *iface, HWND hwnd, BOOL bgaudible) |
|
static HRESULT WINAPI | AMDirectSound_GetFocusWindow (IAMDirectSound *iface, HWND *hwnd, BOOL *bgaudible) |
|
static HRESULT WINAPI | AMFilterMiscFlags_QueryInterface (IAMFilterMiscFlags *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | AMFilterMiscFlags_AddRef (IAMFilterMiscFlags *iface) |
|
static ULONG WINAPI | AMFilterMiscFlags_Release (IAMFilterMiscFlags *iface) |
|
static ULONG WINAPI | AMFilterMiscFlags_GetMiscFlags (IAMFilterMiscFlags *iface) |
|