Searched defs:pBytesValid (Results 1 - 1 of 1) sorted by relevance
/external/aac/libMpegTPDec/src/ |
H A D | tpdec_lib.cpp | 299 UINT *pBytesValid, 309 if (*pBytesValid == 0) { 323 FDKinitBitStream(hBs, pBuffer, 0x10000, (*pBytesValid)<<3, BS_READER); 324 *pBytesValid = 0; 329 FDKfeedBuffer (hBs, pBuffer, bufferSize, pBytesValid) ; 295 transportDec_FillData( const HANDLE_TRANSPORTDEC hTp, UCHAR *pBuffer, const UINT bufferSize, UINT *pBytesValid, const INT layer ) argument
|
Completed in 88 milliseconds