Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.h486 List<PendingReprocessResult> mPendingReprocessResultList; variable
DQCamera3HWI.cpp591 mPendingReprocessResultList.clear(); in ~QCamera3HardwareInterface()
2503 mPendingReprocessResultList.clear(); in configureStreamsPerfLocked()
3034 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin(); in handlePendingReprocResults()
3035 j != mPendingReprocessResultList.end(); j++) { in handlePendingReprocResults()
3064 mPendingReprocessResultList.erase(j); in handlePendingReprocResults()
3672 if (!mPendingReprocessResultList.empty()) { in handleMetadataWithLock()
3926 mPendingReprocessResultList.push_back(pendingResult); in handleBufferWithLock()
11542 mPendingReprocessResultList.clear(); in notifyErrorForPendingRequests()