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

1 2 3 45 6 7

  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 260 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight);
CameraDeviceClient.cpp     [all...]
  /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)
571 * outHeight - the height of the buffer in pixels, must be non-NULL
581 uint32_t* outHeight);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MediaSaverImpl.java 179 height = options.outHeight;
  /packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java 167 return calculateInSampleSize(options.outWidth, options.outHeight, reqWidth, reqHeight);
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 524 auto outHeight = va_arg(args, int*);
526 *outHeight = hnd->height;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 575 auto outHeight = va_arg(args, int*);
577 *outHeight = hnd->height;
  /hardware/qcom/display/sdm845/libgralloc1/
gr_device_impl.cpp 317 uint32_t *outWidth, uint32_t *outHeight) {
322 *outHeight = UINT(hnd->GetUnalignedHeight());
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 196 double h = options.outHeight;
225 || options.outHeight == -1) {
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 375 * <p>outHeight will be set to -1 if there is an error trying to decode.</p>
377 public int outHeight;
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 407 assertEquals(pictureSize.height, bmpOptions.outHeight);
409 int realArea = bmpOptions.outWidth * bmpOptions.outHeight;
411 bmpOptions.outWidth + " x " + bmpOptions.outHeight +
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 195 final int height = options.outHeight;
577 mHeight = mOptions.outHeight;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 493 if (options.outWidth <= 0 || options.outHeight <= 0) {
504 cropHint.bottom = options.outHeight;
509 (cropHint.bottom > options.outHeight ? options.outHeight - cropHint.bottom : 0));
520 needCrop = (options.outHeight > cropHint.height()
530 Slog.v(TAG, "meas: w=" + options.outWidth + " h=" + options.outHeight);
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionImpl.java 374 int height = options.outHeight;
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapWorkerTask.java 170 float heightScale = (float) bitmapOptions.outHeight / options.getHeight();
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 806 int* outHeight) const {
819 *outHeight = height;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 222 double h = options.outHeight;
251 || options.outHeight == -1) {
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java     [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 754 int h = opt.outHeight;
    [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 469 int photoHeight = options.outHeight;
470 if (decodedPhoto == null || options.outWidth <= 0 || options.outHeight <= 0) {
    [all...]
  /prebuilts/misc/common/robolectric/lib/
accessibility-test-framework-2.1.jar 

Completed in 465 milliseconds

1 2 3 45 6 7