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

/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3HWI.h453 List<PendingReprocessResult> mPendingReprocessResultList; member in class:qcamera::QCamera3HardwareInterface
H A DQCamera3HWI.cpp569 mPendingReprocessResultList.clear();
2466 mPendingReprocessResultList.clear();
2995 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin();
2996 j != mPendingReprocessResultList.end(); j++) {
3025 mPendingReprocessResultList.erase(j);
3583 if (!mPendingReprocessResultList.empty()) {
3837 mPendingReprocessResultList.push_back(pendingResult);
11214 mPendingReprocessResultList.clear();

Completed in 37 milliseconds