Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java608 ArrayList<Long> expectedTimestamps = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local
620 expectedTimestamps.add(result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocessTimestamps()
630 expectedTimestamps.get(i), CAPTURE_TIMEOUT_FRAMES); in testReprocessTimestamps()
637 for (int i = 0; i < expectedTimestamps.size(); i++) { in testReprocessTimestamps()
639 long expected = expectedTimestamps.get(i); in testReprocessTimestamps()