Home
last modified time | relevance | path

Searched refs:frameHeight (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp87 uint32_t frameHeight, in configure() argument
91 frameWidth, frameHeight, consumerUsage64); in configure()
99 uint32_t frameHeight, in configure() argument
107 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h74 uint32_t frameHeight,
84 uint32_t frameHeight,
/frameworks/av/media/module/aidlpersistentsurface/
DAidlGraphicBufferSource.cpp86 uint32_t frameHeight, in configure() argument
94 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/av/media/module/aidlpersistentsurface/include/media/stagefright/aidlpersistentsurface/
DAidlGraphicBufferSource.h67 uint32_t frameHeight,
/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/
DIAidlNode.aidl36 int frameHeight;
/frameworks/av/media/module/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h133 uint32_t frameHeight,
143 uint32_t frameHeight,
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
DIllustrationPreference.java401 final int frameHeight = res.getDimensionPixelSize(R.dimen.settingslib_illustration_height);
402 final int restrictedMaxHeight = Math.min(mMaxHeight, frameHeight);
407 final float aspectRatio = (float) frameWidth / frameHeight;
/frameworks/base/core/java/android/view/
DWindowInsets.java155 int frameWidth, int frameHeight) { in WindowInsets() argument
187 mFrameHeight = frameHeight; in WindowInsets()
1284 int frameHeight) { in insetBoundingRects() argument
1295 insetLeft, insetTop, insetRight, insetBottom, frameWidth, frameHeight); in insetBoundingRects()
1308 int left, int top, int right, int bottom, int frameWidth, int frameHeight) { in insetBoundingRects() argument
1312 frameWidth, frameHeight); in insetBoundingRects()
1321 int insetBottom, int frameWidth, int frameHeight) { in insetRect() argument
1329 frameHeight - insetBottom); in insetRect()
DInsetsSource.java390 final int frameHeight = frame.height(); in calculateBoundingRects() local
393 mTmpBoundingRect.offset(0, relativeFrame.height() - frameHeight); in calculateBoundingRects()
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp1152 uint32_t frameHeight, in configure() argument
1156 frameWidth, frameHeight, consumerUsage64); in configure()
1164 uint32_t frameHeight, in configure() argument
1186 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure()
1189 frameWidth, frameHeight, err); in configure()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java407 int frameHeight = wallpaperFrame.height(); in updateWallpaperOffset() local
408 float frameRatio = (float) frameWidth / frameHeight; in updateWallpaperOffset()
415 ? (float) screenHeight / frameHeight / wallpaperWin.mVScale in updateWallpaperOffset()
419 float w = scaleHeight ? frameHeight * screenRatio : frameWidth; in updateWallpaperOffset()
420 float h = scaleHeight ? frameHeight : frameWidth / screenRatio; in updateWallpaperOffset()
428 diffHeight = (int) ((frameHeight - h) * wallpaperWin.mVScale); in updateWallpaperOffset()
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h132 VideoCodec(video_encoder codec, int bitrate, int frameWidth, int frameHeight, int frameRate,
140 mFrameHeight(frameHeight), in mCodec()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h189 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
/frameworks/av/media/module/aidlpersistentsurface/wrapper/
DWAidlGraphicBufferSource.cpp176 rDef.frameHeight, in configure()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp97 pDef->format.video.nFrameHeight = bufferParams.frameHeight; in getParameter()
DC2NodeImpl.cpp247 params->frameHeight = mHeight; in getInputBufferParams()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java569 int frameHeight = mLargeClockFrame.getHeight(); in getClockBottom() local
571 return frameHeight / 2 + clockHeight / 2 + mKeyguardLargeClockTopMargin / -2; in getClockBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java985 int frameHeight = getResources().getDimensionPixelSize( in onMeasure() local
987 mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h)); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java938 final int frameHeight = height - 2 * mMirrorSurfaceMargin; in setWindowSizeAndCenter() local
939 setMagnificationFrame(frameWidth, frameHeight, (int) centerX, (int) centerY); in setWindowSizeAndCenter()