Searched refs:imemvtbl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_pin.c25 #define imemoffset offsetof(libAVPin, imemvtbl)
208 IMemInputPinVtbl *imemvtbl; local
213 imemvtbl = av_malloc(sizeof(IMemInputPinVtbl));
214 if (!imemvtbl)
217 SETVTBL(imemvtbl, libAVMemInputPin, QueryInterface);
218 SETVTBL(imemvtbl, libAVMemInputPin, AddRef);
219 SETVTBL(imemvtbl, libAVMemInputPin, Release);
220 SETVTBL(imemvtbl, libAVMemInputPin, GetAllocator);
221 SETVTBL(imemvtbl, libAVMemInputPin, NotifyAllocator);
222 SETVTBL(imemvtbl, libAVMemInputPi
[all...]
H A Ddshow_capture.h162 IMemInputPinVtbl *imemvtbl; member in struct:libAVPin

Completed in 24 milliseconds