Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddshow.c269 if (ctx->capture_pin[VideoDevice]) in dshow_read_close()
270 ff_dshow_pin_Release(ctx->capture_pin[VideoDevice]); in dshow_read_close()
271 if (ctx->capture_pin[AudioDevice]) in dshow_read_close()
272 ff_dshow_pin_Release(ctx->capture_pin[AudioDevice]); in dshow_read_close()
1325 DShowPin *capture_pin = NULL; in dshow_open_device() local
1458 capture_pin = capture_filter->pin; in dshow_open_device()
1459 ctx->capture_pin[devtype] = capture_pin; in dshow_open_device()
1548 ff_dshow_pin_ConnectionMediaType(ctx->capture_pin[devtype], &type); in dshow_add_device()
H A Ddshow_capture.h320 DShowPin *capture_pin[2]; member

Completed in 4 milliseconds