Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTest.java78 Size maxRes = mImpl.checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionLocally() local
79 if (maxRes == null) { in testRenderingMaxResolutionLocally()
82 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionLocally()
84 mContext, MIME_TYPE, maxRes.getWidth(), maxRes.getHeight(), false, false); in testRenderingMaxResolutionLocally()
104 Size maxRes = mImpl.checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionRemotely() local
105 if (maxRes == null) { in testRenderingMaxResolutionRemotely()
108 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionRemotely()
110 mContext, MIME_TYPE, maxRes.getWidth(), maxRes.getHeight(), true, false); in testRenderingMaxResolutionRemotely()
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java96 Resolution maxRes = new Resolution(DEFAULT_MAX_WIDTH, DEFAULT_MAX_HEIGHT); in testGetResolutions() local
112 if (fileResolution.width > maxRes.width) { in testGetResolutions()
119 maxRes = fileResolution; in testGetResolutions()
126 maxResBundle.putString("resolution", maxRes.toString()); in testGetResolutions()