Home
last modified time | relevance | path

Searched refs:av_channel_layout_channel_from_index (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_channelsplit.c88 enum AVChannel channel = av_channel_layout_channel_from_index(&channel_layout, i); in init()
146 … enum AVChannel channel = av_channel_layout_channel_from_index(&s->channel_layout, s->map[i]); in query_formats()
162 enum AVChannel channel = av_channel_layout_channel_from_index(&buf->ch_layout, s->map[i]); in filter_frame()
Daf_join.c186 s->channels[i].out_channel = av_channel_layout_channel_from_index(&s->ch_layout, i); in join_init()
327 iu->ch[ch_idx] = av_channel_layout_channel_from_index(chl, ch_idx); in join_config_output()
372 channel_list_pop_ch(iu, av_channel_layout_channel_from_index(ichl, ch->in_channel_idx)); in join_config_output()
414 enum AVChannel in_ch = av_channel_layout_channel_from_index( in join_config_output()
Davf_showvolume.c383 …ret = av_channel_name(channel_name, sizeof(channel_name), av_channel_layout_channel_from_index(&in… in filter_frame()
419 …ret = av_channel_name(channel_name, sizeof(channel_name), av_channel_layout_channel_from_index(&in… in filter_frame()
Daf_speechnorm.c304 enum AVChannel channel = av_channel_layout_channel_from_index(&inlink->ch_layout, ch); \
354 enum AVChannel channel = av_channel_layout_channel_from_index(&inlink->ch_layout, ch); \
Daf_asubboost.c120 enum AVChannel channel = av_channel_layout_channel_from_index(&in->ch_layout, ch); in filter_channels()
Davfiltergraph.c941 if (av_channel_layout_channel_from_index(&in_chlayout, AV_CHAN_LOW_FREQUENCY) >= 0 && in swap_channel_layouts_on_filter()
942 av_channel_layout_channel_from_index(&out_chlayout, AV_CHAN_LOW_FREQUENCY) >= 0) in swap_channel_layouts_on_filter()
Davf_showfreqs.c241 … const enum AVChannel channel = av_channel_layout_channel_from_index(&inlink->ch_layout, ch); in config_output()
Daf_dynaudnorm.c532 enum AVChannel channel = av_channel_layout_channel_from_index(&frame->ch_layout, ch); in bypass_channel()
Daf_sofalizer.c267 int chan = av_channel_layout_channel_from_index(channel_layout, ch); in get_speaker_pos()
Df_ebur128.c457 const enum AVChannel chl = av_channel_layout_channel_from_index(&outlink->ch_layout, i); in config_audio_output()
Daf_firequalizer.c618 vars[VAR_CHID] = av_channel_layout_channel_from_index(&inlink->ch_layout, ch); in generate_kernel()
Daf_biquads.c1219 enum AVChannel channel = av_channel_layout_channel_from_index(&inlink->ch_layout, ch); in filter_channel()
/third_party/ffmpeg/libavutil/
Dchannel_layout.c459 enum AVChannel ch = av_channel_layout_channel_from_index(&extra, i); in av_channel_layout_from_string()
752 enum AVChannel ch = av_channel_layout_channel_from_index(channel_layout, i); in av_channel_layout_describe_bprint()
794 av_channel_layout_channel_from_index(const AVChannelLayout *channel_layout, in av_channel_layout_channel_from_index() function
831 return av_channel_layout_channel_from_index(channel_layout, index); in av_channel_layout_channel_from_string()
954 if (av_channel_layout_channel_from_index(chl, i) != in av_channel_layout_compare()
955 av_channel_layout_channel_from_index(chl1, i)) in av_channel_layout_compare()
Dchannel_layout.h666 av_channel_layout_channel_from_index(const AVChannelLayout *channel_layout, unsigned int idx);
/third_party/ffmpeg/tests/ref/fate/
Dchannel_layout70 Testing av_channel_layout_channel_from_index
149 Testing av_channel_layout_channel_from_index
171 Testing av_channel_layout_channel_from_index
/third_party/ffmpeg/libavutil/tests/
Dchannel_layout.c50 ret = av_channel_layout_channel_from_index(&layout, x); \
/third_party/ffmpeg/libavformat/
Dmov_chan.c486 mov_get_channel_label(av_channel_layout_channel_from_index(&par->ch_layout, i)); in ff_mov_get_channel_layout_tag()
/third_party/ffmpeg/libswresample/
Drematrix.c423 av_channel_name(buf, sizeof(buf), av_channel_layout_channel_from_index(&out_ch_layout, i)); in swr_build_matrix2()
426 … av_channel_name(buf, sizeof(buf), av_channel_layout_channel_from_index(&in_ch_layout, j)); in swr_build_matrix2()
/third_party/ffmpeg/libavcodec/
Daudiotoolboxenc.c190 c = av_channel_layout_channel_from_index(in_layout, i); in remap_layout()