Searched defs:mWidth (Results 1 - 25 of 184) sorted by relevance

12345678

/frameworks/base/core/jni/android/graphics/
H A DPicture.h56 int mWidth; 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.h77 int32_t mWidth; // width 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.h70 int32_t width() const {return mWidth;}
120 int32_t mWidth; 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.h39 mWidth(0),
51 int getWidth() const { return mWidth; }
81 int mWidth; 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),
37 mWidth = copy.mWidth;
61 uint32_t mWidth; 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.h81 const int32_t mWidth; member in struct:AImage
/frameworks/base/libs/hwui/renderthread/
H A DFrame.h31 : mWidth(width)
35 int32_t width() const { return mWidth; }
46 int32_t mWidth; member in class:android::uirenderer::renderthread::Frame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java37 private int mWidth; field in class:GLTextureSource
78 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h28 size_t mWidth; member in class:android::Texture
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java35 private int mWidth; field in class:Convolve3x3
44 mWidth = mInPixelsAllocation.getType().getX();
60 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java35 private int mWidth; field in class:Convolve5x5
44 mWidth = mInPixelsAllocation.getType().getX();
74 mScript.set_gWidth(mWidth);
H A DGroupTest.java38 private int mWidth; field in class:GroupTest
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
H A DMirror.java31 private int mWidth; field in class:Mirror
37 mWidth = mInPixelsAllocation.getType().getX();
41 mScript.set_gWidth(mWidth);
H A DResize.java36 private int mWidth; field in class:Resize
45 mWidth = mInPixelsAllocation.getType().getX();
50 (int)(mWidth * scale), (int)(mHeight * scale));
56 mScript.set_gWidthIn(mWidth);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DResize.java26 private int mWidth; field in class:Resize
33 mWidth = mInPixelsAllocation.getType().getX();
38 tb.setX((int)(mWidth * scale));
46 mScript.set_gWidthIn(mWidth);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DResize.java36 private int mWidth; field in class:Resize
45 mWidth = mInPixelsAllocation.getType().getX();
50 (int)(mWidth * scale), (int)(mHeight * scale));
56 mScript.set_gWidthIn(mWidth);
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestDrawable.java31 private int mWidth; field in class:TestDrawable
36 mWidth = width;
42 return mWidth;

Completed in 602 milliseconds

12345678