Searched defs:mHeight (Results 1 - 25 of 180) sorted by relevance

12345678

/frameworks/base/core/jni/android/graphics/
H A DPicture.h57 int mHeight; member in class:android::Picture
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
H A DSoftVideoEncoderOMXComponent.h78 int32_t mHeight; // height of the input frames member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftwareRenderer.h53 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
H A DYUVImage.h71 int32_t height() const {return mHeight;}
121 int32_t mHeight; member in class:android::YUVImage
/frameworks/av/media/libstagefright/foundation/include/
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
/frameworks/av/media/libstagefright/include/
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h40 mHeight(0)
52 int getHeight() const { return mHeight; }
82 int mHeight; member in class:android::EglWindow
/frameworks/av/include/private/media/
H A DVideoFrame.h33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
38 mHeight = copy.mHeight;
62 uint32_t mHeight; member in class:android::VideoFrame
/frameworks/av/media/libstagefright/filters/
H A DSimpleFilter.h31 SimpleFilter() : mWidth(0), mHeight(0), mStride(0), mSliceHeight(0),
43 int32_t mWidth, mHeight; member in struct:android::SimpleFilter
/frameworks/av/media/ndk/
H A DNdkImagePriv.h82 const int32_t mHeight; member in struct:AImage
/frameworks/base/libs/hwui/renderthread/
H A DFrame.h32 , mHeight(height)
36 int32_t height() const { return mHeight; }
47 int32_t mHeight; member in class:android::uirenderer::renderthread::Frame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java40 private int mHeight; field in class:GLTextureSource
78 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h29 size_t mHeight; member in class:android::Texture
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java36 private int mHeight; field in class:Convolve3x3
45 mHeight = mInPixelsAllocation.getType().getY();
61 mScript.set_gHeight(mHeight);
H A DConvolve5x5.java36 private int mHeight; field in class:Convolve5x5
45 mHeight = mInPixelsAllocation.getType().getY();
75 mScript.set_gHeight(mHeight);
H A DGroupTest.java39 private int mHeight; field in class:GroupTest
49 mHeight = mInPixelsAllocation.getType().getY();
68 tb.setY(mHeight);
H A DMirror.java32 private int mHeight; field in class:Mirror
38 mHeight = mInPixelsAllocation.getType().getY();
42 mScript.set_gHeight(mHeight);
H A DResize.java37 private int mHeight; field in class:Resize
46 mHeight = mInPixelsAllocation.getType().getY();
50 (int)(mWidth * scale), (int)(mHeight * scale));
57 mScript.set_gHeightIn(mHeight);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DResize.java27 private int mHeight; field in class:Resize
34 mHeight = mInPixelsAllocation.getType().getY();
39 tb.setY((int)(mHeight * scale));
47 mScript.set_gHeightIn(mHeight);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DResize.java37 private int mHeight; field in class:Resize
46 mHeight = mInPixelsAllocation.getType().getY();
50 (int)(mWidth * scale), (int)(mHeight * scale));
57 mScript.set_gHeightIn(mHeight);
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestDrawable.java32 private int mHeight; field in class:TestDrawable
37 mHeight = height;
47 return mHeight;

Completed in 363 milliseconds

12345678