Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp298 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/
Dtpdec_lib.h360 UINT *pBytesValid,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp618 UINT *pBytesValid in aacDecoder_Fill() argument
630 …ansportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer ); in aacDecoder_Fill()