Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp4135 for (size_t i = 0; i < mPriorityFrames.size(); i++) { in resetToCamPerfNormal()
4136 if (mPriorityFrames[i] == frameNumber) { in resetToCamPerfNormal()
4137 mPriorityFrames.removeAt(i); in resetToCamPerfNormal()
4141 if (mReprocessPerfMode && mPriorityFrames.empty()) { in resetToCamPerfNormal()
4796 numPendingPriorityFrames = mPriorityFrames.size(); in doReprocessOffline()
4797 mPriorityFrames.push(frame->frameNumber); in doReprocessOffline()
DQCamera3Channel.h616 Vector<uint32_t> mPriorityFrames; variable