Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp643 UINT *pBytesValid, const INT layer) { in transportDec_FillData() argument
656 FDKfeedBuffer(hBs, pBuffer, bufferSize, pBytesValid); in transportDec_FillData()
657 if (*pBytesValid != 0) { in transportDec_FillData()
664 if (*pBytesValid == 0) { in transportDec_FillData()
668 const int bytesValid = *pBytesValid; in transportDec_FillData()
669 FDKfeedBuffer(hBs, pBuffer, bufferSize, pBytesValid); in transportDec_FillData()
672 hTp->globalFramePos += (bytesValid - *pBytesValid) * 8; in transportDec_FillData()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h502 UINT *pBytesValid, const INT layer);
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1066 UINT *pBytesValid) { in aacDecoder_Fill() argument
1077 bufferSize[layer], &pBytesValid[layer], in aacDecoder_Fill()