Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java506 double[] maxCaptureGapsMs = new double[NUM_REPROCESS_TESTED]; in reprocessingCaptureStallTestByCamera() local
556 maxCaptureGapsMs[i] = maxTimestampGapMs; in reprocessingCaptureStallTestByCamera()
566 mReportLog.addValues("max_capture_timestamp_gaps", maxCaptureGapsMs, in reprocessingCaptureStallTestByCamera()
571 Stat.getAverage(maxCaptureGapsMs), ResultType.LOWER_BETTER, ResultUnit.MS); in reprocessingCaptureStallTestByCamera()
576 for (int i = 0; i < maxCaptureGapsMs.length; i++) { in reprocessingCaptureStallTestByCamera()
580 maxCaptureGapsMs[i] <= stallDurationBound); in reprocessingCaptureStallTestByCamera()