Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddshow.c454 * Cycle through available devices using the device enumerator devenum,
462 dshow_cycle_devices(AVFormatContext *avctx, ICreateDevEnum *devenum, in dshow_cycle_devices() argument
481 r = ICreateDevEnum_CreateClassEnumerator(devenum, device_guid[sourcetype], in dshow_cycle_devices()
630 ICreateDevEnum *devenum = NULL; in dshow_get_device_list() local
640 &IID_ICreateDevEnum, (void**)&devenum); in dshow_get_device_list()
646 ret = dshow_cycle_devices(avctx, devenum, VideoDevice, VideoSourceDevice, NULL, NULL, &device_list); in dshow_get_device_list()
649 ret = dshow_cycle_devices(avctx, devenum, AudioDevice, AudioSourceDevice, NULL, NULL, &device_list); in dshow_get_device_list()
652 if (devenum) in dshow_get_device_list()
653 ICreateDevEnum_Release(devenum); in dshow_get_device_list()
1296 * @param devenum devic
1299 dshow_list_device_options(AVFormatContext *avctx, ICreateDevEnum *devenum, enum dshowDeviceType devtype, enum dshowSourceFilterType sourcetype) dshow_list_device_options() argument
1317 dshow_open_device(AVFormatContext *avctx, ICreateDevEnum *devenum, enum dshowDeviceType devtype, enum dshowSourceFilterType sourcetype) dshow_open_device() argument
1679 ICreateDevEnum *devenum = NULL; dshow_read_header() local
[all...]

Completed in 3 milliseconds