Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Doptions.c40 {"och" , "set output channel count" , OFFSET(user_out_ch_count ), AV_OPT_TYPE_I…
41 {"out_channel_count" , "set output channel count" , OFFSET(user_out_ch_count ), AV_OPT_TYPE_I…
Dswresample_internal.h118 int user_out_ch_count; ///< User set output channel count member
Drematrix.c74 nb_out = (s->user_out_ch_count > 0) ? s->user_out_ch_count : in swr_set_matrix()
Dswresample.c175 s->out.ch_count = s-> user_out_ch_count; in swr_init()