HomeSort by relevance Sort by last modified time
    Searched refs:mOutWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
CropAndSetWallpaperTask.java 49 private int mOutWidth, mOutHeight;
62 mOutWidth = outWidth;
73 mCropBounds, mOutWidth, mOutHeight, mRotation);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 80 protected int mOutWidth;
133 mOutWidth = mCameraHeight;
136 mOutWidth = mCameraWidth;
222 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
225 mOutWidth,
346 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
349 mOutWidth,
387 mOutWidth,
432 surfTex.setDefaultBufferSize(mOutWidth, mOutHeight);
449 clientTexture.setDefaultBufferSize(mOutWidth, mOutHeight)
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 458 int mOutWidth, mOutHeight;
509 mOutWidth = outWidth;
635 int scaleDownSampleSize = Math.max(1, Math.min(roundedTrueCrop.width() / mOutWidth,
723 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
729 if (!(mOutWidth > 0 && mOutHeight > 0)) {
730 mOutWidth = Math.round(dimsAfter[0]);
735 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
    [all...]

Completed in 215 milliseconds