Home
last modified time | relevance | path

Searched defs:scaleHeight (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DJavaI420Buffer.java166 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
171 int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScaleI420()
192 scaleHeight); in cropAndScaleI420() local
199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420()
H A DVideoProcessor.java26 public final int scaleHeight; field in VideoProcessor.FrameAdaptationParameters
31 int scaleWidth, int scaleHeight, long timestampNs, boolean drop) { in FrameAdaptationParameters()
H A DVideoFrame.java72 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight); in cropAndScale()
H A DTextureBufferImpl.java130 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java36 float scaleHeight = 1.0f; in scaleVideoAndFillView() local
100 float scaleHeight = 1.0f; in scaleVideoMaintainingAspectRatio() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DNV21Buffer.java58 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
67 int scaleWidth, int scaleHeight, byte[] src, int srcWidth, int srcHeight, ByteBuffer dstY, in nativeCropAndScale()
H A DNV12Buffer.java61 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
70 int scaleWidth, int scaleHeight, ByteBuffer src, int srcWidth, int srcHeight, int srcStride, in nativeCropAndScale()
H A DWrappedNativeI420Buffer.java106 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
H A DNativeAndroidVideoTrackSource.java81 int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight, long timestampNs, in createFrameAdaptationParameters()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/transition/
DChangeScaleAndPosition.kt69 val scaleHeight = in createAnimator() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
H A DDrawableSize.kt80 val scaleHeight = maxHeight.toFloat() / originalHeight.toFloat() in downscaleToSize() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt189 val scaleHeight = containerHeight / windowHeight.toFloat() in <lambda>() constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DScaleDrawableTest.java346 float scaleHeight = 0.3f; in testOnBoundsChange() local
553 float scaleWidth, float scaleHeight) { in MockScaleDrawable()
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DHardwareVideoEncoderTest.java195 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
259 int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) { in cropAndScale()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DFixedAspectSurfaceView.java40 private final boolean scaleHeight; field in FixedAspectSurfaceView
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
DDefaultAppUtils.java55 float scaleHeight = ((float) maxDimension) / actualHeight; in getSafeDrawable() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DActivityTransitionTests.java679 final int scaleHeight = testBounds.testableBounds.height() / 5; in getIsAppRegionOfScreenOfColorResult() local
779 final int scaleHeight = testBounds.testableBounds.height() / 5; in assertColorChangeXIndex() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java210 float scaleHeight = mBitmapBounds.height() / (float) mBitmap.getHeight(); in onDraw() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java90 public ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight) { in ScaleDrawable()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
DScaledLayout.java210 int scaleHeight = (int) (height * (scaleEndRow - scaleStartRow)); in onMeasure() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java168 float scaleHeight = ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayerFE.cpp312 const float scaleHeight = (float(win.bottom) - float(win.top)) / bufferHeight; in prepareBufferStateClientComposition() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DPathAnimations.java226 float scaleHeight= (bottom-top)/TRAVERSE_PATH_SIZE; in onLayout() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp164 float scaleHeight = 2.0f / (float)HEIGHT; in getVertices() local
/aosp_15_r20/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java632 final float scaleHeight = CROPPED_SIZE / cropWidth; in getCroppedPhoto() local

12345678910>>...16