Searched refs:mHeight (Results 1 - 25 of 87) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java30 private float mHeight; field in class:Shape
43 return mHeight;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
/frameworks/base/libs/hwui/
H A DLayerCache.h110 mLayer(NULL), mWidth(0), mHeight(0) {
115 mHeight = uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
119 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
124 return mHeight < rhs.mHeight;
130 return mWidth == rhs.mWidth && mHeight == rhs.mHeight;
135 uint32_t mHeight; member in struct:android::uirenderer::LayerCache::LayerEntry
H A DShapeCache.h152 mHeight = *(uint32_t*) &height;
159 mHeight = 0;
167 LTE_INT(mHeight) {
180 uint32_t mHeight; member in struct:android::uirenderer::RoundRectShapeCacheEntry
211 mHeight = *(uint32_t*) &height;
215 mWidth = mHeight = 0;
221 LTE_INT(mHeight) {
230 uint32_t mHeight; member in struct:android::uirenderer::OvalShapeCacheEntry
237 mHeight = *(uint32_t*) &height;
241 mWidth = mHeight
256 uint32_t mHeight; member in struct:android::uirenderer::RectShapeCacheEntry
296 uint32_t mHeight; member in struct:android::uirenderer::ArcShapeCacheEntry
[all...]
H A DLayerCache.cpp102 LAYER_LOGD("Creating new layer %dx%d", entry.mWidth, entry.mHeight);
104 layer = new Layer(entry.mWidth, entry.mHeight);
127 LAYER_LOGD(" Layer size %dx%d", entry.mWidth, entry.mHeight);
136 if (entry.mWidth <= layer->getWidth() && entry.mHeight <= layer->getHeight()) {
145 layer->setSize(entry.mWidth, entry.mHeight);
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java37 int mHeight; field in class:HardwareLayer
58 mHeight = height;
77 return mHeight;
151 mHeight = height;
/frameworks/base/media/libstagefright/
H A DVideoSourceDownSampler.cpp38 mHeight = height;
44 if ((mWidth != mRealSourceWidth) || (mHeight != mRealSourceHeight)) {
47 CHECK(mHeight <= mRealSourceHeight);
52 mMeta->setInt32(kKeyHeight, mHeight);
63 mDownSampleSkipY = mRealSourceHeight / mHeight;
66 mDownSampleOffsetY = mRealSourceHeight - mDownSampleSkipY * mHeight;
82 *buffer = new MediaBuffer(YUVImage::bufferSize(yuvFormat, mWidth, mHeight));
84 mWidth, mHeight,
H A DJPEGSource.cpp60 mHeight(0),
104 meta->setInt32(kKeyHeight, mHeight);
143 mHeight = 0;
186 return (mWidth > 0 && mHeight > 0) ? OK : UNKNOWN_ERROR;
214 mHeight = height;
/frameworks/base/libs/rs/driver/
H A DrsdFrameBufferObj.h40 mHeight = height;
49 uint32_t mHeight; member in class:RsdFrameBufferObj
/frameworks/base/include/private/media/
H A DVideoFrame.h91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
95 mHeight = copy.mHeight;
118 uint32_t mHeight; member in class:android::VideoFrame
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java63 private int mHeight; field in class:YuvImage
105 mHeight = height;
124 Rect wholeImage = new Rect(0, 0, mWidth, mHeight);
179 return mHeight;
186 mHeight * mStrides[0] + top / 2 * mStrides[1]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DHeightReceiver.java43 int mHeight; field in class:HeightReceiver
53 l.onBarHeightChanged(mHeight);
101 + height + " old=" + mHeight);
102 mHeight = height;
111 return mHeight;
/frameworks/base/media/java/android/media/
H A DFaceDetector.java119 mHeight = height;
144 if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
198 private int mHeight; field in class:FaceDetector
/frameworks/base/media/libstagefright/rtsp/
H A DVideoSource.h34 mHeight(height),
42 meta->setInt32(kKeyHeight, mHeight);
88 int mWidth, mHeight; member in class:android::VideoSource
/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java58 private int mHeight; field in class:TransitionAlpha
105 mHeight = dbo.outHeight;
131 while (tmp < mHeight) {
164 return mHeight;
/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.h59 int mWidth, mHeight; member in class:android::FakeCamera
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java46 int mHeight; field in class:RenderScriptGL
172 mHeight = 0;
204 mHeight = h;
220 mHeight = h;
230 return mHeight;
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp47 mHeight(height) {
69 anw, mWidth, mHeight, HAL_PIXEL_FORMAT_YV12);
109 Rect bounds(mWidth, mHeight);
H A DPreviewRenderer.h57 size_t mWidth, mHeight; member in class:android::PreviewRenderer
/frameworks/base/include/media/stagefright/
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h52 int32_t mHeight; member in struct:android::SoftVPX
/frameworks/base/media/libstagefright/include/
H A DM4vH263Decoder.h48 int32_t mWidth, mHeight; member in struct:android::M4vH263Decoder
H A DSoftwareRenderer.h48 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
H A DVPXDecoder.h45 int32_t mWidth, mHeight; member in struct:android::VPXDecoder
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.h88 return Rect(mWidth, mHeight);
109 int mHeight; member in class:android::DisplayHardware
/frameworks/base/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp43 CHECK(meta->findInt32(kKeyHeight, &mHeight));
50 mCropBottom = mHeight - 1;
155 mWidth, mHeight,
162 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight;
163 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
195 (const uint8_t *)data + mWidth * (mHeight - mCropTop / 2);

Completed in 639 milliseconds

1234