Commit 9bbf35f8 authored by Ripinder Singh's avatar Ripinder Singh
Browse files

Rename ApplyPiData to FeedPiDataToDecoder(

parent 1a422ce0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3591,7 +3591,7 @@ static ivas_error decodeVoIP(
                    numPiData++;
                }

                if ( ( error = IVAS_RTP_ApplyPiData( hIvasDec, &ivasRtp.piData[ivasRtp.nProcPiData], numPiData ) ) != IVAS_ERR_OK )
                if ( ( error = IVAS_RTP_FeedPiDataToDecoder( hIvasDec, &ivasRtp.piData[ivasRtp.nProcPiData], numPiData ) ) != IVAS_ERR_OK )
                {
                    fprintf( stderr, "\nError in IVAS_DEC_VoIP_GetSamples: %s\n", IVAS_DEC_GetErrorMessage( error ) );
                    goto cleanup;
+1 −1
Original line number Diff line number Diff line
@@ -5617,7 +5617,7 @@ static void IVAS_DEC_setDiegeticInputPI(
#endif

#ifdef IVAS_RTPDUMP
ivas_error IVAS_RTP_ApplyPiData( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, uint32_t numPiData )
ivas_error IVAS_RTP_FeedPiDataToDecoder( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, uint32_t numPiData )
{
    ivas_error error = IVAS_ERR_OK;
    while ( numPiData-- )
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ void IVAS_DEC_PrintDisclaimer(

#ifdef IVAS_RTPDUMP
#include "ivas_rtp_pi_data.h"
ivas_error IVAS_RTP_ApplyPiData( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, uint32_t numPiData );
ivas_error IVAS_RTP_FeedPiDataToDecoder( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, uint32_t numPiData );
#endif

/* clang-format on */