Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerificationTest.java43 long[] timestamps = {1000000, 2000000, 3000000, 4000000, 5000000}; in testVerify_correct() local
52 long[] timestamps = {1100000, 2050000, 2990000, 4000000, 4950000}; in testVerify_jitter() local
61 long[] timestamps = {1000000, 2000000, 3000000, 5000000, 6000000}; in testVerify_missing_events() local
65 private void runVerification(int expected, long[] timestamps, boolean pass, in runVerification()
93 private ISensorVerification getVerification(int expected, long ... timestamps) { in getVerification()
DJitterVerificationTest.java45 long[] timestamps = new long[SAMPLE_SIZE]; in testVerify() local
72 long[] timestamps = new long[]{0, 1, 2, 3, 4}; in testCalculateJitter() local
101 private JitterVerification getVerification(int threshold, long ... timestamps) { in getVerification()
DFrequencyVerificationTest.java34 long[] timestamps = {0, 1000000, 2000000, 3000000, 4000000}; // 1000Hz in testVerifification() local
79 long ... timestamps) { in getVerification()
DEventOrderingVerificationTest.java99 private EventOrderingVerification getVerification(long ... timestamps) { in getVerification()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java268 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in verifyCaptureResults() local
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java148 List<Long> timestamps = new ArrayList<Long>(); in testTimeStampOrdering() local
552 int eossample, List<Long> timestamps) throws IOException { in decodeToMemory()
1226 ArrayList<Long> timestamps = new ArrayList<Long>(); in decodeWithChecks() local