Searched refs:posInBuf (Results 1 – 1 of 1) sorted by relevance
2386 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2() local2413 if (bytesInBuf < posInBuf) in OpenStream2()2415 UInt64 skipSize = posInBuf - bytesInBuf; in OpenStream2()2432 if (bytesInBuf - posInBuf < kAfterSize) in OpenStream2()2434 size_t beg = (size_t)posInBuf - kBeforeSize; in OpenStream2()2467 size_t availSize = bytesInBuf - (size_t)posInBuf; in OpenStream2()2491 const Byte *buf = byteBuffer + (size_t)posInBuf; in OpenStream2()