libAVMemInputPin  154 libavdevice/dshow_capture.h typedef struct libAVMemInputPin libAVMemInputPin;
libAVMemInputPin  190 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_QueryInterface          (libAVMemInputPin *, const GUID *, void **);
libAVMemInputPin  191 libavdevice/dshow_capture.h unsigned long WINAPI libAVMemInputPin_AddRef                  (libAVMemInputPin *);
libAVMemInputPin  192 libavdevice/dshow_capture.h unsigned long WINAPI libAVMemInputPin_Release                 (libAVMemInputPin *);
libAVMemInputPin  193 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_GetAllocator            (libAVMemInputPin *, IMemAllocator **);
libAVMemInputPin  194 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_NotifyAllocator         (libAVMemInputPin *, IMemAllocator *, BOOL);
libAVMemInputPin  195 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_GetAllocatorRequirements(libAVMemInputPin *, ALLOCATOR_PROPERTIES *);
libAVMemInputPin  196 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_Receive                 (libAVMemInputPin *, IMediaSample *);
libAVMemInputPin  197 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_ReceiveMultiple         (libAVMemInputPin *, IMediaSample **, long, long *);
libAVMemInputPin  198 libavdevice/dshow_capture.h long          WINAPI libAVMemInputPin_ReceiveCanBlock         (libAVMemInputPin *);
libAVMemInputPin  203 libavdevice/dshow_capture.h void                 libAVMemInputPin_Destroy(libAVMemInputPin *);
libAVMemInputPin  217 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, QueryInterface);
libAVMemInputPin  218 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, AddRef);
libAVMemInputPin  219 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, Release);
libAVMemInputPin  220 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, GetAllocator);
libAVMemInputPin  221 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, NotifyAllocator);
libAVMemInputPin  222 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, GetAllocatorRequirements);
libAVMemInputPin  223 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, Receive);
libAVMemInputPin  224 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, ReceiveMultiple);
libAVMemInputPin  225 libavdevice/dshow_pin.c     SETVTBL(imemvtbl, libAVMemInputPin, ReceiveCanBlock);
libAVMemInputPin  259 libavdevice/dshow_pin.c libAVMemInputPin_QueryInterface(libAVMemInputPin *this, const GUID *riid,
libAVMemInputPin  267 libavdevice/dshow_pin.c libAVMemInputPin_AddRef(libAVMemInputPin *this)
libAVMemInputPin  274 libavdevice/dshow_pin.c libAVMemInputPin_Release(libAVMemInputPin *this)
libAVMemInputPin  281 libavdevice/dshow_pin.c libAVMemInputPin_GetAllocator(libAVMemInputPin *this, IMemAllocator **alloc)
libAVMemInputPin  287 libavdevice/dshow_pin.c libAVMemInputPin_NotifyAllocator(libAVMemInputPin *this, IMemAllocator *alloc,
libAVMemInputPin  294 libavdevice/dshow_pin.c libAVMemInputPin_GetAllocatorRequirements(libAVMemInputPin *this,
libAVMemInputPin  301 libavdevice/dshow_pin.c libAVMemInputPin_Receive(libAVMemInputPin *this, IMediaSample *sample)
libAVMemInputPin  350 libavdevice/dshow_pin.c libAVMemInputPin_ReceiveMultiple(libAVMemInputPin *this,
libAVMemInputPin  363 libavdevice/dshow_pin.c libAVMemInputPin_ReceiveCanBlock(libAVMemInputPin *this)
libAVMemInputPin  371 libavdevice/dshow_pin.c libAVMemInputPin_Destroy(libAVMemInputPin *this)