Home
last modified time | relevance | path

Searched defs:scaleWidth (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/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()
191 newBuffer.getStrideU(), newBuffer.getDataV(), newBuffer.getStrideV(), scaleWidth, in cropAndScaleI420() local
199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420()
H A DVideoProcessor.java25 public final int scaleWidth; 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.java35 float scaleWidth = 1.0f; in scaleVideoAndFillView() local
99 float scaleWidth = 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.kt66 val scaleWidth = in createAnimator() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
H A DDrawableSize.kt79 val scaleWidth = maxWidth.toFloat() / originalWidth.toFloat() in downscaleToSize() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt188 val scaleWidth = containerWidth / windowWidth.toFloat() in <lambda>() constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DScaleDrawableTest.java345 float scaleWidth = 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.java39 private final boolean scaleWidth; field in FixedAspectSurfaceView
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
DDefaultAppUtils.java54 float scaleWidth = ((float) maxDimension) / actualWidth; in getSafeDrawable() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java209 float scaleWidth = mBitmapBounds.width() / (float) mBitmap.getWidth(); 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.java186 int scaleWidth = (int) (width * (scaleEndCol - scaleStartCol)); in onMeasure() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayerFE.cpp313 const float scaleWidth = (float(win.right) - float(win.left)) / bufferWidth; in prepareBufferStateClientComposition() local
/aosp_15_r20/external/executorch/backends/arm/
H A Dtosa_quant_utils.py241 def compute_multiplier_and_shift(scale, scaleWidth=32): argument
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DPathAnimations.java225 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE; in onLayout() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp163 float scaleWidth = 2.0f / (float)WIDTH; in getVertices() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DActivityTransitionTests.java673 final int scaleWidth = testBounds.testableBounds.width() / 5; in getIsAppRegionOfScreenOfColorResult() local

12345678910>>...15