Searched refs:pBytesValid (Results 1 – 3 of 3) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 642 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/ |
D | tpdec_lib.h | 502 UINT *pBytesValid, const INT layer);
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 1051 UINT *pBytesValid) { in aacDecoder_Fill() argument 1062 bufferSize[layer], &pBytesValid[layer], in aacDecoder_Fill()
|