Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java594 int actualMax = codecs.size(); in getActualMax() local
600 return actualMax; in getActualMax()
619 int actualMax = getActualMax( in testGetMaxSupportedInstances() local
621 Log.d(TAG, "actualMax " + actualMax + " vs reported max " + max); in testGetMaxSupportedInstances()
622 if (actualMax < (int)(max * 0.9) || actualMax > (int) Math.ceil(max * 1.1)) { in testGetMaxSupportedInstances()
626 actualMax + "\" />"; in testGetMaxSupportedInstances()