Home
last modified time | relevance | path

Searched refs:aacEncodedLenth (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c9471 tEmzInt32 aacEncodedLenth = AAC_ENCODED_LENTH; in AU_CUS_AACEncOutput() local
9477 …nc_Encode(aacEncodeHandler, (tEmzInt16 *)pPcmBuffer, pcmLenth, aacEncodedBuffer, &aacEncodedLenth); in AU_CUS_AACEncOutput()
9481 …me(0x%X)] \n", (int)retAACEnc, (unsigned int)pcmLenth, (unsigned int)aacEncodedLenth, (unsigned in… in AU_CUS_AACEncOutput()
9488 … AU_CUS_FileWrite((void*)aacEncodedBuffer, sizeof(MS_U8), aacEncodedLenth, pAU_AACEncDumpFile); in AU_CUS_AACEncOutput()
9512 aacEncInfo.dataLen = aacEncodedLenth; in AU_CUS_AACEncOutput()
9514 aacEncInfo.pREnd = aacEncInfo.pRStart + aacEncodedLenth; in AU_CUS_AACEncOutput()