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

1 2 3 4 5 6 7 8

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 32 int mHeight;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
FrameBuffer.h 32 int mHeight;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 29 int mHeight;
  /frameworks/av/include/media/stagefright/
JPEGSource.h 46 int32_t mWidth, mHeight;
ColorConverter.h 58 size_t mWidth, mHeight;
YUVImage.h 71 int32_t height() const {return mHeight;}
121 int32_t mHeight;
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.h 56 size_t mWidth, mHeight;
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 47 inline int getHeight() const { return mHeight; }
64 int mHeight;
  /frameworks/av/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
96 mHeight = copy.mHeight;
120 uint32_t mHeight;
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 52 int32_t 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/libs/hwui/
LayerCache.h 96 mLayer(NULL), mWidth(0), mHeight(0) {
101 mHeight = Layer::computeIdealHeight(layerHeight);
105 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
128 uint32_t mHeight;
RenderBufferCache.h 81 mBuffer(NULL), mWidth(0), mHeight(0) {
85 mBuffer(NULL), mFormat(format), mWidth(width), mHeight(height) {
90 mWidth(buffer->getWidth()), mHeight(buffer->getHeight()) {
116 uint32_t mHeight;
  /frameworks/rs/driver/
rsdFrameBufferObj.h 40 mHeight = height;
49 uint32_t mHeight;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Convolve3x3.java 37 private int mHeight;
46 mHeight = mInPixelsAllocation.getType().getY();
62 mScript.set_gHeight(mHeight);
Convolve5x5.java 37 private int mHeight;
46 mHeight = mInPixelsAllocation.getType().getY();
76 mScript.set_gHeight(mHeight);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve3x3.java 29 private int mHeight;
38 mHeight = mInPixelsAllocation.getType().getY();
54 mScript.set_gHeight(mHeight);
Convolve5x5.java 29 private int mHeight;
38 mHeight = mInPixelsAllocation.getType().getY();
68 mScript.set_gHeight(mHeight);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve3x3.java 37 private int mHeight;
46 mHeight = mInPixelsAllocation.getType().getY();
62 mScript.set_gHeight(mHeight);
Convolve5x5.java 37 private int mHeight;
46 mHeight = mInPixelsAllocation.getType().getY();
76 mScript.set_gHeight(mHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ColorTexture.java 26 private int mHeight;
31 mHeight = 1;
36 draw(canvas, x, y, mWidth, mHeight);
51 mHeight = height;
61 return mHeight;
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 32 private int mHeight;
55 mHeight = height;
82 mOutputFile.write(makeIvfHeader(mFrameCount, mWidth, mHeight, mScale, mRate));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 66 int mHeight;
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 48 int32_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 34 mHeight(height),
42 meta->setInt32(kKeyHeight, mHeight);
88 int mWidth, mHeight;

Completed in 533 milliseconds

1 2 3 4 5 6 7 8