Home
last modified time | relevance | path

Searched refs:oldestBufIndex (Results 1 – 1 of 1) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp834 uint32_t oldestBufIndex; in streamCbRoutine() local
835 int32_t lowestFrameNumber = mMemory.getOldestFrameNumber(oldestBufIndex); in streamCbRoutine()
840 lowestFrameNumber, oldestBufIndex); in streamCbRoutine()
842 stream->cancelBuffer(oldestBufIndex); in streamCbRoutine()
909 lowestFrameNumber = mMemory.getOldestFrameNumber(oldestBufIndex); in streamCbRoutine()
912 resultFrameNumber, frameIndex, lowestFrameNumber, oldestBufIndex); in streamCbRoutine()
915 lowestFrameNumber, oldestBufIndex); in streamCbRoutine()
916 stream->cancelBuffer(oldestBufIndex); in streamCbRoutine()