Home
last modified time | relevance | path

Searched refs:mMaxHeight (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvStreamConfig.java39 private int mMaxHeight; field in TvStreamConfig
85 return mMaxHeight; in getMaxHeight()
110 dest.writeInt(mMaxHeight); in writeToParcel()
121 private Integer mMaxHeight; field in TvStreamConfig.Builder
143 mMaxHeight = maxHeight; in maxHeight()
153 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null in build()
162 config.mMaxHeight = mMaxHeight; in build()
178 && config.mMaxHeight == mMaxHeight; in equals()
/frameworks/av/media/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp59 size_t mMaxHeight = MPEG4_MAX_HEIGHT; member in Codec
63 size_t mMaxHeight = H263_MAX_HEIGHT; member in Codec
114 size_t outputBufferSize = align(mMaxWidth, 16) * align(mMaxHeight, 16) * 3 / 2; in decodeFrames()
132 if (!PVInitVideoDecoder(mDecHandle, volData, &volSize, kLayer, mMaxWidth, mMaxHeight, in decodeFrames()
/frameworks/rs/
DrsFont.cpp417 if ((uint32_t)bitmap->rows > mCacheLines[mCacheLines.size()-1]->mMaxHeight) { in cacheBitmap()
563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
571 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
573 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
841 if ((uint32_t)bitmap->rows > mMaxHeight) { in fitBitmap()
DrsFont.h167 uint32_t mMaxHeight; member
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow), in CacheTextureLine()
/frameworks/base/core/java/android/widget/
DProgressBar.java196 int mMaxHeight; field in ProgressBar
303 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight); in ProgressBar()
482 mMaxHeight = maxHeight; in setMaxHeight()
490 return mMaxHeight; in getMaxHeight()
651 mMaxHeight = 48; in initProgressBar()
949 if (mMaxHeight < drawableHeight) { in setProgressDrawable()
950 mMaxHeight = drawableHeight; in setProgressDrawable()
2190 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
DImageView.java116 private int mMaxHeight = Integer.MAX_VALUE; field in ImageView
419 return mMaxHeight;
444 mMaxHeight = maxHeight;
1181 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1215 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure()
DNumberPicker.java259 private final int mMaxHeight; field in NumberPicker
681 mMaxHeight = attributesArray.getDimensionPixelSize( in NumberPicker()
683 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED in NumberPicker()
684 && mMinHeight > mMaxHeight) { in NumberPicker()
854 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight); in onMeasure()
DAbsSeekBar.java677 final int trackHeight = Math.min(mMaxHeight, paddedHeight);
889 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp94 mMaxHeight = 0; in SetUp()
100 mHeight = std::max(std::min(mHeight, mMaxHeight), mMinHeight); in SetUp()
200 int32_t mMaxHeight; member in __anon34e328ee0111::Codec2VideoEncHidlTestBase
472 mMaxHeight = (uint32_t)(heightRange.max).ref<uint32_t>(); in getMaxMinResolutionSupported()
486 mMaxHeight = std::max(curr, mMaxHeight); in getMaxMinResolutionSupported()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h202 int mMaxHeight = 0; variable
DBootAnimation.cpp389 if (mMaxHeight != 0 && limited.height > mMaxHeight) { in limitSurfaceSize()
390 limited.height = mMaxHeight; in limitSurfaceSize()
391 limited.width = mMaxHeight * aspectRatio; in limitSurfaceSize()
413 mMaxHeight = android::base::GetIntProperty("ro.surface_flinger.max_graphics_height", 0); in readyToRun()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h210 int32_t mMaxHeight; member
DLiveSession.cpp292 mMaxHeight(480), in LiveSession()
488 (*meta)->setInt32(kKeyMaxHeight, mMaxHeight); in getStreamFormatMeta()
1114 mMaxHeight = maxHeight > 0 ? maxHeight : mMaxHeight; in onMasterPlaylistFetched()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34556 Landroid/media/tv/TvStreamConfig$Builder;->mMaxHeight:Ljava/lang/Integer;
34562 Landroid/media/tv/TvStreamConfig;->mMaxHeight:I
71753 Landroid/widget/NumberPicker;->mMaxHeight:I