Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp44 mNewCaptureErrorCnt(0), in CaptureSequencer()
167 mNewCaptureErrorCnt++; in onCaptureAvailable()
169 mNewCaptureErrorCnt = 0; in onCaptureAvailable()
658 if (mNewCaptureErrorCnt > kMaxRetryCount) { in manageStandardCaptureWait()
661 } else if (mNewCaptureErrorCnt > 0) { in manageStandardCaptureWait()
662 ALOGW("Capture error happened, retry %d...", mNewCaptureErrorCnt); in manageStandardCaptureWait()
DCaptureSequencer.h100 int32_t mNewCaptureErrorCnt; variable