Searched refs:get_device_list (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | avdevice.c | 64 if ((s->oformat && !s->oformat->get_device_list) || in avdevice_list_devices() 65 (s->iformat && !s->iformat->get_device_list)) { in avdevice_list_devices() 75 ret = s->oformat->get_device_list(s, *device_list); in avdevice_list_devices() 77 ret = s->iformat->get_device_list(s, *device_list); in avdevice_list_devices()
|
H A D | decklink_enc_c.c | 81 .get_device_list = ff_decklink_list_output_devices,
|
H A D | alsa_dec.c | 167 .get_device_list = audio_get_device_list,
|
H A D | alsa_enc.c | 171 .get_device_list = audio_get_device_list,
|
H A D | decklink_dec_c.c | 120 .get_device_list = ff_decklink_list_input_devices,
|
H A D | fbdev_dec.c | 241 .get_device_list = fbdev_get_device_list,
|
H A D | fbdev_enc.c | 217 .get_device_list = fbdev_get_device_list,
|
H A D | pulse_audio_dec.c | 403 .get_device_list = pulse_get_device_list,
|
H A D | pulse_audio_enc.c | 795 .get_device_list = pulse_get_device_list,
|
H A D | v4l2.c | 1143 .get_device_list = v4l2_get_device_list,
|
H A D | dshow.c | 1934 .get_device_list= dshow_get_device_list,
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 616 int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); member 789 int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); member
|
Completed in 14 milliseconds