Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java152 Size maxRes = checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionLocally() local
153 if (maxRes == null) { in testRenderingMaxResolutionLocally()
156 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionLocally()
157 runTestRenderingInSeparateThread(maxRes.getWidth(), maxRes.getHeight(), false, false); in testRenderingMaxResolutionLocally()
172 Size maxRes = checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionRemotely() local
173 if (maxRes == null) { in testRenderingMaxResolutionRemotely()
176 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionRemotely()
177 runTestRenderingInSeparateThread(maxRes.getWidth(), maxRes.getHeight(), true, false); in testRenderingMaxResolutionRemotely()