Loading scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test.c +3 −3 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ static int tryOpenEncoderWithInvalidBitrate( void ) { return 1; } err = IVAS_LC3PLUS_ENC_Open( config, invalid_low_bps, &encHandle ); err = ISAR_LC3PLUS_ENC_Open( config, invalid_low_bps, &encHandle ); /* setting an invalid bitrate should trigger an error - which is what we expect */ if ( IVAS_ERR_LC3PLUS_INVALID_BITRATE != err ) { Loading Loading @@ -246,8 +246,8 @@ static int tryCallEncoderApiWithInvalidParams( void ) { return 1; } IVAS_LC3PLUS_ENC_Close( &invalidEncHandle ); if ( IVAS_ERR_UNEXPECTED_NULL_POINTER != IVAS_LC3PLUS_ENC_Encode( invalidEncHandle, invalidPcm_in, invalidBitstream_out ) ) ISAR_LC3PLUS_ENC_Close( &invalidEncHandle ); if ( IVAS_ERR_UNEXPECTED_NULL_POINTER != ISAR_LC3PLUS_ENC_Encode( invalidEncHandle, invalidPcm_in, invalidBitstream_out ) ) { return 1; } Loading scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test_selective_decoding.c +70 −70 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test.c +3 −3 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ static int tryOpenEncoderWithInvalidBitrate( void ) { return 1; } err = IVAS_LC3PLUS_ENC_Open( config, invalid_low_bps, &encHandle ); err = ISAR_LC3PLUS_ENC_Open( config, invalid_low_bps, &encHandle ); /* setting an invalid bitrate should trigger an error - which is what we expect */ if ( IVAS_ERR_LC3PLUS_INVALID_BITRATE != err ) { Loading Loading @@ -246,8 +246,8 @@ static int tryCallEncoderApiWithInvalidParams( void ) { return 1; } IVAS_LC3PLUS_ENC_Close( &invalidEncHandle ); if ( IVAS_ERR_UNEXPECTED_NULL_POINTER != IVAS_LC3PLUS_ENC_Encode( invalidEncHandle, invalidPcm_in, invalidBitstream_out ) ) ISAR_LC3PLUS_ENC_Close( &invalidEncHandle ); if ( IVAS_ERR_UNEXPECTED_NULL_POINTER != ISAR_LC3PLUS_ENC_Encode( invalidEncHandle, invalidPcm_in, invalidBitstream_out ) ) { return 1; } Loading
scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test_selective_decoding.c +70 −70 File changed.Preview size limit exceeded, changes collapsed. Show changes