Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Doptions.c54 {"icl" , "set input channel layout" , OFFSET(user_in_ch_layout ), AV_OPT_TYPE_C…
55 {"in_channel_layout" , "set input channel layout" , OFFSET(user_in_ch_layout ), AV_OPT_TYPE_C…
Dswresample_internal.h120 int64_t user_in_ch_layout; ///< User set input channel layout member
Dswresample.c87 if (av_opt_set_int(s, "ich", av_get_channel_layout_nb_channels(s-> user_in_ch_layout), 0) < 0) in swr_alloc_set_opts()
179 s-> in_ch_layout = s-> user_in_ch_layout; in swr_init()
Drematrix.c73 av_get_channel_layout_nb_channels(s->user_in_ch_layout); in swr_set_matrix()