Searched refs:maxHeight (Results 1 – 5 of 5) sorted by relevance
112 int maxHeight = 0; in onMeasure() local146 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()
458 int maxHeight = vidCaps.getSupportedHeightsFor(width).getUpper(); in createReasonableVideoFormat() local462 / Math.sqrt((double)maxWidth * maxHeight / width / height))); in createReasonableVideoFormat()507 int maxHeight = vidCaps.getSupportedHeightsFor(width).getUpper(); in createVideoFormatForBitrateMode() local518 / Math.sqrt((double)maxWidth * maxHeight / width / height))); in createVideoFormatForBitrateMode()
497 final int maxHeight = in configureVideoFormat() local499 … 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 VideoFormat1629 public void setMaxHeight(int maxHeight) { in setMaxHeight() argument1630 this.maxHeight = maxHeight; in setMaxHeight()1641 return maxHeight; in getMaxHeight()
701 int maxHeight = vidCaps.getSupportedHeightsFor(maxWidth).getUpper(); in setMaxEncoderFrameAndBitrates() local708 Math.sqrt((double)maxWidth * maxHeight / width / height))); in setMaxEncoderFrameAndBitrates()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...