Searched refs:pBytesValid (Results 1 – 3 of 3) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 298 UINT *pBytesValid, in transportDec_FillData() argument 308 if (*pBytesValid == 0) { in transportDec_FillData() 323 FDKinitBitStream(hBs, pBuffer, 0x10000, (*pBytesValid)<<3, BS_READER); in transportDec_FillData() 324 *pBytesValid = 0; in transportDec_FillData() 330 FDKfeedBuffer (hBs, pBuffer, bufferSize, pBytesValid) ; in transportDec_FillData()
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 360 UINT *pBytesValid,
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 618 UINT *pBytesValid in aacDecoder_Fill() argument 630 …ansportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer ); in aacDecoder_Fill()
|