Searched defs:bytesToRead (Results 1 – 12 of 12) sorted by relevance
37 int32_t bytesToRead = numBytes; in readFromStorage() local
58 int bytesToRead = Math.min(remainder, 8192); in copy() local
3823 int bytesToRead = size; in saveWebpAttributes() local
50 size_t bytesToRead = mParams.frameSize; in onInputAvailable() local
308 int bytesToRead = (int) Math.min(bytesRemaining, mBuffer.length); in skipBytes() local
246 int bytesToRead = readBytes > bufferSize ? bufferSize : readBytes; in encode() local
432 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read() local
247 ssize_t bytesToRead = kMaxReadBytes; in resync() local
392 int bytesToRead = mFrameSize; in onInputAvailable() local
255 size_t bytesToRead = offset + size - mCachedOffset - mCachedSize; in readAt() local
97 ssize_t bytesToRead = kMaxReadBytes; in Resync() local
2576 ssize_t bytesToRead = sizeof(flacInfo) - flacOffset; in parseChunk() local