Searched refs:ff_alsa_open (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.h | 79 int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
|
H A D | alsa_dec.c | 75 ret = ff_alsa_open(s1, SND_PCM_STREAM_CAPTURE, &s->sample_rate, s->channels, in audio_read_header()
|
H A D | alsa_enc.c | 67 res = ff_alsa_open(s1, SND_PCM_STREAM_PLAYBACK, &sample_rate, in audio_write_header() 126 /* ff_alsa_open() should have accepted only supported formats */ in audio_write_frame()
|
H A D | alsa.c | 172 av_cold int ff_alsa_open(AVFormatContext *ctx, snd_pcm_stream_t mode, in ff_alsa_open() function
|
Completed in 2 milliseconds