Home
last modified time | relevance | path

Searched defs:framesToRead (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp214 fifo_frames_t framesToRead = std::min(framesAvailable, numFrames); in verifyMultipleDataFrames() local
227 fifo_frames_t framesToRead = std::min(framesAvailable, numFrames); in verifyRequestedData() local
/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp127 fifo_frames_t framesToRead = framesLeft; in read() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp416 int32_t framesToRead = std::min(framesLeft, mFormatConversionBufferSizeInFrames); in read() local
/frameworks/av/services/audioflinger/
DTracks.cpp2545 const size_t framesToRead = std::min(buffer->mFrameCount, mFrameCount); in obtainBuffer() local
DThreads.cpp7118 size_t framesToRead = min(mRsmpInFramesOA - rear, mRsmpInFramesP2 / 2); in threadLoop() local