HomeSort by relevance Sort by last modified time
    Searched refs:outWidth (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 140 * size be returned (in opts.outWidth and opts.outHeight)
202 return new Point(opts.outWidth, opts.outHeight);
  /hardware/libhardware/include/hardware/
gralloc1.h 561 /* getDimensions(..., outWidth, outHeight)
570 * outWidth - the width of the buffer in pixels, must be non-NULL
580 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outWidth,
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MediaSaverImpl.java 178 width = options.outWidth;
  /packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java 167 return calculateInSampleSize(options.outWidth, options.outHeight, reqWidth, reqHeight);
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c 724 SInt16 outWidth;
733 &outWidth);
737 outWidth);
745 SInt16 outWidth;
753 _err = GetThemeMenuTitleExtra(&outWidth,
757 outWidth);
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 523 auto outWidth = va_arg(args, int*);
525 *outWidth = hnd->original_width;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 574 auto outWidth = va_arg(args, int*);
576 *outWidth = hnd->original_width;
  /hardware/qcom/display/sdm845/libgralloc1/
gr_device_impl.cpp 317 uint32_t *outWidth, uint32_t *outHeight) {
321 *outWidth = UINT(hnd->GetUnalignedWidth());
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 195 double w = options.outWidth;
224 if (options.mCancel || options.outWidth == -1
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 365 * <p>outWidth will be set to -1 if there is an error trying to decode.</p>
367 public int outWidth;
426 * or if inJustDecodeBounds is true, will set outWidth/outHeight
467 * size be returned (in opts.outWidth and opts.outHeight)
551 * size be returned (in opts.outWidth and opts.outHeight)
611 * size be returned (in opts.outWidth and opts.outHeight)
695 * size be returned (in opts.outWidth and opts.outHeight)
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 406 assertEquals(pictureSize.width, bmpOptions.outWidth);
409 int realArea = bmpOptions.outWidth * bmpOptions.outHeight;
411 bmpOptions.outWidth + " x " + bmpOptions.outHeight +
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 196 final int width = options.outWidth;
576 mWidth = mOptions.outWidth;
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 493 if (options.outWidth <= 0 || options.outHeight <= 0) {
503 cropHint.right = options.outWidth;
508 (cropHint.right > options.outWidth ? options.outWidth - cropHint.right : 0),
521 || options.outWidth > cropHint.width());
530 Slog.v(TAG, "meas: w=" + options.outWidth + " h=" + options.outHeight);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionImpl.java 373 int width = options.outWidth;
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapWorkerTask.java 171 float widthScale = (float) bitmapOptions.outWidth / options.getWidth();
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 805 status_t EmulatedCamera::getConfiguredFrameSize(int* outWidth,
818 *outWidth = width;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 221 double w = options.outWidth;
250 if (options.mCancel || options.outWidth == -1
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /frameworks/support/core-utils/java/android/support/v4/print/
PrintHelper.java 753 int w = opt.outWidth;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 305 return new Rect(0, 0, o.outWidth, o.outHeight);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 468 int photoWidth = options.outWidth;
470 if (decodedPhoto == null || options.outWidth <= 0 || options.outHeight <= 0) {
    [all...]
  /prebuilts/misc/common/robolectric/lib/
accessibility-test-framework-2.1.jar 

Completed in 615 milliseconds

1 2 3 45 6 7