libAVPin 734 libavdevice/dshow.c libAVPin *capture_pin = NULL; libAVPin 151 libavdevice/dshow_capture.h typedef struct libAVPin libAVPin; libAVPin 169 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryInterface (libAVPin *, const GUID *, void **); libAVPin 170 libavdevice/dshow_capture.h unsigned long WINAPI libAVPin_AddRef (libAVPin *); libAVPin 171 libavdevice/dshow_capture.h unsigned long WINAPI libAVPin_Release (libAVPin *); libAVPin 172 libavdevice/dshow_capture.h long WINAPI libAVPin_Connect (libAVPin *, IPin *, const AM_MEDIA_TYPE *); libAVPin 173 libavdevice/dshow_capture.h long WINAPI libAVPin_ReceiveConnection (libAVPin *, IPin *, const AM_MEDIA_TYPE *); libAVPin 174 libavdevice/dshow_capture.h long WINAPI libAVPin_Disconnect (libAVPin *); libAVPin 175 libavdevice/dshow_capture.h long WINAPI libAVPin_ConnectedTo (libAVPin *, IPin **); libAVPin 176 libavdevice/dshow_capture.h long WINAPI libAVPin_ConnectionMediaType (libAVPin *, AM_MEDIA_TYPE *); libAVPin 177 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryPinInfo (libAVPin *, PIN_INFO *); libAVPin 178 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryDirection (libAVPin *, PIN_DIRECTION *); libAVPin 179 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryId (libAVPin *, wchar_t **); libAVPin 180 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryAccept (libAVPin *, const AM_MEDIA_TYPE *); libAVPin 181 libavdevice/dshow_capture.h long WINAPI libAVPin_EnumMediaTypes (libAVPin *, IEnumMediaTypes **); libAVPin 182 libavdevice/dshow_capture.h long WINAPI libAVPin_QueryInternalConnections(libAVPin *, IPin **, unsigned long *); libAVPin 183 libavdevice/dshow_capture.h long WINAPI libAVPin_EndOfStream (libAVPin *); libAVPin 184 libavdevice/dshow_capture.h long WINAPI libAVPin_BeginFlush (libAVPin *); libAVPin 185 libavdevice/dshow_capture.h long WINAPI libAVPin_EndFlush (libAVPin *); libAVPin 186 libavdevice/dshow_capture.h long WINAPI libAVPin_NewSegment (libAVPin *, REFERENCE_TIME, REFERENCE_TIME, double); libAVPin 198 libavdevice/dshow_capture.h void libAVPin_Destroy(libAVPin *); libAVPin 199 libavdevice/dshow_capture.h libAVPin *libAVPin_Create (libAVFilter *filter); libAVPin 210 libavdevice/dshow_capture.h libAVPin *pin; libAVPin 223 libavdevice/dshow_capture.h libAVEnumPins *libAVEnumPins_Create (libAVPin *pin, libAVFilter *filter); libAVPin 253 libavdevice/dshow_capture.h libAVPin *pin; libAVPin 318 libavdevice/dshow_capture.h libAVPin *capture_pin[2]; libAVPin 80 libavdevice/dshow_enumpins.c libAVEnumPins_Setup(libAVEnumPins *this, libAVPin *pin, libAVFilter *filter) libAVPin 104 libavdevice/dshow_enumpins.c libAVPin *pin, libAVFilter *filter) libAVPin 113 libavdevice/dshow_filter.c libAVPin *found = NULL; libAVPin 25 libavdevice/dshow_pin.c #define imemoffset offsetof(libAVPin, imemvtbl) libAVPin 27 libavdevice/dshow_pin.c DECLARE_QUERYINTERFACE(libAVPin, libAVPin 29 libavdevice/dshow_pin.c DECLARE_ADDREF(libAVPin) libAVPin 30 libavdevice/dshow_pin.c DECLARE_RELEASE(libAVPin) libAVPin 33 libavdevice/dshow_pin.c libAVPin_Connect(libAVPin *this, IPin *pin, const AM_MEDIA_TYPE *type) libAVPin 40 libavdevice/dshow_pin.c libAVPin_ReceiveConnection(libAVPin *this, IPin *pin, libAVPin 68 libavdevice/dshow_pin.c libAVPin_Disconnect(libAVPin *this) libAVPin 82 libavdevice/dshow_pin.c libAVPin_ConnectedTo(libAVPin *this, IPin **pin) libAVPin 96 libavdevice/dshow_pin.c libAVPin_ConnectionMediaType(libAVPin *this, AM_MEDIA_TYPE *type) libAVPin 108 libavdevice/dshow_pin.c libAVPin_QueryPinInfo(libAVPin *this, PIN_INFO *info) libAVPin 125 libavdevice/dshow_pin.c libAVPin_QueryDirection(libAVPin *this, PIN_DIRECTION *dir) libAVPin 134 libavdevice/dshow_pin.c libAVPin_QueryId(libAVPin *this, wchar_t **id) libAVPin 146 libavdevice/dshow_pin.c libAVPin_QueryAccept(libAVPin *this, const AM_MEDIA_TYPE *type) libAVPin 152 libavdevice/dshow_pin.c libAVPin_EnumMediaTypes(libAVPin *this, IEnumMediaTypes **enumtypes) libAVPin 168 libavdevice/dshow_pin.c libAVPin_QueryInternalConnections(libAVPin *this, IPin **pin, libAVPin 175 libavdevice/dshow_pin.c libAVPin_EndOfStream(libAVPin *this) libAVPin 182 libavdevice/dshow_pin.c libAVPin_BeginFlush(libAVPin *this) libAVPin 189 libavdevice/dshow_pin.c libAVPin_EndFlush(libAVPin *this) libAVPin 196 libavdevice/dshow_pin.c libAVPin_NewSegment(libAVPin *this, REFERENCE_TIME start, REFERENCE_TIME stop, libAVPin 205 libavdevice/dshow_pin.c libAVPin_Setup(libAVPin *this, libAVFilter *filter) libAVPin 229 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryInterface); libAVPin 230 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, AddRef); libAVPin 231 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, Release); libAVPin 232 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, Connect); libAVPin 233 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, ReceiveConnection); libAVPin 234 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, Disconnect); libAVPin 235 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, ConnectedTo); libAVPin 236 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, ConnectionMediaType); libAVPin 237 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryPinInfo); libAVPin 238 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryDirection); libAVPin 239 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryId); libAVPin 240 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryAccept); libAVPin 241 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, EnumMediaTypes); libAVPin 242 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, QueryInternalConnections); libAVPin 243 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, EndOfStream); libAVPin 244 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, BeginFlush); libAVPin 245 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, EndFlush); libAVPin 246 libavdevice/dshow_pin.c SETVTBL(vtbl, libAVPin, NewSegment); libAVPin 254 libavdevice/dshow_pin.c libAVPin_Free(libAVPin *this) libAVPin 264 libavdevice/dshow_pin.c DECLARE_CREATE(libAVPin, libAVPin_Setup(this, filter), libAVFilter *filter) libAVPin 265 libavdevice/dshow_pin.c DECLARE_DESTROY(libAVPin, libAVPin_Free) libAVPin 274 libavdevice/dshow_pin.c libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); libAVPin 281 libavdevice/dshow_pin.c libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); libAVPin 288 libavdevice/dshow_pin.c libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); libAVPin 315 libavdevice/dshow_pin.c libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); libAVPin 393 libavdevice/dshow_pin.c libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset);