Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Dswresample.c177 s->used_ch_count = s->user_used_ch_count; in swr_init()
206 if(!s->used_ch_count) in swr_init()
207 s->used_ch_count= s->in.ch_count; in swr_init()
209 …if(s->used_ch_count && s-> in_ch_layout && s->used_ch_count != av_get_channel_layout_nb_channels(s… in swr_init()
215 s-> in_ch_layout= av_get_default_channel_layout(s->used_ch_count); in swr_init()
295 if(!s->used_ch_count) in swr_init()
296 s->used_ch_count= s->in.ch_count; in swr_init()
314 if (s->in_ch_layout && s->used_ch_count != av_get_channel_layout_nb_channels(s->in_ch_layout)) { in swr_init()
315 …OG_ERROR, "Input channel layout %s mismatches specified channel count %d\n", l1, s->used_ch_count); in swr_init()
320 …if ((!s->out_ch_layout || !s->in_ch_layout) && s->used_ch_count != s->out.ch_count && !s->rematrix… in swr_init()
[all …]
Dswresample_internal.h114 …int used_ch_count; ///< number of used input channels (mapped channel… member
Drematrix.c397 int nb_in = s->used_ch_count; in swri_rematrix_init()
/third_party/ffmpeg/libswresample/x86/
Drematrix_init.c36 int nb_in = s->used_ch_count; in D()