Searched refs:mWidthRange (Results 1 – 2 of 2) sorted by relevance
1334 private Range<Integer> mWidthRange; field in MediaCodecInfo.VideoCapabilities1364 return mWidthRange; in getSupportedWidths()1429 Range<Integer> range = mWidthRange; in getSupportedWidthsFor()1474 if (!mWidthRange.contains(width) in getSupportedHeightsFor()1987 ok = mWidthRange.contains(width) in supports()2080 mWidthRange = SIZE_RANGE; in initWithPlatformLimits()2289 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper());2290 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange);2339 mWidthRange = SIZE_RANGE.intersect(widths);2377 mWidthRange = mWidthRange.intersect(widths);[all …]
37107 Landroid/media/MediaCodecInfo$VideoCapabilities;->mWidthRange:Landroid/util/Range;