Home
last modified time | relevance | path

Searched defs:outHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java96 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, in getBuiltInDrawable()
102 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, in getBuiltInDrawable()
DWallpaperManager.java1134 public Drawable getBuiltInDrawable(int outWidth, int outHeight, in getBuiltInDrawable()
1156 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, in getBuiltInDrawable()
1291 private static RectF getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight, in getMaxCropRect()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h212 int& outWidth, int& outHeight) { in readImage()
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java389 public int outHeight; field in BitmapFactory.Options
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp244 status_t GraphicBufferMapper::getHeight(buffer_handle_t bufferHandle, uint64_t* outHeight) { in getHeight()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp968 status_t encodeHeight(uint64_t height, hidl_vec<uint8_t>* outHeight) { in encodeHeight()
972 status_t decodeHeight(const hidl_vec<uint8_t>& height, uint64_t* outHeight) { in decodeHeight()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp299 uint32_t outWidth, outHeight; in setDisplayProjection() local
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp164 /*out*/int32_t* outHeight) { in roundBufferDimensionNearest()