Searched refs:maxRes (Results 1 – 1 of 1) sorted by relevance
152 Size maxRes = checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionLocally() local153 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() local173 if (maxRes == null) { in testRenderingMaxResolutionRemotely()176 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionRemotely()177 runTestRenderingInSeparateThread(maxRes.getWidth(), maxRes.getHeight(), true, false); in testRenderingMaxResolutionRemotely()