Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1381 final double LATENCY_MARGIN = .3f; // Account for system load, capture call duration etc. in testRepeatingAndCaptureCombined() local
1557 (long) (estimatedTotalLatency * (1.f - LATENCY_MARGIN)); in testRepeatingAndCaptureCombined()
1559 (long) (estimatedTotalLatency * (1.f + LATENCY_MARGIN)); in testRepeatingAndCaptureCombined()