Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java186 private static class TestSurface { class in FrameRateCtsActivity
196 TestSurface(Api api, SurfaceControl parentSurfaceControl, Surface parentSurface, in TestSurface() method in FrameRateCtsActivity.TestSurface
534 private boolean waitForEvents(long waitUntilNanos, TestSurface[] surfaces) in waitForEvents()
540 for (TestSurface surface : surfaces) { in waitForEvents()
558 for (TestSurface surface : surfaces) { in waitForEvents()
566 private void waitForStableFrameRate(TestSurface... surfaces) throws InterruptedException { in waitForStableFrameRate()
572 TestSurface... surfaces) throws InterruptedException { in verifyCompatibleAndStableFrameRate()
635 void run(TestSurface surface) throws InterruptedException; in run()
717 runOneSurfaceTest(api, (TestSurface surface) -> { in testExactFrameRateMatch()
794 TestSurface surfaceA = null; in testFixedSource()
[all …]
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DAdaptivePlaybackTest.java384 TestSurface mNullSurface = new ActivitySurface(null);
385 protected TestSurface getSurface() { in getSurface()
909 TestSurface mSurface;
987 public void configureAndStart(MediaFormat format, TestSurface surface) {
1299 String codecName, MediaCodecInfo codecInfo, Media media, int eosframe, TestSurface s)
1738 abstract protected TestSurface getSurface();
1823 public TestSurface stepSurface() {
1847 interface TestSurface {
1856 class DecoderSurface extends OutputSurface implements TestSurface {
1896 class ActivitySurface implements TestSurface {