Searched refs:multipleWindows (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 143 final int w, final int h, final boolean runRemotely, final boolean multipleWindows) in runTestRenderingInSeparateThread() argument 146 context, mimeType, w, h, runRemotely, multipleWindows, /* degrees */ 0, null); in runTestRenderingInSeparateThread() 150 final int w, final int h, final boolean runRemotely, final boolean multipleWindows, in runTestRenderingInSeparateThread() argument 157 context, mimeType, w, h, runRemotely, multipleWindows, in runTestRenderingInSeparateThread() 174 boolean runRemotely, boolean multipleWindows, int degrees, in doTestRenderingOutput() argument 253 compositor.startComposition(mEncodingSurface, w, h, multipleWindows ? 3 : 1); in doTestRenderingOutput() 260 Surface windowSurface = compositor.getWindowSurface(multipleWindows? 1 : 0); in doTestRenderingOutput()
|