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