Searched refs:maxRes (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 63 Size maxRes = mImpl.checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionLocally() local 64 if (maxRes == null) { in testRenderingMaxResolutionLocally() 67 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionLocally() 69 getContext(), MIME_TYPE, maxRes.getWidth(), maxRes.getHeight(), false, false); in testRenderingMaxResolutionLocally() 87 Size maxRes = mImpl.checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionRemotely() local 88 if (maxRes == null) { in testRenderingMaxResolutionRemotely() 91 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionRemotely() 93 getContext(), MIME_TYPE, maxRes.getWidth(), maxRes.getHeight(), true, false); in testRenderingMaxResolutionRemotely()
|
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ |
D | MediaPreparerAppTest.java | 85 Resolution maxRes = new Resolution(DEFAULT_MAX_WIDTH, DEFAULT_MAX_HEIGHT); in testGetResolutions() local 101 if (fileResolution.width > maxRes.width) { in testGetResolutions() 108 maxRes = fileResolution; in testGetResolutions() 115 maxResBundle.putString("resolution", maxRes.toString()); in testGetResolutions()
|