Home
last modified time | relevance | path

Searched defs:pSample (Results 1 – 19 of 19) sorted by relevance

/reactos/sdk/lib/3rdparty/strmbase/
H A Doutputqueue.c40 IMediaSample *pSample; member
173 HRESULT WINAPI OutputQueue_Receive(OutputQueue *pOutputQueue, IMediaSample *pSample) in OutputQueue_Receive()
H A Drenderer.c219 static HRESULT WINAPI BaseRenderer_Receive(BaseInputPin *pin, IMediaSample * pSample) in BaseRenderer_Receive()
329 HRESULT WINAPI BaseRendererImpl_Receive(BaseRenderer *This, IMediaSample * pSample) in BaseRendererImpl_Receive()
H A Dpin.c574 HRESULT WINAPI BaseOutputPinImpl_Deliver(BaseOutputPin *This, IMediaSample * pSample) in BaseOutputPinImpl_Deliver()
1109 static HRESULT WINAPI MemInputPin_Receive(IMemInputPin * iface, IMediaSample * pSample) in MemInputPin_Receive()
/reactos/dll/directx/wine/quartz/
H A Dpin.c404 IMediaSample *pSample; in PullPin_Flush() local
439 IMediaSample * pSample = NULL; in PullPin_Thread_Process() local
671 IMediaSample *pSample; in PullPin_PauseProcessing() local
H A Dmemallocator.c297 static HRESULT WINAPI BaseMemAllocator_GetBuffer(IMemAllocator * iface, IMediaSample ** pSample, RE… in BaseMemAllocator_GetBuffer()
357 static HRESULT WINAPI BaseMemAllocator_ReleaseBuffer(IMemAllocator * iface, IMediaSample * pSample) in BaseMemAllocator_ReleaseBuffer()
820 StdMediaSample2 * pSample = NULL; in StdMemAllocator_Alloc() local
865 StdMediaSample2 *pSample; in StdMemAllocator_Free() local
H A Dacmwrapper.c61 static HRESULT WINAPI ACMWrapper_Receive(TransformFilter *tf, IMediaSample *pSample) in ACMWrapper_Receive()
H A Davidec.c107 static HRESULT WINAPI AVIDec_Receive(TransformFilter *tf, IMediaSample *pSample) in AVIDec_Receive()
H A Dfilesource.c737 IMediaSample * pSample; /* sample passed to us by user */ member
1090 static HRESULT WINAPI FileAsyncReader_Request(IAsyncReader * iface, IMediaSample * pSample, DWORD_P… in FileAsyncReader_Request()
1311 static HRESULT WINAPI FileAsyncReader_SyncReadAligned(IAsyncReader * iface, IMediaSample * pSample) in FileAsyncReader_SyncReadAligned()
H A Dwaveparser.c82 static HRESULT WAVEParser_Sample(LPVOID iface, IMediaSample * pSample, DWORD_PTR cookie) in WAVEParser_Sample()
H A Dvideorenderer.c257 static HRESULT WINAPI VideoRenderer_ShouldDrawSampleNow(BaseRenderer *This, IMediaSample *pSample, … in VideoRenderer_ShouldDrawSampleNow()
265 static HRESULT WINAPI VideoRenderer_DoRenderSample(BaseRenderer* iface, IMediaSample * pSample) in VideoRenderer_DoRenderSample()
H A Ddsoundrender.c324 static HRESULT WINAPI DSoundRender_PrepareReceive(BaseRenderer *iface, IMediaSample *pSample) in DSoundRender_PrepareReceive()
359 static HRESULT WINAPI DSoundRender_DoRenderSample(BaseRenderer *iface, IMediaSample * pSample) in DSoundRender_DoRenderSample()
H A Dmpegsplit.c275 static HRESULT MPEGSplitter_process_sample(LPVOID iface, IMediaSample * pSample, DWORD_PTR cookie) in MPEGSplitter_process_sample()
H A Davisplit.c394 static HRESULT AVISplitter_Sample(LPVOID iface, IMediaSample * pSample, DWORD_PTR cookie) in AVISplitter_Sample()
H A Dvmr9.c287 static HRESULT WINAPI VMR9_DoRenderSample(BaseRenderer *iface, IMediaSample * pSample) in VMR9_DoRenderSample()
474 static HRESULT WINAPI VMR9_ShouldDrawSampleNow(BaseRenderer *This, IMediaSample *pSample, REFERENCE… in VMR9_ShouldDrawSampleNow()
/reactos/modules/rostests/winetests/qedit/
H A Dmediadet.c500 IMediaSample *pSample) in sgcb_SampleCB()
/reactos/dll/directx/wine/qcap/
H A Davico.c494 static HRESULT WINAPI AVICompressorIn_Receive(BaseInputPin *base, IMediaSample *pSample) in AVICompressorIn_Receive()
H A Dv4l.c601 IMediaSample *pSample = NULL; in ReadThread() local
H A Davimux.c1600 static HRESULT WINAPI AviMuxIn_Receive(BaseInputPin *base, IMediaSample *pSample) in AviMuxIn_Receive()
2144 IMemInputPin *iface, IMediaSample *pSample) in AviMuxIn_MemInputPin_Receive()
/reactos/dll/directx/ksproxy/
H A Dinput_pin.cpp676 CInputPin::Receive(IMediaSample *pSample) in Receive()