Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.h117 static const int kMaxRetryCount = 3; // 3 retries in case of buffer drop variable
DCaptureSequencer.cpp658 if (mNewCaptureErrorCnt > kMaxRetryCount) { in manageStandardCaptureWait()
659 ALOGW("Exceeding multiple retry limit of %d due to buffer drop", kMaxRetryCount); in manageStandardCaptureWait()