Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp642 UINT *pBytesValid, const INT layer) { in transportDec_FillData() argument
655 FDKfeedBuffer(hBs, pBuffer, bufferSize, pBytesValid); in transportDec_FillData()
656 if (*pBytesValid != 0) { in transportDec_FillData()
663 if (*pBytesValid == 0) { in transportDec_FillData()
669 FDKfeedBuffer(hBs, pBuffer, bufferSize, pBytesValid); in transportDec_FillData()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h502 UINT *pBytesValid, const INT layer);
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1051 UINT *pBytesValid) { in aacDecoder_Fill() argument
1062 bufferSize[layer], &pBytesValid[layer], in aacDecoder_Fill()