Searched refs:devtypename (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | dshow.c | 148 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in shall_we_drop() local 153 ctx->device_name[devtype], devtypename, buffer_fullness, s->max_picture_buffer); in shall_we_drop() 222 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only"; in dshow_cycle_devices() local 229 devtypename); in dshow_cycle_devices() 306 devtypename, device_name, sourcetypename); in dshow_cycle_devices() 573 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only"; in dshow_cycle_pins() local 595 devtypename, sourcetypename); in dshow_cycle_pins() 665 av_log(avctx, AV_LOG_DEBUG, "Selecting pin %s on %s\n", name_buf, devtypename); in dshow_cycle_pins() 688 av_log(avctx, AV_LOG_ERROR, "Could not set %s options\n", devtypename); in dshow_cycle_pins() 693 "Could not find output pin from %s capture device.\n", devtypename); in dshow_cycle_pins()
|
D | dshow_pin.c | 301 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in ff_dshow_meminputpin_Receive() local 340 …devtypename, buf_size, curtime, orig_curtime, graphtime, graphtime - orig_curtime, ctx->device_nam… in ff_dshow_meminputpin_Receive()
|