Searched refs:imemvtbl (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | dshow_pin.c | 25 #define imemoffset offsetof(DShowPin, imemvtbl) 192 IMemInputPinVtbl *imemvtbl; in ff_dshow_pin_Setup() local 197 imemvtbl = av_malloc(sizeof(IMemInputPinVtbl)); in ff_dshow_pin_Setup() 198 if (!imemvtbl) in ff_dshow_pin_Setup() 201 SETVTBL(imemvtbl, meminputpin, QueryInterface); in ff_dshow_pin_Setup() 202 SETVTBL(imemvtbl, meminputpin, AddRef); in ff_dshow_pin_Setup() 203 SETVTBL(imemvtbl, meminputpin, Release); in ff_dshow_pin_Setup() 204 SETVTBL(imemvtbl, meminputpin, GetAllocator); in ff_dshow_pin_Setup() 205 SETVTBL(imemvtbl, meminputpin, NotifyAllocator); in ff_dshow_pin_Setup() 206 SETVTBL(imemvtbl, meminputpin, GetAllocatorRequirements); in ff_dshow_pin_Setup() [all …]
|
D | dshow_capture.h | 167 IMemInputPinVtbl *imemvtbl; member
|