Home
last modified time | relevance | path

Searched refs:request_channel_layout (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Ddca.mak27 fate-dca-$(1)-dmix_2: CMD = framemd5 -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af aresample
28 fate-dca-$(1)-dmix_6: CMD = framemd5 -request_channel_layout 0x60f -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af aresample
43 fate-dca-core_51_24_48_768_1-dmix_2: CMD = ffmpeg -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/core_51_24_48_768_1.dtshd -f f32le -af aresample -
47 fate-dca-x96_xxch_71_24_96_3840-dmix_2: CMD = ffmpeg -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840.dtshd -f f32le -af aresample -
53 fate-dca-x96_xxch_71_24_96_3840-dmix_6: CMD = ffmpeg -request_channel_layout "FL|FR|FC|LFE|SL|SR" -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840.dtshd -f f32le -af aresample -
57 fate-dca-xch_61_24_48_768-dmix_6: CMD = ffmpeg -request_channel_layout "5.1(side)" -i $(TARGET_SAMPLES)/dts/dcadec-suite/xch_61_24_48_768.dtshd -f f32le -af aresample -
H A Dtruehd.mak7 fate-truehd-5.1-downmix-2.0: CMD = md5pipe -f truehd -request_channel_layout FL+FR -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
/third_party/ffmpeg/libavcodec/
H A Ddcadec.c358 if (avctx->request_channel_layout & AV_CH_LAYOUT_NATIVE) in dcadec_init()
361 if (avctx->request_channel_layout & ~AV_CH_LAYOUT_NATIVE) { in dcadec_init()
363 av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout & ~AV_CH_LAYOUT_NATIVE); in dcadec_init()
371 s->request_channel_layout = DCA_SPEAKER_LAYOUT_STEREO; in dcadec_init()
373 s->request_channel_layout = DCA_SPEAKER_LAYOUT_5POINT0; in dcadec_init()
375 s->request_channel_layout = DCA_SPEAKER_LAYOUT_5POINT1; in dcadec_init()
H A Ddcadec.h71 int request_channel_layout; ///< Converted from avctx.request_channel_layout member
H A Dlibfdk-aacdec.c269 if (avctx->request_channel_layout) { in fdk_aac_decode_init()
271 av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout); in fdk_aac_decode_init()
H A Davcodec.h1069 uint64_t request_channel_layout; member
H A Ddca_core.c1716 if (dca->request_channel_layout) in parse_optional_info()
1769 if (dca->request_channel_layout) in parse_optional_info()
1841 if (!dca->request_channel_layout) { in ff_dca_core_parse_exss()
2356 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_core_filter_frame()
H A Dmlpdec.c304 if (avctx->request_channel_layout) { in mlp_decode_init()
306 av_channel_layout_from_mask(&m->downmix_layout, avctx->request_channel_layout); in mlp_decode_init()
H A Ddca_xll.c937 switch (dca->request_channel_layout) { in parse_sub_headers()
1393 if (dca->request_channel_layout) { in ff_dca_xll_filter_frame()
1405 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_xll_filter_frame()
H A Dac3dec.c225 if (avctx->request_channel_layout) { in ac3_decode_init()
227 av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout); in ac3_decode_init()
H A Ddolby_e.c1269 if (avctx->request_channel_layout & AV_CH_LAYOUT_NATIVE) in dolby_e_init()
H A Ddca_lbr.c1135 if (dca->request_channel_layout != DCA_SPEAKER_LAYOUT_STEREO && !(s->warned & 4)) { in parse_decoder_init()
H A Doptions_table.h272 {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"},
H A Daacdec_template.c560 if (avctx->request_channel_layout == AV_CH_LAYOUT_NATIVE) in output_configure()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c321 uint64_t request_channel_layout; in LLVMFuzzerTestOneInput() local
361 request_channel_layout = bytestream2_get_le64(&gbc); in LLVMFuzzerTestOneInput()
380 // Keep the deprecated request_channel_layout behavior to ensure old fuzzing failures in LLVMFuzzerTestOneInput()
382 if (request_channel_layout) { in LLVMFuzzerTestOneInput()
389 if (request_channel_layout & ~INT64_MIN) { in LLVMFuzzerTestOneInput()
393 av_strlcatf(downmix_layout, 19, "0x%"PRIx64, request_channel_layout & ~INT64_MIN); in LLVMFuzzerTestOneInput()
400 av_dict_set_int(&opts, "channel_order", !!(request_channel_layout & INT64_MIN), 0); in LLVMFuzzerTestOneInput()

Completed in 45 milliseconds