Searched refs:MAX_RETRY (Results 1 – 2 of 2) sorted by relevance
45 constexpr int MAX_RETRY = 5; // Allow retry v4l2 open failures a few times. variable152 } while (fd.get() < 0 && numAttempt <= MAX_RETRY); in open()
50 constexpr int MAX_RETRY = 15; // Allow retry some ioctl failures a few times to account for some variable1981 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()2090 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()