Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp4119 for (size_t i = 0; i < mPriorityFrames.size(); i++) { in resetToCamPerfNormal()
4120 if (mPriorityFrames[i] == frameNumber) { in resetToCamPerfNormal()
4121 mPriorityFrames.removeAt(i); in resetToCamPerfNormal()
4125 if (mReprocessPerfMode && mPriorityFrames.empty()) { in resetToCamPerfNormal()
4771 numPendingPriorityFrames = mPriorityFrames.size(); in doReprocessOffline()
4772 mPriorityFrames.push(frame->frameNumber); in doReprocessOffline()
DQCamera3Channel.h615 Vector<uint32_t> mPriorityFrames; variable