Searched refs:user_out_ch_layout (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | options.c | 68 …OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, P… 70 …OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, P…
|
D | swresample.c | 72 if (av_opt_set_int(s, "och", av_get_channel_layout_nb_channels(s->user_out_ch_layout), 0) < 0) in swr_alloc_set_opts() 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() 237 if (s->user_out_ch_layout) in swr_init() 238 av_channel_layout_from_mask(&s->out_ch_layout, s->user_out_ch_layout); in swr_init() 246 if (!s->out.ch_count && !s->user_out_ch_layout) in swr_init()
|
D | swresample_internal.h | 122 int64_t user_out_ch_layout; ///< User set output channel layout member
|
D | rematrix.c | 88 user_out_chlayout_nb_channels = av_get_channel_layout_nb_channels(s->user_out_ch_layout); in swr_set_matrix()
|