Searched refs:bytesValid (Results 1 – 5 of 5) sorted by relevance
366 const UINT bufferSize, UINT *bytesValid) { in FDK_Feed() argument367 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() argument428 *bytesValid); //(*bytesValid < bToRead) ? *bytesValid : bToRead ; in FDK_Copy()459 *bytesValid -= bTotal; in FDK_Copy()
166 const UINT bufferSize, UINT *bytesValid);169 UINT *bytesValid);
605 UINT *bytesValid) { in FDKfeedBuffer() argument607 FDK_Feed(&hBitStream->hBitBuf, inputBuffer, bufferSize, bytesValid); in FDKfeedBuffer()622 HANDLE_FDK_BITSTREAM hBSSrc, UINT *bytesValid) { in FDKcopyBuffer() argument624 FDK_Copy(&hBSDst->hBitBuf, &hBSSrc->hBitBuf, bytesValid); in FDKcopyBuffer()
1008 UINT *bytesValid);
668 const int bytesValid = *pBytesValid; in transportDec_FillData() local672 hTp->globalFramePos += (bytesValid - *pBytesValid) * 8; in transportDec_FillData()