/cts/tests/tests/media/assets/hls_variant/165340/ |
D | index.m3u8 | 6 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/ |
D | index.m3u8 | 6 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/ |
D | index.m3u8 | 6 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/ |
D | index.m3u8 | 6 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/ |
D | index.m3u8 | 6 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/ |
D | TimestampClockSourceVerificationTest.java | 72 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/ |
D | index.m3u8 | 8 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/ |
D | LaunchpadTabActivity.java | 37 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/ |
D | android_security_cts_EncryptionTest.cpp | 38 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()
|
D | android_security_cts_cve_2019_2213_Test.c | 768 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/ |
D | hls.m3u8 | 5 segment000000.ts 7 segment000001.ts
|
D | prog_index.m3u8 | 7 fileSequence0.ts 9 fileSequence1.ts
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | SensorRatePermissionDirectReportTestHelper.java | 89 .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/ |
D | android_os_cts_SeccompTest.cpp | 73 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/ |
D | ComparisonReport.java | 66 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()
|
D | TestCaseReport.java | 487 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/ |
D | RVCVXCheckAnalyzer.java | 852 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/ |
D | SensorDirectReportTest.java | 1469 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/ |
D | cec_adapter.md | 56 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/ |
D | TestSuiteParser.java | 496 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/ |
D | AudioHelper.java | 304 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()
|
D | MediaCodecBlockModelTest.java | 542 FormatChangeEvent(long ts, Set<String> keys, MediaFormat fmt) { in FormatChangeEvent() argument 543 timestampUs = ts; in FormatChangeEvent()
|
D | AudioRecordTest.java | 624 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/ |
D | CameraTestUtils.java | 2184 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/ |
D | Android.bp | 75 "-0 .ts",
|