Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java1007 ArrayList<Long> expectedTimestamps = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local
1019 expectedTimestamps.add(result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocessTimestamps()
1029 expectedTimestamps.get(i), CAPTURE_TIMEOUT_FRAMES); in testReprocessTimestamps()
1036 for (int i = 0; i < expectedTimestamps.size(); i++) { in testReprocessTimestamps()
1038 long expected = expectedTimestamps.get(i); in testReprocessTimestamps()