Searched refs:dec_channel_layout (Results 1 – 1 of 1) sorted by relevance
2041 int64_t dec_channel_layout; in audio_thread() local2059 … dec_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() local2370 dec_channel_layout = in audio_decode_frame()2376 dec_channel_layout != is->audio_src.channel_layout || in audio_decode_frame()2382 … dec_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()