Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Doptions.c74 {"ochl" , "set output channel layout" , OFFSET(user_out_chlayout), AV_OPT_TYPE_CH…
75 {"out_chlayout" , "set output channel layout" , OFFSET(user_out_chlayout), AV_OPT_TYPE_CH…
Dswresample.c178 av_channel_layout_uninit(&s->user_out_chlayout); in swr_free()
233 if ((s->user_out_ch_count && s->user_out_ch_count != s->user_out_chlayout.nb_channels) || in swr_init()
234 (s->user_out_ch_layout && (s->user_out_chlayout.order != AV_CHANNEL_ORDER_NATIVE || in swr_init()
235 s->user_out_chlayout.u.mask != s->user_out_ch_layout))) { in swr_init()
244 av_channel_layout_copy(&s->out_ch_layout, &s->user_out_chlayout); in swr_init()
251 s->out.ch_count = s-> user_out_chlayout.nb_channels; in swr_init()
255 ret |= av_channel_layout_copy(&s->out_ch_layout, &s->user_out_chlayout); in swr_init()
Dswresample_internal.h125 AVChannelLayout user_out_chlayout; ///< User set output channel layout member
Drematrix.c92 user_out_chlayout_nb_channels = s->user_out_chlayout.nb_channels; in swr_set_matrix()