Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dalsa.h107 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
H A Dalsa_dec.c143 return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_CAPTURE); in audio_get_device_list()
H A Dalsa_enc.c151 return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_PLAYBACK); in audio_get_device_list()
H A Dalsa.c362 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type) in ff_alsa_get_device_list() function

Completed in 2 milliseconds