Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderState.cpp91 void RenderState::getViewport(GLsizei* outWidth, GLsizei* outHeight) { in getViewport()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DDecTestBench.c593 u32 outWidth, outHeight; in CropPicture() local
DTestBenchMultipleInstance.c461 u32 outWidth, outHeight; in CropPicture() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java401 public Drawable getBuiltInDrawable(int outWidth, int outHeight, in getBuiltInDrawable()
529 private static RectF getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight, in getMaxCropRect()
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java337 public int outHeight; field in BitmapFactory.Options
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp246 uint32_t outWidth, outHeight; in setDisplayProjection() local
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp443 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight) { in roundBufferDimensionNearest()