Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 97) sorted by relevance

1234

/cts/tests/tests/media/assets/hls_variant/165340/
Dindex.m3u86 00.ts
8 01.ts
10 02.ts
12 03.ts
14 04.ts
16 05.ts
18 06.ts
20 07.ts
22 08.ts
24 09.ts
[all …]
/cts/tests/tests/media/assets/hls_variant/1676816/
Dindex.m3u86 00.ts
8 01.ts
10 02.ts
12 03.ts
14 04.ts
16 05.ts
18 06.ts
20 07.ts
22 08.ts
24 09.ts
[all …]
/cts/tests/tests/media/assets/hls_variant/344388/
Dindex.m3u86 00.ts
8 01.ts
10 02.ts
12 03.ts
14 04.ts
16 05.ts
18 06.ts
20 07.ts
22 08.ts
24 09.ts
[all …]
/cts/tests/tests/media/assets/hls_variant/387360/
Dindex.m3u86 00.ts
8 01.ts
10 02.ts
12 03.ts
14 04.ts
16 05.ts
18 06.ts
20 07.ts
22 08.ts
24 09.ts
[all …]
/cts/tests/tests/media/assets/hls_variant/765178/
Dindex.m3u86 00.ts
8 01.ts
10 02.ts
12 03.ts
14 04.ts
16 05.ts
18 06.ts
20 07.ts
22 08.ts
24 09.ts
[all …]
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DTimestampClockSourceVerificationTest.java72 long ts = getValidTimestamp(); in testVerify_pass() local
73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_pass()
87 long ts = getInvalidTimestamp(); in testVerify_fail() local
88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_fail()
101 long ts = getValidTimestamp(); in testVerify_jitter_pass() local
102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_pass()
115 long ts = getInvalidTimestamp(); in testVerify_jitter_fail() local
116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_fail()
129 long ts = getValidTimestamp(); in testVerify_missing_events_pass() local
130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_pass()
[all …]
/cts/tests/tests/media/assets/unmuxed_1500k/
Dindex.m3u88 00.ts
10 01.ts
12 02.ts
14 03.ts
16 04.ts
18 05.ts
20 06.ts
22 07.ts
24 08.ts
26 09.ts
[all …]
/cts/tests/app/app/src/android/app/stubs/
DLaunchpadTabActivity.java37 final TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate() local
38 ts.setIndicator("One"); in onCreate()
39 ts.setContent(tabIntent); in onCreate()
40 th.addTab(ts); in onCreate()
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp38 struct timespec ts; in ns() local
39 clock_gettime(CLOCK_MONOTONIC, &ts); in ns()
40 return (uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec; in ns()
Dandroid_security_cts_cve_2019_2213_Test.c768 static inline void ns_to_timespec(u64 t, struct timespec *ts) { in ns_to_timespec() argument
770 ts->tv_sec = t / k; in ns_to_timespec()
771 ts->tv_nsec = t % k; in ns_to_timespec()
/cts/tests/tests/media/assets/
Dhls.m3u85 segment000000.ts
7 segment000001.ts
Dprog_index.m3u87 fileSequence0.ts
9 fileSequence1.ts
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorRatePermissionDirectReportTestHelper.java89 .filter(event -> event.ts > startTimestamp && event.ts < endTimestamp) in computeAvgRate()
95 long lastTimestamp = filteredEvents.get(numOfEvents - 1).ts; in computeAvgRate()
96 long firstTimestamp = filteredEvents.get(0).ts; in computeAvgRate()
/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp73 struct timespec ts; in android_security_cts_SeccompBpfTest_getClockBootTime() local
74 int rv = clock_gettime(CLOCK_BOOTTIME_ALARM, &ts); in android_security_cts_SeccompBpfTest_getClockBootTime()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DComparisonReport.java66 TestSuite ts, in writeComparsionReport() argument
77 for (TestSuite.Package pkg : ts.getPackagesList()) { in writeComparsionReport()
200 TestSuite ts = TestSuite.parseFrom(new FileInputStream(testSuiteFileName)); in main() local
204 ts, in main()
DTestCaseReport.java487 static void printTestSuite(TestSuite ts, List<String> knownFailures) { in printTestSuite() argument
491 for (TestSuite.Package pkg : ts.getPackagesList()) { in printTestSuite()
517 static void printTestSuiteSummary(TestSuite ts, String fName, List<String> knownFailures) in printTestSuiteSummary() argument
526 for (TestSuite.Package pkg : ts.getPackagesList()) { in printTestSuiteSummary()
586 TestSuite ts = listTestCases(tsContent, tsPath, tradFedJarPath).build(); in main() local
591 ts.writeTo(output); in main()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java852 long [] ts = new long[1]; in analyzeVideo() local
854 while ((frame = videoDecoder.getFrame(ts)) !=null) { in analyzeVideo()
859 if (use_timestamp && ts[0] == -1) { in analyzeVideo()
935 timestamp = (double)ts[0] / 1e6; in analyzeVideo()
1221 public Mat getFrame(long ts[]) { in getFrame() argument
1222 return mMatBuffer.get(ts); in getFrame()
1264 public synchronized Mat get(long ts[]) { in get() argument
1278 ts[0] = timestamp; in get()
1282 public synchronized void put(long ts) { in put() argument
1295 timestamp = ts; in put()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1469 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRate()
1527 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRateUs()
1648 long d = e.arrivalTs - e.ts; in checkTimestampAbsolute()
1688 directAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative()
1694 pollAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative()
1720 public long ts;
1764 event.ts = e.ts;
1796 e.ts = event.timestamp;
1856 ev.ts = byteBuffer.getLong();
1872 ev.ts = b.getLong();
/cts/hostsidetests/hdmicec/
Dcec_adapter.md56 Use the `ts` command to add timestamps.
59 $ cec-client | ts
70 ### ts is part of the moreutils package
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java496 TestSuite ts = getTestSuite(); in writeCsvFile() local
503 for (TestSuite.Module module : ts.getModulesList()) { in writeCsvFile()
530 TestSuite ts = getTestSuite(); in writeModuleCsvFile() local
539 for (TestSuite.Module module : ts.getModulesList()) { in writeModuleCsvFile()
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java304 public void add(@NonNull AudioTimestamp ts) { in add() argument
305 final long frames = ts.framePosition; in add()
306 final long timeNs = ts.nanoTime; in add()
DMediaCodecBlockModelTest.java542 FormatChangeEvent(long ts, Set<String> keys, MediaFormat fmt) { in FormatChangeEvent() argument
543 timestampUs = ts; in FormatChangeEvent()
DAudioRecordTest.java624 final AudioTimestamp ts = new AudioTimestamp(); in testTimestamp() local
640 if (record.getTimestamp(ts, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp()
642 tsVerifier.add(ts); in testTimestamp()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2184 long ts, String filePath) { in validateYuvData() argument
2194 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".yuv"; in validateYuvData()
2200 long ts, String filePath) { in validateP010Data() argument
2210 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".p010"; in validateP010Data()
2215 long ts, String filePath) { in validateRaw16Data() argument
2224 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".raw16"; in validateRaw16Data()
2232 long ts, String filePath) { in validateY8Data() argument
2241 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".y8"; in validateY8Data()
2249 long ts, String filePath) { in validateRawPrivateData() argument
2261 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".rawPriv"; in validateRawPrivateData()
[all …]
/cts/tests/tests/media/
DAndroid.bp75 "-0 .ts",

1234