Loading apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ int32_t main( int32_t argc, char **argv ) } /* === Configure === */ if ( ( error = IVAS_REND_ConfigureConfig( hIvasRend, headRotReader != NULL, args.renderConfigFilePath[0] != '\0' ) ) != IVAS_ERR_OK ) if ( ( error = IVAS_REND_InitConfig( hIvasRend, headRotReader != NULL, args.renderConfigFilePath[0] != '\0' ) ) != IVAS_ERR_OK ) { exit( -1 ); } Loading lib_rend/ivas_lib_rend_internal.h +32 −0 Original line number Diff line number Diff line /****************************************************************************************************** (C) 2022 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other contributors to this repository. All Rights Reserved. This software is protected by copyright law and by international treaties. The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other contributors to this repository retain full ownership rights in their respective contributions in the software. This notice grants no license of any kind, including but not limited to patent license, nor is any license granted by implication, estoppel or otherwise. Contributors are required to enter into the IVAS codec Public Collaboration agreement before making contributions. This software is provided "AS IS", without any express or implied warranties. The software is in the development stage. It is intended exclusively for experts who have experience with such software and solely for the purpose of inspection. All implied warranties of non-infringement, merchantability and fitness for a particular purpose are hereby disclaimed and excluded. Any dispute, controversy or claim arising under or in relation to providing this software shall be submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and the United Nations Convention on Contracts on the International Sales of Goods. *******************************************************************************************************/ #include "ivas_error.h" #include "lib_rend.h" #include "ivas_stat_dec.h" Loading lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -2640,7 +2640,7 @@ ivas_error IVAS_REND_FeedInputObjectMetadata( return IVAS_ERR_OK; } ivas_error IVAS_REND_ConfigureConfig( IVAS_REND_HANDLE st, ivas_error IVAS_REND_InitConfig( IVAS_REND_HANDLE st, bool headRotationEnabled, bool rendererConfigEnabled ) { Loading lib_rend/lib_rend.h +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ ivas_error IVAS_REND_FeedInputMasaMetadata( void* TODO ); ivas_error IVAS_REND_ConfigureConfig( ivas_error IVAS_REND_InitConfig( IVAS_REND_HANDLE st, /* i/o: Renderer handle */ bool headRotationEnabled, /* i : enable head rotation for binaural output, ignored for other output formats */ bool rendererConfigEnabled /* i : flag indicating if a renderer configuration file was supplied */ Loading Loading
apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ int32_t main( int32_t argc, char **argv ) } /* === Configure === */ if ( ( error = IVAS_REND_ConfigureConfig( hIvasRend, headRotReader != NULL, args.renderConfigFilePath[0] != '\0' ) ) != IVAS_ERR_OK ) if ( ( error = IVAS_REND_InitConfig( hIvasRend, headRotReader != NULL, args.renderConfigFilePath[0] != '\0' ) ) != IVAS_ERR_OK ) { exit( -1 ); } Loading
lib_rend/ivas_lib_rend_internal.h +32 −0 Original line number Diff line number Diff line /****************************************************************************************************** (C) 2022 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other contributors to this repository. All Rights Reserved. This software is protected by copyright law and by international treaties. The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other contributors to this repository retain full ownership rights in their respective contributions in the software. This notice grants no license of any kind, including but not limited to patent license, nor is any license granted by implication, estoppel or otherwise. Contributors are required to enter into the IVAS codec Public Collaboration agreement before making contributions. This software is provided "AS IS", without any express or implied warranties. The software is in the development stage. It is intended exclusively for experts who have experience with such software and solely for the purpose of inspection. All implied warranties of non-infringement, merchantability and fitness for a particular purpose are hereby disclaimed and excluded. Any dispute, controversy or claim arising under or in relation to providing this software shall be submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and the United Nations Convention on Contracts on the International Sales of Goods. *******************************************************************************************************/ #include "ivas_error.h" #include "lib_rend.h" #include "ivas_stat_dec.h" Loading
lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -2640,7 +2640,7 @@ ivas_error IVAS_REND_FeedInputObjectMetadata( return IVAS_ERR_OK; } ivas_error IVAS_REND_ConfigureConfig( IVAS_REND_HANDLE st, ivas_error IVAS_REND_InitConfig( IVAS_REND_HANDLE st, bool headRotationEnabled, bool rendererConfigEnabled ) { Loading
lib_rend/lib_rend.h +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ ivas_error IVAS_REND_FeedInputMasaMetadata( void* TODO ); ivas_error IVAS_REND_ConfigureConfig( ivas_error IVAS_REND_InitConfig( IVAS_REND_HANDLE st, /* i/o: Renderer handle */ bool headRotationEnabled, /* i : enable head rotation for binaural output, ignored for other output formats */ bool rendererConfigEnabled /* i : flag indicating if a renderer configuration file was supplied */ Loading