Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java837 final private Map<Size, Set<Size>> mMinMax; // extreme sizes field in VideoEncoderTest.Encoder
853 mMinMax = new HashMap<Size, Set<Size>>(); in Encoder()
948 mMinMax.put(new Size(x, y), minMax); in addExtremeSizesFor()
950 if (DEBUG) Log.i(TAG, x + "x" + y + ": minMax=" + mMinMax + ", near=" + mNearMinMax); in addExtremeSizesFor()
990 for (Size s : (near ? mNearMinMax : mMinMax).get(new Size(x, y))) { in testExtreme()