Home
last modified time | relevance | path

Searched refs:bytesValid (Results 1 – 5 of 5) sorted by relevance

/external/aac/libFDK/src/
DFDK_bitbuffer.cpp366 const UINT bufferSize, UINT *bytesValid) { in FDK_Feed() argument
367 inputBuffer = &inputBuffer[bufferSize - *bytesValid]; in FDK_Feed()
377 *bytesValid); //(bToRead < *bytesValid) ? bToRead : *bytesValid ; in FDK_Feed()
399 *bytesValid -= bTotal; in FDK_Feed()
420 UINT *bytesValid) { in FDK_Copy() argument
428 *bytesValid); //(*bytesValid < bToRead) ? *bytesValid : bToRead ; in FDK_Copy()
459 *bytesValid -= bTotal; in FDK_Copy()
/external/aac/libFDK/include/
DFDK_bitbuffer.h166 const UINT bufferSize, UINT *bytesValid);
169 UINT *bytesValid);
DFDK_bitstream.h605 UINT *bytesValid) { in FDKfeedBuffer() argument
607 FDK_Feed(&hBitStream->hBitBuf, inputBuffer, bufferSize, bytesValid); in FDKfeedBuffer()
622 HANDLE_FDK_BITSTREAM hBSSrc, UINT *bytesValid) { in FDKcopyBuffer() argument
624 FDK_Copy(&hBSDst->hBitBuf, &hBSSrc->hBitBuf, bytesValid); in FDKcopyBuffer()
/external/aac/libAACdec/include/
Daacdecoder_lib.h1008 UINT *bytesValid);
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp668 const int bytesValid = *pBytesValid; in transportDec_FillData() local
672 hTp->globalFramePos += (bytesValid - *pBytesValid) * 8; in transportDec_FillData()