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.java864 final private Map<Size, Set<Size>> mMinMax; // extreme sizes field in VideoEncoderTest.Encoder
880 mMinMax = new HashMap<Size, Set<Size>>(); in Encoder()
975 mMinMax.put(new Size(x, y), minMax); in addExtremeSizesFor()
977 if (DEBUG) Log.i(TAG, x + "x" + y + ": minMax=" + mMinMax + ", near=" + mNearMinMax); in addExtremeSizesFor()
1017 for (Size s : (near ? mNearMinMax : mMinMax).get(new Size(x, y))) { in testExtreme()