Searched refs:captureTime (Results 1 – 3 of 3) sorted by relevance
417 long captureTime) { in validateTimestamps() argument418 mCollector.expectKeyValueEquals(result, CaptureResult.SENSOR_TIMESTAMP, captureTime); in validateTimestamps()420 resultImage.getTimestamp(), captureTime); in validateTimestamps()
1543 long captureTime = SystemClock.elapsedRealtime() - startTimeMs; in testRepeatingAndCaptureCombined() local1562 captureTime, estimatedTotalLatencyMin, in testRepeatingAndCaptureCombined()1564 (captureTime <= estimatedTotalLatencyMax) && in testRepeatingAndCaptureCombined()1565 (captureTime >= estimatedTotalLatencyMin)); in testRepeatingAndCaptureCombined()
3819 long captureTime = 0, prevCaptureTime = 0;3830 captureTime = getValueNotNull(result, CaptureResult.SENSOR_TIMESTAMP);3832 frameDuration = captureTime - prevCaptureTime;3834 prevCaptureTime = captureTime;