Home
last modified time | relevance | path

Searched defs:framesToWrite (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.cpp116 uint32_t framesToWrite = static_cast<uint32_t>(numFrames); in write() local
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.cpp153 int32_t framesToWrite = std::max(0, std::min(framesLeft, emptyFrames)); in transfer() local