Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerificationTest.java46 long[] timestamps = {1000000, 2000000, 3000000, 4000000, 5000000}; in testVerify_correct() local
55 long[] timestamps = {1100000, 2050000, 2990000, 4000000, 4950000}; in testVerify_jitter() local
64 long[] timestamps = {1000000, 2000000, 3000000, 5000000, 6000000}; in testVerify_missing_events() local
68 private void runVerification(int expected, long[] timestamps, boolean pass, in runVerification()
96 private static EventGapVerification getVerification(int expected, long ... timestamps) { in getVerification()
DTimestampClockSourceVerificationTest.java73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_pass() local
88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_fail() local
102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_pass() local
116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_fail() local
130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_pass() local
145 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_fail() local
164 private void runVerification(int expectedUs, long[] timestamps, boolean pass, in runVerification()
198 …vate static TimestampClockSourceVerification getVerification(int expectedUs, long ... timestamps) { in getVerification()
DJitterVerificationTest.java46 long[] timestamps = new long[SAMPLE_SIZE]; in testVerify() local
74 long[] timestamps = new long[]{0, 1, 2, 3, 4}; in testCalculateDelta() local
102 private static JitterVerification getVerification(int marginPercent, long ... timestamps) { in getVerification()
DFrequencyVerificationTest.java37 long[] timestamps = {0, 1000000, 2000000, 3000000, 4000000}; // 1000Hz in testVerifification() local
82 long ... timestamps) { in getVerification()
DEventOrderingVerificationTest.java90 private static EventOrderingVerification getVerification(long ... timestamps) { in getVerification()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md70 ### ts is part of the moreutils package
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiEchoTest.java97 private void generateRandomBufers(byte[][] buffers, long timestamps[], int numMessages) { in generateRandomBufers()
312 long timestamps[] = new long[numMessages]; in test_D_EchoNMessages() local
342 long timestamps[] = new long[numMessages]; in test_E_FlushMessages() local
432 long timestamps[] = new long[numMessages]; in test_H_EchoNMessages_PureNative() local
/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java398 int eossample, List<Long> timestamps, DrcParams drcParams, String decoderName) in decodeToMemory()
DDecoderTest.java323 List<Long> timestamps = new ArrayList<Long>(); in testTimeStampOrdering() local
DMediaPlayerTest.java1391 final BlockingDeque<MediaTimestamp> timestamps = new LinkedBlockingDeque<>(); in testMediaTimeDiscontinuity() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java915 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in verifyCaptureResults() local