Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1333 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities
1371 return mHeightRange; in getSupportedHeights()
1430 if (!mHeightRange.contains(height) in getSupportedWidthsFor()
1473 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()
1523 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()
1991 ok = mHeightRange.contains(height) in supports()
2081 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()
2289 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper());
2290 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange);
2342 mHeightRange = SIZE_RANGE.intersect(heights);
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37100 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;