Home
last modified time | relevance | path

Searched refs:runThroughputTest (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPresentationSyncTest.java106 long baseTimeNsec = runThroughputTest(output, 0L, -1.0f); in testThroughput()
135 runThroughputTest(output, refreshNsec, 1.0f); in testThroughput()
136 runThroughputTest(output, refreshNsec, 2.0f); in testThroughput()
137 runThroughputTest(output, refreshNsec, 4.0f); in testThroughput()
153 private long runThroughputTest(InputSurface output, long frameTimeNsec, float mult) { in runThroughputTest() method in PresentationSyncTest