Home
last modified time | relevance | path

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

1234

/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/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/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/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 …]
D10.ts53 …��WUp���{��2`!�0&�����`���Tlqz��Ը�7#,~aP���7ͻ�� #��K:�j����qd�@�ts�u����cLJc�?�n����…
587 Y~L||��>��~j����;�șj� �WD����G��_�\Gq�q}I!t]�����a#��ts�i�d�)|W���%#~��'?�{Q��-]G����E��…
/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/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/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/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1290 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRate()
1348 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRateUs()
1469 long d = e.arrivalTs - e.ts; in checkTimestampAbsolute()
1509 directAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative()
1515 pollAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative()
1541 public long ts;
1585 event.ts = e.ts;
1617 e.ts = event.timestamp;
1675 ev.ts = mByteBuffer.getLong();
1691 ev.ts = b.getLong();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java835 long [] ts = new long[1]; in analyzeVideo() local
837 while ((frame = videoDecoder.getFrame(ts)) !=null) { in analyzeVideo()
842 if (use_timestamp && ts[0] == -1) { in analyzeVideo()
918 timestamp = (double)ts[0] / 1e6; in analyzeVideo()
1204 public Mat getFrame(long ts[]) { in getFrame() argument
1205 return mMatBuffer.get(ts); in getFrame()
1247 public synchronized Mat get(long ts[]) { in get() argument
1261 ts[0] = timestamp; in get()
1265 public synchronized void put(long ts) { in put() argument
1278 timestamp = ts; in put()
/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/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1674 long ts, String filePath) { in validateYuvData() argument
1684 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".yuv"; in validateYuvData()
1690 long ts, String filePath) { in validateRaw16Data() argument
1699 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".raw16"; in validateRaw16Data()
1707 long ts, String filePath) { in validateY8Data() argument
1716 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".y8"; in validateY8Data()
1724 long ts, String filePath) { in validateRawPrivateData() argument
1736 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".rawPriv"; in validateRawPrivateData()
1744 long ts, String filePath) { in validateDepth16Data() argument
1753 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".depth16"; in validateDepth16Data()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java296 public void add(@NonNull AudioTimestamp ts) { in add() argument
297 final long frames = ts.framePosition; in add()
298 final long timeNs = ts.nanoTime; in add()
DAudioRecordTest.java572 final AudioTimestamp ts = new AudioTimestamp(); in testTimestamp() local
587 if (record.getTimestamp(ts, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp()
589 tsVerifier.add(ts); in testTimestamp()
DImageReaderDecoderTest.java702 long ts) { in validateYuvData() argument
/cts/tests/tests/media/
DAndroid.bp57 "-0 .ts",

1234