Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Davdevice.c64 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 Ddecklink_enc_c.c81 .get_device_list = ff_decklink_list_output_devices,
H A Dalsa_dec.c167 .get_device_list = audio_get_device_list,
H A Dalsa_enc.c171 .get_device_list = audio_get_device_list,
H A Ddecklink_dec_c.c120 .get_device_list = ff_decklink_list_input_devices,
H A Dfbdev_dec.c241 .get_device_list = fbdev_get_device_list,
H A Dfbdev_enc.c217 .get_device_list = fbdev_get_device_list,
H A Dpulse_audio_dec.c403 .get_device_list = pulse_get_device_list,
H A Dpulse_audio_enc.c795 .get_device_list = pulse_get_device_list,
H A Dv4l2.c1143 .get_device_list = v4l2_get_device_list,
H A Ddshow.c1934 .get_device_list= dshow_get_device_list,
/third_party/ffmpeg/libavformat/
H A Davformat.h616 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