Searched refs:dshowdebug (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_common.c | 49 dshowdebug("0x%08x 0x%04x 0x%04x %02x%02x%02x%02x%02x%02x%02x%02x", in ff_printGUID() 63 dshowdebug(" "#var":\t%"type"\n", sname->var) 68 dshowdebug(" BITMAPINFOHEADER\n"); in dump_bih() 75 dshowdebug(" biCompression:\t\"%.4s\"\n", in dump_bih() 88 dshowdebug(" VIDEO_STREAM_CONFIG_CAPS\n"); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 89 dshowdebug(" guid\t"); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 91 dshowdebug("\n"); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 92 dshowdebug(" VideoStandard\t%lu\n", caps->VideoStandard); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 93 dshowdebug(" InputSize %ld\t%ld\n", caps->InputSize.cx, caps->InputSize.cy); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 94 dshowdebug(" MinCroppingSiz in ff_print_VIDEO_STREAM_CONFIG_CAPS() [all...] |
H A D | dshow_pin.c | 34 dshowdebug("ff_dshow_pin_Connect(%p, %p, %p)\n", this, pin, type); in DECLARE_ADDREF() 42 dshowdebug("ff_dshow_pin_ReceiveConnection(%p)\n", this); in ff_dshow_pin_ReceiveConnection() 67 dshowdebug("ff_dshow_pin_Disconnect(%p)\n", this); in ff_dshow_pin_Disconnect() 80 dshowdebug("ff_dshow_pin_ConnectedTo(%p)\n", this); in ff_dshow_pin_ConnectedTo() 93 dshowdebug("ff_dshow_pin_ConnectionMediaType(%p)\n", this); in ff_dshow_pin_ConnectionMediaType() 104 dshowdebug("ff_dshow_pin_QueryPinInfo(%p)\n", this); in ff_dshow_pin_QueryPinInfo() 120 dshowdebug("ff_dshow_pin_QueryDirection(%p)\n", this); in ff_dshow_pin_QueryDirection() 128 dshowdebug("ff_dshow_pin_QueryId(%p)\n", this); in ff_dshow_pin_QueryId() 139 dshowdebug("ff_dshow_pin_QueryAccept(%p)\n", this); in ff_dshow_pin_QueryAccept() 146 dshowdebug("ff_dshow_pin_EnumMediaType in ff_dshow_pin_EnumMediaTypes() [all...] |
H A D | dshow_filter.c | 31 dshowdebug("ff_dshow_filter_GetClassID(%p)\n", this); in DECLARE_ADDREF() 37 dshowdebug("ff_dshow_filter_Stop(%p)\n", this); in ff_dshow_filter_Stop() 43 dshowdebug("ff_dshow_filter_Pause(%p)\n", this); in ff_dshow_filter_Pause() 49 dshowdebug("ff_dshow_filter_Run(%p) %"PRId64"\n", this, start); in ff_dshow_filter_Run() 56 dshowdebug("ff_dshow_filter_GetState(%p)\n", this); in ff_dshow_filter_GetState() 64 dshowdebug("ff_dshow_filter_SetSyncSource(%p)\n", this); in ff_dshow_filter_SetSyncSource() 78 dshowdebug("ff_dshow_filter_GetSyncSource(%p)\n", this); in ff_dshow_filter_GetSyncSource() 91 dshowdebug("ff_dshow_filter_EnumPins(%p)\n", this); in ff_dshow_filter_EnumPins() 105 dshowdebug("ff_dshow_filter_FindPin(%p)\n", this); in ff_dshow_filter_FindPin() 121 dshowdebug("ff_dshow_filter_QueryFilterInf in ff_dshow_filter_QueryFilterInfo() [all...] |
H A D | dshow_capture.h | 51 #define dshowdebug(...) ff_dlog(&ff_dshow_context_class_ptr, __VA_ARGS__) macro 78 dshowdebug("ff_dshow_"AV_STRINGIFY(prefix)"_QueryInterface(%p, %p, %p)\n", this, riid, ppvObject); \ 86 dshowdebug("\tfound %d with offset %d\n", i, ifaces[i].offset); \ 91 dshowdebug("\tE_NOINTERFACE\n"); \ 99 dshowdebug("ff_dshow_"AV_STRINGIFY(prefix)"_AddRef(%p)\t%ld\n", this, this->ref+1); \ 107 dshowdebug("ff_dshow_"AV_STRINGIFY(prefix)"_Release(%p)\t%ld\n", this, ref); \ 116 dshowdebug("ff_dshow_"AV_STRINGIFY(prefix)"_Destroy(%p)\n", this); \ 129 dshowdebug("ff_dshow_"AV_STRINGIFY(prefix)"_Create(%p)\n", this); \ 138 dshowdebug("created ff_dshow_"AV_STRINGIFY(prefix)" %p\n", this); \ 142 dshowdebug("coul [all...] |
H A D | dshow_enummediatypes.c | 33 dshowdebug("ff_dshow_enummediatypes_Next(%p)\n", this); in DECLARE_ADDREF() 55 dshowdebug("ff_dshow_enummediatypes_Skip(%p)\n", this); in ff_dshow_enummediatypes_Skip() 62 dshowdebug("ff_dshow_enummediatypes_Reset(%p)\n", this); in ff_dshow_enummediatypes_Reset() 69 dshowdebug("ff_dshow_enummediatypes_Clone(%p)\n", this); in ff_dshow_enummediatypes_Clone()
|
H A D | dshow_enumpins.c | 33 dshowdebug("ff_dshow_enumpins_Next(%p)\n", this); in DECLARE_ADDREF() 50 dshowdebug("ff_dshow_enumpins_Skip(%p)\n", this); in ff_dshow_enumpins_Skip() 57 dshowdebug("ff_dshow_enumpins_Reset(%p)\n", this); in ff_dshow_enumpins_Reset() 64 dshowdebug("ff_dshow_enumpins_Clone(%p)\n", this); in ff_dshow_enumpins_Clone()
|
Completed in 3 milliseconds