Searched refs:IOCTL_RETRY_SLEEP_US (Results 1 – 1 of 1) sorted by relevance
52 constexpr int IOCTL_RETRY_SLEEP_US = 33000; // 33ms * MAX_RETRY = 0.5 seconds variable2326 usleep(IOCTL_RETRY_SLEEP_US); // sleep and try again in configureV4l2StreamLocked()2435 usleep(IOCTL_RETRY_SLEEP_US); // sleep 100 ms and try again in configureV4l2StreamLocked()