Searched defs:bytesToRead (Results 1 – 11 of 11) sorted by relevance
37 int32_t bytesToRead = numBytes; in readFromStorage() local
58 int bytesToRead = Math.min(remainder, 8192); in copy() local
3822 int bytesToRead = size; in saveWebpAttributes() local
50 size_t bytesToRead = mParams.frameSize; in onInputAvailable() local
246 int bytesToRead = readBytes > bufferSize ? bufferSize : readBytes; in encode() local
433 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read() local
247 ssize_t bytesToRead = kMaxReadBytes; in resync() local
387 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
2538 ssize_t bytesToRead = sizeof(flacInfo) - flacOffset; in parseChunk() local