Commit d627eecb authored by Jan Kiene's avatar Jan Kiene
Browse files

add render_config testcases for combined formats

parent 9ac0d797
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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,
@@ -94,6 +95,7 @@ def test_decoder_combined_formats(
    output_format,
    output_sampling_rate,
    bitstream_processing,
    render_config,
    dut_decoder_frontend,
    update_ref,
):
@@ -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(