Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp299 UINT *pBytesValid, in transportDec_FillData() argument
309 if (*pBytesValid == 0) { in transportDec_FillData()
323 FDKinitBitStream(hBs, pBuffer, 0x10000, (*pBytesValid)<<3, BS_READER); in transportDec_FillData()
324 *pBytesValid = 0; in transportDec_FillData()
329 FDKfeedBuffer (hBs, pBuffer, bufferSize, pBytesValid) ; in transportDec_FillData()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h388 UINT *pBytesValid,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp711 UINT *pBytesValid in aacDecoder_Fill() argument
723 …ansportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer ); in aacDecoder_Fill()