Home
last modified time | relevance | path

Searched defs:bytesToRead (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
DFixedBlockReader.cpp37 int32_t bytesToRead = numBytes; in readFromStorage() local
/frameworks/base/media/java/android/media/
DExifInterfaceUtils.java58 int bytesToRead = Math.min(remainder, 8192); in copy() local
DExifInterface.java3806 int bytesToRead = size; in saveWebpAttributes() local
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp50 size_t bytesToRead = mParams.frameSize; in onInputAvailable() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenInternalAudioRecorder.java220 int bytesToRead = readBytes > bufferSize ? bufferSize : readBytes; in encode() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DEncoder.java286 int bytesToRead = mFrameSize; in onInputAvailable() local
/frameworks/av/media/codecs/mp3dec/test/
Dmp3reader.cpp247 ssize_t bytesToRead = kMaxReadBytes; in resync() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp466 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read() local
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp249 size_t bytesToRead = offset + size - mCachedOffset - mCachedSize; in readAt() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java534 int bytesToRead = length; in read() local
/frameworks/av/media/extractors/mp3/
DMP3Extractor.cpp97 ssize_t bytesToRead = kMaxReadBytes; in Resync() local