/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 87 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/ |
D | OmxGraphicBufferSource.h | 74 uint32_t frameHeight, 84 uint32_t frameHeight,
|
/frameworks/av/media/module/aidlpersistentsurface/ |
D | AidlGraphicBufferSource.cpp | 86 uint32_t frameHeight, in configure() argument 94 frameWidth, frameHeight, consumerUsage); in configure()
|
/frameworks/av/media/module/aidlpersistentsurface/include/media/stagefright/aidlpersistentsurface/ |
D | AidlGraphicBufferSource.h | 67 uint32_t frameHeight,
|
/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/ |
D | IAidlNode.aidl | 36 int frameHeight;
|
/frameworks/av/media/module/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 133 uint32_t frameHeight, 143 uint32_t frameHeight,
|
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/ |
D | IllustrationPreference.java | 401 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/ |
D | WindowInsets.java | 155 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()
|
D | InsetsSource.java | 390 final int frameHeight = frame.height(); in calculateBoundingRects() local 393 mTmpBoundingRect.offset(0, relativeFrame.height() - frameHeight); in calculateBoundingRects()
|
/frameworks/av/media/module/bqhelper/ |
D | GraphicBufferSource.cpp | 1152 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/ |
D | WallpaperController.java | 407 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/ |
D | MediaProfiles.h | 132 VideoCodec(video_encoder codec, int bitrate, int frameWidth, int frameHeight, int frameRate, 140 mFrameHeight(frameHeight), in mCodec()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 189 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
|
/frameworks/av/media/module/aidlpersistentsurface/wrapper/ |
D | WAidlGraphicBufferSource.cpp | 176 rDef.frameHeight, in configure()
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 97 pDef->format.video.nFrameHeight = bufferParams.frameHeight; in getParameter()
|
D | C2NodeImpl.cpp | 247 params->frameHeight = mHeight; in getInputBufferParams()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitchController.java | 569 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/ |
D | NavigationBarView.java | 985 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/ |
D | WindowMagnificationController.java | 938 final int frameHeight = height - 2 * mMirrorSurfaceMargin; in setWindowSizeAndCenter() local 939 setMagnificationFrame(frameWidth, frameHeight, (int) centerX, (int) centerY); in setWindowSizeAndCenter()
|