Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp135 void RenderState::getViewport(GLsizei* outWidth, GLsizei* outHeight) { in getViewport()
/frameworks/base/core/java/android/app/
DWallpaperManager.java461 public Drawable getBuiltInDrawable(int outWidth, int outHeight, in getBuiltInDrawable()
483 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, in getBuiltInDrawable()
620 private static RectF getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight, in getMaxCropRect()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DDecTestBench.c593 u32 outWidth, outHeight; in CropPicture() local
DTestBenchMultipleInstance.c464 u32 outWidth, outHeight; in CropPicture() local
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java334 public int outWidth; field in BitmapFactory.Options
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp249 uint32_t outWidth, outHeight; in setDisplayProjection() local
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp634 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight) { in roundBufferDimensionNearest()