Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c2041 int64_t dec_channel_layout; in audio_thread() local
2059dec_channel_layout = get_valid_channel_layout(frame->channel_layout, frame->channels); in audio_thread()
2064 is->audio_filter_src.channel_layout != dec_channel_layout || in audio_thread()
2071 av_get_channel_layout_string(buf2, sizeof(buf2), -1, dec_channel_layout); in audio_thread()
2079 is->audio_filter_src.channel_layout = dec_channel_layout; in audio_thread()
2345 int64_t dec_channel_layout; in audio_decode_frame() local
2370 dec_channel_layout = in audio_decode_frame()
2376 dec_channel_layout != is->audio_src.channel_layout || in audio_decode_frame()
2382dec_channel_layout, af->frame->format, af->frame->sample_rate, in audio_decode_frame()
2392 is->audio_src.channel_layout = dec_channel_layout; in audio_decode_frame()