Searched refs:mNewCaptureErrorCnt (Results 1 – 2 of 2) sorted by relevance
44 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()
100 int32_t mNewCaptureErrorCnt; variable