Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvStreamConfig.java41 private int mMaxHeight; field in TvStreamConfig
87 return mMaxHeight; in getMaxHeight()
112 dest.writeInt(mMaxHeight); in writeToParcel()
123 private Integer mMaxHeight; field in TvStreamConfig.Builder
145 mMaxHeight = maxHeight; in maxHeight()
155 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null in build()
164 config.mMaxHeight = mMaxHeight; in build()
180 && config.mMaxHeight == mMaxHeight; in equals()
185 return Objects.hash(mGeneration, mStreamId, mType, mMaxWidth, mMaxHeight); in hashCode()
/frameworks/av/media/module/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/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
DIllustrationPreference.java62 private int mMaxHeight = SIZE_UNSPECIFIED; field in IllustrationPreference
299 if (maxHeight != mMaxHeight) {
300 mMaxHeight = maxHeight;
395 if (mMaxHeight == SIZE_UNSPECIFIED) {
402 final int restrictedMaxHeight = Math.min(mMaxHeight, frameHeight);
/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.java205 int mMaxHeight; field in ProgressBar
310 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight); in ProgressBar()
489 mMaxHeight = maxHeight; in setMaxHeight()
497 return mMaxHeight; in getMaxHeight()
658 mMaxHeight = 48; in initProgressBar()
959 if (mMaxHeight < drawableHeight) { in setProgressDrawable()
960 mMaxHeight = drawableHeight; in setProgressDrawable()
2203 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
DImageView.java116 private int mMaxHeight = Integer.MAX_VALUE; field in ImageView
420 return mMaxHeight;
445 mMaxHeight = maxHeight;
1185 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1219 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/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp99 mMaxHeight = 0; in SetUp()
105 mHeight = std::max(std::min(mHeight, mMaxHeight), mMinHeight); in SetUp()
205 int32_t mMaxHeight; member in __anondb63b0bf0111::Codec2VideoEncHidlTestBase
477 mMaxHeight = (uint32_t)(heightRange.max).ref<uint32_t>(); in getMaxMinResolutionSupported()
491 mMaxHeight = std::max(curr, mMaxHeight); in getMaxMinResolutionSupported()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h223 int mMaxHeight = 0; variable
DBootAnimation.cpp496 if (mMaxHeight != 0 && limited.height > mMaxHeight) { in limitSurfaceSize()
497 limited.height = mMaxHeight; in limitSurfaceSize()
498 limited.width = mMaxHeight * aspectRatio; in limitSurfaceSize()
570 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.txt31678 Landroid/media/tv/TvStreamConfig$Builder;->mMaxHeight:Ljava/lang/Integer;
31684 Landroid/media/tv/TvStreamConfig;->mMaxHeight:I
67787 Landroid/widget/NumberPicker;->mMaxHeight:I