Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddshow.c289 av_freep(&ctx->device_unique_name[0]); in dshow_read_close()
290 av_freep(&ctx->device_unique_name[1]); in dshow_read_close()
464 IBaseFilter **pfilter, char **device_unique_name, in dshow_cycle_devices()
539 *device_unique_name = unique_name; in dshow_cycle_devices()
1304 char *device_unique_name = NULL; in dshow_list_device_options() local
1307 if ((r = dshow_cycle_devices(avctx, devenum, devtype, sourcetype, &device_filter, &device_unique_name, NULL)) < 0) in dshow_list_device_options()
1310 ctx->device_unique_name[devtype] = device_unique_name; in dshow_list_device_options()
1375 if (strcmp(device_filter_unique_name, ctx->device_unique_name[otherDevType]) == 0) { in dshow_open_device()
1381 av_log(avctx, AV_LOG_DEBUG, "not reusing previous graph capture filter %s != %s\n", device_filter_unique_name, ctx->device_unique_name[otherDevTyp in dshow_open_device()
462 dshow_cycle_devices(AVFormatContext *avctx, ICreateDevEnum *devenum, enum dshowDeviceType devtype, enum dshowSourceFilterType sourcetype, IBaseFilter **pfilter, char **device_unique_name, AVDeviceInfoList **device_list) dshow_cycle_devices() argument
[all...]
H A Ddshow_capture.h293 char *device_unique_name[2]; member

Completed in 4 milliseconds