Searched refs:mOutWidth (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
H A D | CropAndSetWallpaperTask.java | 49 private int mOutWidth, mOutHeight; field in CropAndSetWallpaperTask 62 mOutWidth = outWidth; in CropAndSetWallpaperTask() 73 mCropBounds, mOutWidth, mOutHeight, mRotation); in cropBitmap()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | CameraStreamer.java | 80 protected int mOutWidth; field in CameraStreamer.CamFrameHandler 133 mOutWidth = mCameraHeight; in onUpdateCameraOrientation() 136 mOutWidth = mCameraWidth; in onUpdateCameraOrientation() 222 targetFrame.resize(new int[] { mOutWidth, mOutHeight }); in grabFrame() 225 mOutWidth, in grabFrame() 346 targetFrame.resize(new int[] { mOutWidth, mOutHeight }); in grabFrame() 349 mOutWidth, in grabFrame() 387 mOutWidth, in distributeFrames() 432 surfTex.setDefaultBufferSize(mOutWidth, mOutHeight); in surfaceTextureForContext() 624 targetFrame.resize(new int[] { mOutWidth, mOutHeight }); in grabFrame() [all …]
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 455 int mOutWidth, mOutHeight; 506 mOutWidth = outWidth; 632 int scaleDownSampleSize = Math.max(1, Math.min(roundedTrueCrop.width() / mOutWidth, 720 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) { 726 if (!(mOutWidth > 0 && mOutHeight > 0)) { 727 mOutWidth = Math.round(dimsAfter[0]); 732 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
|