Searched refs:ff_alsa_get_device_list (Results 1 – 4 of 4) sorted by relevance
107 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
143 return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_CAPTURE); in audio_get_device_list()
150 return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_PLAYBACK); in audio_get_device_list()
357 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type) in ff_alsa_get_device_list() function