Home
last modified time | relevance | path

Searched refs:av_channel_layout_compare (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dlibvorbisenc.c148av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_SURROUND)) || in libvorbis_setup()
150 av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_2_2) && in libvorbis_setup()
151 av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_QUAD)) || in libvorbis_setup()
153av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0) && in libvorbis_setup()
154av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0_BACK)) || in libvorbis_setup()
156av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1) && in libvorbis_setup()
157av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1_BACK)) || in libvorbis_setup()
159av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_6POINT1)) || in libvorbis_setup()
161av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_7POINT1))) { in libvorbis_setup()
Ddcadec.c369 … if (!av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO) || in dcadec_init()
370 …!av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO_DOWNMIX)) in dcadec_init()
372 …else if (!av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT… in dcadec_init()
374 …else if (!av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT… in dcadec_init()
Dflacenc.c403av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_SURROUND)) || in flac_encode_init()
405 av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_2_2) && in flac_encode_init()
406 av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_QUAD)) || in flac_encode_init()
408av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0) && in flac_encode_init()
409av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0_BACK)) || in flac_encode_init()
411av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1) && in flac_encode_init()
412av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1_BACK))) { in flac_encode_init()
Ddcaenc.c192 if (!av_channel_layout_compare(&layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_MONO)) in encode_init()
194 else if (!av_channel_layout_compare(&layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO)) in encode_init()
196 else if (!av_channel_layout_compare(&layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_2_2)) in encode_init()
198 else if (!av_channel_layout_compare(&layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0)) in encode_init()
200 else if (!av_channel_layout_compare(&layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1)) in encode_init()
Dac3dec.c232 !av_channel_layout_compare(&s->downmix_layout, &mono)) { in ac3_decode_init()
236 !av_channel_layout_compare(&s->downmix_layout, &stereo)) { in ac3_decode_init()
1610 … !av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_MONO)) { in ac3_decode_frame()
1614 … !av_channel_layout_compare(&s->downmix_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO)) { in ac3_decode_frame()
Dmlpenc.c604 if (!av_channel_layout_compare(&avctx->ch_layout, &layout_arrangement[i])) in mlp_encode_init()
616 if (!av_channel_layout_compare(&avctx->ch_layout, in mlp_encode_init()
622 } else if (!av_channel_layout_compare(&avctx->ch_layout, in mlp_encode_init()
628 } else if (!av_channel_layout_compare(&avctx->ch_layout, in mlp_encode_init()
Dlibfdk-aacenc.c196 … if (!av_channel_layout_compare(&avctx->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_7POINT1)) { in aac_encode_init()
Dlibopusenc.c199 …} else if (av_channel_layout_compare(&avctx->ch_layout, &ff_vorbis_ch_layouts[avctx->ch_layout.nb_… in libopus_check_vorbis_layout()
Daudiotoolboxenc.c225 if (!av_channel_layout_compare(in_layout, &map[i].chl)) in get_aac_tag()
Dencode.c523 if (!av_channel_layout_compare(&avctx->ch_layout, &avctx->codec->ch_layouts[i])) in encode_preinit_audio()
Daacenc.c970 if (!av_channel_layout_compare(&avctx->ch_layout, &aac_normal_chan_layouts[i])) { in aac_encode_init()
979 if (!av_channel_layout_compare(&avctx->ch_layout, &aac_pce_configs[i].layout)) in aac_encode_init()
/third_party/ffmpeg/libswresample/
Drematrix_template.c91 if ( !av_channel_layout_compare(&s->out_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO) in RENAME()
92 … && ( !av_channel_layout_compare(&s->in_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1) in RENAME()
93 … || !av_channel_layout_compare(&s->in_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1_BACK)) in RENAME()
99 if ( !av_channel_layout_compare(&s->out_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO) in RENAME()
100 && !av_channel_layout_compare(&s->in_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_7POINT1) in RENAME()
Dswresample_frame.c101 if (av_channel_layout_compare(&s->in_ch_layout, &ch_layout) || in config_changed()
121 if (av_channel_layout_compare(&s->out_ch_layout, &ch_layout) || in config_changed()
Drematrix.c186 …if( !av_channel_layout_compare(&out_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO_DOWNMI… in swr_build_matrix2()
192 …if( !av_channel_layout_compare(&in_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO_DOWNMIX) in swr_build_matrix2()
198 if (!av_channel_layout_compare(&in_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_22POINT2) && in swr_build_matrix2()
199 av_channel_layout_compare(&out_ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_22POINT2)) { in swr_build_matrix2()
/third_party/ffmpeg/libavdevice/
Dalsa.c138 if (!av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_QUAD) || in find_reorder_func()
139 !av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_2_2)) in find_reorder_func()
160 if (!av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0_BACK) || in find_reorder_func()
161 !av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT0)) in find_reorder_func()
163 else if (!av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1_BACK) || in find_reorder_func()
164 !av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_5POINT1)) in find_reorder_func()
166 else if (!av_channel_layout_compare(layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_7POINT1)) in find_reorder_func()
/third_party/ffmpeg/libavfilter/
Dformats.c255 if (!av_channel_layout_compare(&a->channel_layouts[i], &b->channel_layouts[j])) { in merge_channel_layouts()
272 if (!av_channel_layout_compare(&b->channel_layouts[j], &bfmt)) in merge_channel_layouts()
283 if (!av_channel_layout_compare(&a->channel_layouts[i], &b->channel_layouts[j])) in merge_channel_layouts()
919 return !av_channel_layout_compare(a, b) || in layouts_compatible()
Daf_aresample.c154 av_assert0(!av_channel_layout_compare(&outlink->ch_layout, &out_layout)); in config_output()
Daf_channelmap.c265 } else if (out_ch_mask && av_channel_layout_compare(&s->output_layout, &fmt)) { in channelmap_init()
Dbuffersrc.c78 av_channel_layout_compare(&c->ch_layout, &layout) || c->channels != layout.nb_channels) {\
/third_party/ffmpeg/libavformat/
Driffenc.c81av_channel_layout_compare(&par->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_MONO) && in ff_put_wav_header()
82av_channel_layout_compare(&par->ch_layout, &(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO)) || in ff_put_wav_header()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c212 if (av_channel_layout_compare(&in_frame->ch_layout, &out_frame->ch_layout)) { in run_test()
/third_party/ffmpeg/libavutil/
Dchannel_layout.h742 int av_channel_layout_compare(const AVChannelLayout *chl, const AVChannelLayout *chl1);
Dchannel_layout.c930 int av_channel_layout_compare(const AVChannelLayout *chl, const AVChannelLayout *chl1) in av_channel_layout_compare() function
Dframe.c748 av_channel_layout_compare(&dst->ch_layout, &src->ch_layout)) in frame_copy_audio()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c292 … if(out_sample_rate != in_sample_rate || av_channel_layout_compare(&in_ch_layout, &out_ch_layout)) in main()

12