Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.h451 List<PendingReprocessResult> mPendingReprocessResultList; variable
DQCamera3HWI.cpp562 mPendingReprocessResultList.clear(); in ~QCamera3HardwareInterface()
2355 mPendingReprocessResultList.clear(); in configureStreamsPerfLocked()
2631 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin(); in handlePendingReprocResults()
2632 j != mPendingReprocessResultList.end(); j++) { in handlePendingReprocResults()
2661 mPendingReprocessResultList.erase(j); in handlePendingReprocResults()
3199 if (!mPendingReprocessResultList.empty()) { in handleMetadataWithLock()
3453 mPendingReprocessResultList.push_back(pendingResult); in handleBufferWithLock()
11019 mPendingReprocessResultList.clear(); in notifyErrorForPendingRequests()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h504 List<PendingReprocessResult> mPendingReprocessResultList; variable
DQCamera3HWI.cpp638 mPendingReprocessResultList.clear(); in ~QCamera3HardwareInterface()
2415 mPendingReprocessResultList.clear(); in configureStreamsPerfLocked()
2692 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin(); in handlePendingReprocResults()
2693 j != mPendingReprocessResultList.end(); j++) { in handlePendingReprocResults()
2722 mPendingReprocessResultList.erase(j); in handlePendingReprocResults()
3304 if (!mPendingReprocessResultList.empty()) { in handleMetadataWithLock()
12291 mPendingReprocessResultList.clear(); in notifyErrorForPendingRequests()