ff_alsa_get_device_list  106 libavdevice/alsa.h int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
ff_alsa_get_device_list  141 libavdevice/alsa_dec.c     return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_CAPTURE);
ff_alsa_get_device_list  150 libavdevice/alsa_enc.c     return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_PLAYBACK);