Loading scripts/ivas_pytests/tests/unit_tests/crend/ivas_crend_unit_test.c +3 −2 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ #include "ivas_prox_mix.h" #include "prot.h" #include "ivas_prot.h" #include "wmc_auto.h" #if defined( __unix__ ) || defined( __unix ) || defined( __APPLE__ ) || defined( __CYGWIN__ ) #define USE_DIRENT Loading Loading @@ -702,7 +703,7 @@ int main( int argc, char **argv ) } #ifdef WMOPS rest_mem( USE_32BITS ); reset_mem( USE_32BITS ); #endif switch ( io_params.test ) Loading @@ -727,7 +728,7 @@ int main( int argc, char **argv ) FILES_CLOSE; #ifdef WMOPS print_mem(); print_mem( NULL ); #endif return 0; Loading scripts/ivas_pytests/tests/unit_tests/crend/ivas_crend_utest_utils.c +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ #include "head_rotation_file_reader.h" #include "options.h" #include "render_config_reader.h" #include "wmc_auto.h" static ivas_result_t ivas_dec_default_io_params( ivas_dec_io_params_t *pIO_params ) Loading Loading @@ -1556,6 +1557,10 @@ ivas_result_t ivas_common_mixer_renderer( ivas_crend_io_params_t *pIo_params, fl fprintf( stdout, "Processed frame: %ld\r", (long) frame_count ); frame_count++; #ifdef WMOPS update_wmops(); #endif } int16_t pcm[MAX_OUTPUT_CHANNELS] = { 0 }; Loading Loading
scripts/ivas_pytests/tests/unit_tests/crend/ivas_crend_unit_test.c +3 −2 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ #include "ivas_prox_mix.h" #include "prot.h" #include "ivas_prot.h" #include "wmc_auto.h" #if defined( __unix__ ) || defined( __unix ) || defined( __APPLE__ ) || defined( __CYGWIN__ ) #define USE_DIRENT Loading Loading @@ -702,7 +703,7 @@ int main( int argc, char **argv ) } #ifdef WMOPS rest_mem( USE_32BITS ); reset_mem( USE_32BITS ); #endif switch ( io_params.test ) Loading @@ -727,7 +728,7 @@ int main( int argc, char **argv ) FILES_CLOSE; #ifdef WMOPS print_mem(); print_mem( NULL ); #endif return 0; Loading
scripts/ivas_pytests/tests/unit_tests/crend/ivas_crend_utest_utils.c +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ #include "head_rotation_file_reader.h" #include "options.h" #include "render_config_reader.h" #include "wmc_auto.h" static ivas_result_t ivas_dec_default_io_params( ivas_dec_io_params_t *pIO_params ) Loading Loading @@ -1556,6 +1557,10 @@ ivas_result_t ivas_common_mixer_renderer( ivas_crend_io_params_t *pIo_params, fl fprintf( stdout, "Processed frame: %ld\r", (long) frame_count ); frame_count++; #ifdef WMOPS update_wmops(); #endif } int16_t pcm[MAX_OUTPUT_CHANNELS] = { 0 }; Loading