Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp420 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1; in registerBatch()
438 uint32_t frameMax = mInflightBatches[numBatches - 1]->mLastFrame; in getBatch()
444 frameNumber <= mInflightBatches[i]->mLastFrame) { in getBatch()
708 if (frameNumber == batch->mLastFrame) { in notify()
714 if (frameNumber == batch->mLastFrame) { in notify()
815 if (result.frameNumber == batch->mLastFrame) { in processCaptureResult()
828 if (result.frameNumber == batch->mLastFrame) { in processCaptureResult()
DCameraDeviceSession.h208 uint32_t mLastFrame; member
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp681 if (result.v3_2.frameNumber == batch->mLastFrame) { in processCaptureResult_3_4()
694 if (result.v3_2.frameNumber == batch->mLastFrame) { in processCaptureResult_3_4()