Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3921 PendingReprocessResult pendingResult; in handleBufferWithLock() local
3922 memset(&pendingResult, 0, sizeof(PendingReprocessResult)); in handleBufferWithLock()
3923 pendingResult.notify_msg = notify_msg; in handleBufferWithLock()
3924 pendingResult.buffer = *buffer; in handleBufferWithLock()
3925 pendingResult.frame_number = frame_number; in handleBufferWithLock()
3926 mPendingReprocessResultList.push_back(pendingResult); in handleBufferWithLock()