Searched refs:CAMERA_OBSERVER_PERIOD_MS (Results 1 – 1 of 1) sorted by relevance
69 private final static int CAMERA_OBSERVER_PERIOD_MS = 2000; field in VideoCapturerAndroid133 int cameraFps = (cameraFramesCount * 1000 + CAMERA_OBSERVER_PERIOD_MS / 2)134 / CAMERA_OBSERVER_PERIOD_MS;139 if (CAMERA_OBSERVER_PERIOD_MS * freezePeriodCount > CAMERA_FREEZE_REPORT_TIMOUT_MS153 cameraThreadHandler.postDelayed(this, CAMERA_OBSERVER_PERIOD_MS);469 cameraThreadHandler.postDelayed(cameraObserver, CAMERA_OBSERVER_PERIOD_MS); in startCaptureOnCameraThread()