Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1087 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, in aacDecoder_UpdateBitStreamCounters() argument
1102 if (pSi->frameSize > 0) { in aacDecoder_UpdateBitStreamCounters()
1105 FIXP_DBL ratio_m = fDivNorm(pSi->sampleRate, pSi->frameSize, &ratio_e); in aacDecoder_UpdateBitStreamCounters()
1106 pSi->bitRate = (INT)fMultNorm(nBits, DFRACT_BITS - 1, ratio_m, ratio_e, in aacDecoder_UpdateBitStreamCounters()
1115 pSi->numTotalBytes += nBytes; in aacDecoder_UpdateBitStreamCounters()
1117 pSi->numTotalAccessUnits++; in aacDecoder_UpdateBitStreamCounters()
1120 pSi->numBadBytes += nBytes; in aacDecoder_UpdateBitStreamCounters()
1121 pSi->numBadAccessUnits++; in aacDecoder_UpdateBitStreamCounters()