Searched refs:outHeight (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java429 final int outHeight = (int) Math.round(cropRect.height() * cropScale);
440 cropRect, cropRotation, outWidth, outHeight, true, false, onEndCrop);
470 RectF cropBounds, int rotation, int outWidth, int outHeight,
475 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
479 RectF cropBounds, int rotation, int outWidth, int outHeight,
483 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
487 RectF cropBounds, int rotation, int outWidth, int outHeight,
492 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
496 RectF cropBounds, int rotation, int outWidth, int outHeight,
502 outWidth, outHeight, setWallpape
469 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
478 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
486 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
495 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
505 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
813 getMaxCropRect( int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) argument
[all...]
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java580 public Drawable getBuiltInDrawable(int outWidth, int outHeight, argument
582 return getBuiltInDrawable(outWidth, outHeight, scaleToFit,
602 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, argument
625 if (outWidth <= 0 || outHeight <= 0) {
636 if (options.outWidth != 0 && options.outHeight != 0) {
638 inHeight = options.outHeight;
652 outHeight = Math.min(inHeight, outHeight);
654 cropRectF = getMaxCropRect(inWidth, inHeight, outWidth, outHeight,
659 float top = (inHeight - outHeight) * verticalAlignmen
739 getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight, float horizontalAlignment, float verticalAlignment) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c593 u32 outWidth, outHeight; local
617 outHeight = pCropParams->cropOutHeight;
625 for (i = outHeight; i; i--)
635 outHeight >>= 1;
642 for (i = outHeight; i; i--)
656 for (i = outHeight; i; i--)
H A DTestBenchMultipleInstance.c464 u32 outWidth, outHeight; local
486 outHeight = pCropParams->cropOutHeight;
493 for (i = outHeight; i; i--)
503 outHeight >>= 1;
509 for (i = outHeight; i; i--)
522 for (i = outHeight; i; i--)
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java59 int actualH = bmOptions.outHeight;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java59 int actualH = bmOptions.outHeight;
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp250 uint32_t outWidth, outHeight; local
261 outHeight = (uint32_t)(videoWidth * displayAspect);
264 outHeight = videoHeight;
269 offY = (videoHeight - outHeight) / 2;
270 Rect displayRect(offX, offY, offX + outWidth, offY + outHeight);
275 outHeight, outWidth, offY, offX);
278 outWidth, outHeight, offX, offY);
/frameworks/ml/nn/common/
H A DOperationsUtils.cpp244 uint32_t outHeight = computeOutSize(height, filterHeight, stride_height,
248 output->dimensions = {batches, outHeight, outWidth, channels_out};
280 uint32_t outHeight = computeOutSize(height, filterHeight, stride_height,
284 output->dimensions = {batches, outHeight, outWidth, channels_out};
304 uint32_t outHeight = computeOutSize(height, filter_height, stride_height,
308 output->dimensions = {batches, outHeight, outWidth, channels_out};
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.h71 void getViewport(GLsizei* outWidth, GLsizei* outHeight);
H A DRenderState.cpp144 void RenderState::getViewport(GLsizei* outWidth, GLsizei* outHeight) { argument
146 *outHeight = mViewportHeight;
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java111 || options.outHeight == -1) {
272 double h = options.outHeight;
317 || options.outHeight == -1) {
508 int height = exifOptions.outHeight;
H A DMediaScanner.java821 mBitmapOptions.outHeight = 0;
824 mHeight = mBitmapOptions.outHeight;
/frameworks/ml/nn/common/operations/
H A DDepthwiseConv2D.cpp31 uint32_t outHeight = getSizeOfDimension(outputShape, 1); \
H A DConv2D.cpp34 uint32_t outHeight = getSizeOfDimension(outputShape, 1); \
H A DPooling.cpp28 uint32_t outHeight = getSizeOfDimension(outputShape, 1); \
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java227 srcH = mOpts.outHeight;
229 srcW = mOpts.outHeight;
413 result.setLogicalHeight(mOpts.outHeight);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h260 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight);
H A DCameraDeviceClient.cpp889 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight) {
930 if (outHeight != NULL) {
931 *outHeight = bestHeight;
887 roundBufferDimensionNearest(int32_t width, int32_t height, int32_t format, android_dataspace dataSpace, const CameraMetadata& info, int32_t* outWidth, int32_t* outHeight) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java140 * size be returned (in opts.outWidth and opts.outHeight)
202 return new Point(opts.outWidth, opts.outHeight);
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java375 * <p>outHeight will be set to -1 if there is an error trying to decode.</p>
377 public int outHeight; field in class:BitmapFactory.Options
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)
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java493 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);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java1402 if (options.outWidth == 0 || options.outHeight == 0) {
1418 int reqHeight = getDesiredArtHeight(options.outWidth, options.outHeight);
1419 int ratio = options.outHeight / reqHeight;
/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java754 int h = opt.outHeight;
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java1105 final int heightSample = opts.outHeight / size.y;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1944 height = opt.outHeight;
2639 height = opt.outHeight;

Completed in 3150 milliseconds

12