Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1917 PendingReprocessResult pendingResult; in handleBufferWithLock() local
1918 memset(&pendingResult, 0, sizeof(PendingReprocessResult)); in handleBufferWithLock()
1919 pendingResult.notify_msg = notify_msg; in handleBufferWithLock()
1920 pendingResult.buffer = *buffer; in handleBufferWithLock()
1921 pendingResult.frame_number = frame_number; in handleBufferWithLock()
1922 mPendingReprocessResultList.push_back(pendingResult); in handleBufferWithLock()