Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp135 void RenderState::getViewport(GLsizei* outWidth, GLsizei* outHeight) { in getViewport()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DTestBenchMultipleInstance.c464 u32 outWidth, outHeight; in CropPicture() local
DDecTestBench.c593 u32 outWidth, outHeight; in CropPicture() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java473 public Drawable getBuiltInDrawable(int outWidth, int outHeight, in getBuiltInDrawable()
495 public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, in getBuiltInDrawable()
632 private static RectF getMaxCropRect(int inWidth, int inHeight, int outWidth, int outHeight, in getMaxCropRect()
/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/native/include/ui/
DGralloc1On0Adapter.h237 gralloc1_error_t getDimensions(uint32_t* outWidth, in getDimensions()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp719 /*out*/int32_t* outWidth, /*out*/int32_t* outHeight) { in roundBufferDimensionNearest()