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

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h228 uint32_t mPartialResultProgress = 0; member in struct:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher::InflightBatch
H A DCameraDeviceSession.cpp331 if (mPartialResultProgress < mNumPartialResults) {
556 if (lastPartialResultIdx <= batch->mPartialResultProgress) {
587 batch->mPartialResultProgress = lastPartialResultIdx;

Completed in 77 milliseconds