Home
last modified time | relevance | path

Searched refs:audio_open (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c2498 static int audio_open(void *opaque, int64_t wanted_channel_layout, int wanted_nb_channels, int want… in audio_open() function
2666 if ((ret = audio_open(is, channel_layout, nb_channels, sample_rate, &is->audio_tgt)) < 0) in stream_component_open()