Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java138 final int w, final int h, final boolean runRemotely, final boolean multipleWindows) in runTestRenderingInSeparateThread() argument
141 context, mimeType, w, h, runRemotely, multipleWindows, /* degrees */ 0, null); in runTestRenderingInSeparateThread()
145 final int w, final int h, final boolean runRemotely, final boolean multipleWindows, in runTestRenderingInSeparateThread() argument
152 context, mimeType, w, h, runRemotely, multipleWindows, in runTestRenderingInSeparateThread()
169 boolean runRemotely, boolean multipleWindows, int degrees, in doTestRenderingOutput() argument
243 compositor.startComposition(mEncodingSurface, w, h, multipleWindows ? 3 : 1); in doTestRenderingOutput()
250 Surface windowSurface = compositor.getWindowSurface(multipleWindows? 1 : 0); in doTestRenderingOutput()