Loading tests/codec_be_to_accepted_release/decoder/test_decoder_render_config.py +4 −2 Original line number Diff line number Diff line Loading @@ -81,11 +81,12 @@ def test_decoder_objectbased_render_conf_directivity( ) @pytest.mark.parametrize("render_config", RENDER_CONFIG_PARAMS) @pytest.mark.parametrize( "input_format_ism,input_format_other,bitrate,input_sampling_rate,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_COMBINED_PARAMS, ) def test_decoder_combined_formats( def test_decoder_combined_formats_render_conf_directivity( input_format_ism, input_format_other, bitrate, Loading @@ -94,6 +95,7 @@ def test_decoder_combined_formats( output_format, output_sampling_rate, bitstream_processing, render_config, dut_decoder_frontend, update_ref, ): Loading @@ -115,7 +117,7 @@ def test_decoder_combined_formats( DTX_OFF, suffix=suffix, processing=bitstream_processing, render_config=True, render_config=render_config, dpid=True, ) as (ref_bitstream, options): run_check( Loading Loading
tests/codec_be_to_accepted_release/decoder/test_decoder_render_config.py +4 −2 Original line number Diff line number Diff line Loading @@ -81,11 +81,12 @@ def test_decoder_objectbased_render_conf_directivity( ) @pytest.mark.parametrize("render_config", RENDER_CONFIG_PARAMS) @pytest.mark.parametrize( "input_format_ism,input_format_other,bitrate,input_sampling_rate,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_COMBINED_PARAMS, ) def test_decoder_combined_formats( def test_decoder_combined_formats_render_conf_directivity( input_format_ism, input_format_other, bitrate, Loading @@ -94,6 +95,7 @@ def test_decoder_combined_formats( output_format, output_sampling_rate, bitstream_processing, render_config, dut_decoder_frontend, update_ref, ): Loading @@ -115,7 +117,7 @@ def test_decoder_combined_formats( DTX_OFF, suffix=suffix, processing=bitstream_processing, render_config=True, render_config=render_config, dpid=True, ) as (ref_bitstream, options): run_check( Loading