Searched refs:multipleWindows (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 207 final boolean runRemotely, final boolean multipleWindows) throws Throwable { in runTestRenderingInSeparateThread() argument 212 doTestRenderingOutput(w, h, runRemotely, multipleWindows); in runTestRenderingInSeparateThread() 227 private void doTestRenderingOutput(int w, int h, boolean runRemotely, boolean multipleWindows) in doTestRenderingOutput() argument 291 compositor.startComposition(mEncodingSurface, w, h, multipleWindows ? 3 : 1); in doTestRenderingOutput() 300 compositor.getWindowSurface(multipleWindows? 1 : 0), w, h); in doTestRenderingOutput() 306 compositor.getWindowSurface(multipleWindows? 1 : 0), w, h); in doTestRenderingOutput()
|