Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java112 int maxHeight = 0; in onMeasure() local
146 maxHeight = Math.max(maxHeight, in onMeasure()
154 maxHeight += getPaddingTop() + mForegroundPadding.top in onMeasure()
158 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
164 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight()); in onMeasure()
169 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java458 int maxHeight = vidCaps.getSupportedHeightsFor(width).getUpper(); in createReasonableVideoFormat() local
462 / Math.sqrt((double)maxWidth * maxHeight / width / height))); in createReasonableVideoFormat()
507 int maxHeight = vidCaps.getSupportedHeightsFor(width).getUpper(); in createVideoFormatForBitrateMode() local
518 / Math.sqrt((double)maxWidth * maxHeight / width / height))); in createVideoFormatForBitrateMode()
DDecodeAccuracyTestBase.java497 final int maxHeight = in configureVideoFormat() local
499 … if (maxWidth >= videoFormat.getWidth() && maxHeight >= videoFormat.getHeight()) { in configureVideoFormat()
501 mediaFormat.setInteger(MediaFormat.KEY_MAX_HEIGHT, maxHeight); in configureVideoFormat()
1569 private int maxHeight = INT_UNSET; field in VideoFormat
1629 public void setMaxHeight(int maxHeight) { in setMaxHeight() argument
1630 this.maxHeight = maxHeight; in setMaxHeight()
1641 return maxHeight; in getMaxHeight()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java701 int maxHeight = vidCaps.getSupportedHeightsFor(maxWidth).getUpper(); in setMaxEncoderFrameAndBitrates() local
708 Math.sqrt((double)maxWidth * maxHeight / width / height))); in setMaxEncoderFrameAndBitrates()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...