Searched refs:user_in_ch_layout (Results 1 – 4 of 4) sorted by relevance
54 {"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…
120 int64_t user_in_ch_layout; ///< User set input channel layout member
87 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()
73 av_get_channel_layout_nb_channels(s->user_in_ch_layout); in swr_set_matrix()