HomeSort by relevance Sort by last modified time
    Searched defs:mHeight (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 29 int mHeight;
  /frameworks/base/include/media/stagefright/
JPEGSource.h 46 int32_t mWidth, mHeight;
ColorConverter.h 58 size_t mWidth, mHeight;
VideoSourceDownSampler.h 63 int32_t mHeight;
86 // Downsamples the frame in sourceBuffer to size (mWidth x mHeight). A new
YUVImage.h 71 int32_t height() const {return mHeight;}
121 int32_t mHeight;
  /frameworks/media/libvideoeditor/lvpp/
PreviewRenderer.h 57 size_t mWidth, mHeight;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 30 private float mHeight;
43 return mHeight;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
  /frameworks/base/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
95 mHeight = copy.mHeight;
118 uint32_t mHeight;
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 168 uint32_t mHeight;
  /frameworks/base/libs/hwui/
LayerCache.h 110 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;
  /frameworks/base/libs/rs/driver/
rsdFrameBufferObj.h 40 mHeight = height;
49 uint32_t mHeight;
  /frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.h 52 int32_t mHeight;
  /frameworks/base/media/libstagefright/include/
M4vH263Decoder.h 48 int32_t mWidth, mHeight;
VPXDecoder.h 45 int32_t mWidth, mHeight;
SoftwareRenderer.h 48 int32_t mWidth, mHeight;
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.h 59 int mWidth, mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ColorTexture.java 26 private int mHeight;
31 mHeight = 1;
35 draw(canvas, x, y, mWidth, mHeight);
48 mHeight = height;
56 return mHeight;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 66 int mHeight;
  /frameworks/base/core/java/android/view/
HardwareLayer.java 37 int mHeight;
58 mHeight = height;
77 return mHeight;
151 mHeight = height;
  /frameworks/base/media/libstagefright/rtsp/
VideoSource.h 34 mHeight(height),
42 meta->setInt32(kKeyHeight, mHeight);
88 int mWidth, mHeight;
  /system/media/mca/filterfw/java/android/filterfw/basefilters/
GLTextureSource.java 43 private int mHeight;
81 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.h 73 EGLint mHeight; // Height of surface
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 63 private int mHeight;
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/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 64 int32_t mWidth, mHeight;
  /packages/apps/Browser/src/com/android/browser/view/
StopProgressView.java 18 int mHeight;
76 mHeight = (bottom - top) * 2 / 3;
84 int t = (getHeight() - mHeight) / 2;
85 mOverlayDrawable.setBounds(l, t, l + mWidth, t + mHeight);

Completed in 753 milliseconds

1 2 3 4 5 6