Home
last modified time | relevance | path

Searched refs:DShowMemInputPin (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddshow_capture.h153 typedef struct DShowMemInputPin DShowMemInputPin; typedef
189 long ff_dshow_meminputpin_QueryInterface (DShowMemInputPin *, const GUID *, void …
190 unsigned long ff_dshow_meminputpin_AddRef (DShowMemInputPin *);
191 unsigned long ff_dshow_meminputpin_Release (DShowMemInputPin *);
192 long ff_dshow_meminputpin_GetAllocator (DShowMemInputPin *, IMemAllocator **);
193 long ff_dshow_meminputpin_NotifyAllocator (DShowMemInputPin *, IMemAllocator *, BO…
194 long ff_dshow_meminputpin_GetAllocatorRequirements(DShowMemInputPin *, ALLOCATOR_PROPERTIE…
195 long ff_dshow_meminputpin_Receive (DShowMemInputPin *, IMediaSample *);
196 long ff_dshow_meminputpin_ReceiveMultiple (DShowMemInputPin *, IMediaSample **, lo…
197 long ff_dshow_meminputpin_ReceiveCanBlock (DShowMemInputPin *);
[all …]
Ddshow_pin.c253 long ff_dshow_meminputpin_QueryInterface(DShowMemInputPin *this, const GUID *riid, in DECLARE_CREATE()
260 unsigned long ff_dshow_meminputpin_AddRef(DShowMemInputPin *this) in ff_dshow_meminputpin_AddRef()
266 unsigned long ff_dshow_meminputpin_Release(DShowMemInputPin *this) in ff_dshow_meminputpin_Release()
272 long ff_dshow_meminputpin_GetAllocator(DShowMemInputPin *this, IMemAllocator **alloc) in ff_dshow_meminputpin_GetAllocator()
277 long ff_dshow_meminputpin_NotifyAllocator(DShowMemInputPin *this, IMemAllocator *alloc, in ff_dshow_meminputpin_NotifyAllocator()
283 long ff_dshow_meminputpin_GetAllocatorRequirements(DShowMemInputPin *this, in ff_dshow_meminputpin_GetAllocatorRequirements()
289 long ff_dshow_meminputpin_Receive(DShowMemInputPin *this, IMediaSample *sample) in ff_dshow_meminputpin_Receive()
345 long ff_dshow_meminputpin_ReceiveMultiple(DShowMemInputPin *this, in ff_dshow_meminputpin_ReceiveMultiple()
357 long ff_dshow_meminputpin_ReceiveCanBlock(DShowMemInputPin *this) in ff_dshow_meminputpin_ReceiveCanBlock()
364 void ff_dshow_meminputpin_Destroy(DShowMemInputPin *this) in ff_dshow_meminputpin_Destroy()