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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 81 protected int mOutHeight;
134 mOutHeight = mCameraWidth;
137 mOutHeight = mCameraHeight;
222 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
226 mOutHeight);
346 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
350 mOutHeight);
388 mOutHeight);
432 surfTex.setDefaultBufferSize(mOutWidth, mOutHeight);
449 clientTexture.setDefaultBufferSize(mOutWidth, mOutHeight);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 459 int mOutWidth, mOutHeight;
511 mOutHeight = outHeight;
637 roundedTrueCrop.height() / mOutHeight));
724 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
730 if (!(mOutWidth > 0 && mOutHeight > 0)) {
732 mOutHeight = Math.round(dimsAfter[1]);
736 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 466 int mOutWidth, mOutHeight;
518 mOutHeight = outHeight;
644 roundedTrueCrop.height() / mOutHeight));
731 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
737 if (!(mOutWidth > 0 && mOutHeight > 0)) {
739 mOutHeight = Math.round(dimsAfter[1]);
743 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
    [all...]

Completed in 101 milliseconds