Searched defs:mHeight (Results 51 - 75 of 140) sorted by relevance

123456

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h93 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h97 int mHeight; member in class:android::BootAnimation
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java77 private final int mHeight; field in class:MeteringRectangle
95 mHeight = checkArgumentNonnegative(height, "height must be nonnegative");
119 mHeight = checkArgumentNonnegative(dimensions.getHeight(), "height must be nonnegative");
140 mHeight = checkArgumentNonnegative(rect.height(), "rect.height must be nonnegative");
177 return mHeight;
206 return new Size(mWidth, mHeight);
217 return new Rect(mX, mY, mX + mWidth, mY + mHeight);
246 && mHeight == other.mHeight
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeigh
[all...]
/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/libs/hwui/
H A DDeferredLayerUpdater.h42 if (mWidth != width || mHeight != height) {
44 mHeight = height;
91 int mHeight; member in class:android::uirenderer::DeferredLayerUpdater
H A DPixelBuffer.h145 return mHeight;
152 return mWidth * mHeight * formatSize(mFormat);
204 mFormat(format), mWidth(width), mHeight(height), mAccessMode(kAccessMode_None) {
210 uint32_t mHeight; member in class:android::uirenderer::PixelBuffer
H A DCanvasState.h159 int getHeight() const { return mHeight; }
176 int mWidth, mHeight; member in class:android::uirenderer::CanvasState
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java39 private int mHeight; field in class:FilterSurfaceView
82 mListener.surfaceChanged(getHolder(), mFormat, mWidth, mHeight);
122 mHeight = height;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java152 private int mHeight = 0; field in class:AutoFixFilter
249 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
251 mHeight = inputFormat.getHeight();
252 createHistogramFrame(context, mWidth, mHeight, input.getInts());
H A DGrainFilter.java45 private int mHeight = 0; field in class:GrainFilter
135 mHeight = height;
139 mGrainProgram.setHostValue("stepY", 0.5f / mHeight);
175 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
H A DRedEyeFilter.java56 private int mHeight = 0; field in class:RedEyeFilter
125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
127 mHeight = inputFormat.getHeight();
155 int bitmapHeight = mHeight / 2;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java80 private int mHeight; field in class:SurfaceTextureSource
148 mOutputFormat = ImageFormat.create(mWidth, mHeight,
243 mOutputFormat.setDimensions(mWidth, mHeight);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java51 private final int mHeight; field in class:CpuVideoTrackDecoder
62 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
105 int outputHeight = mHeight;
107 outputWidth = mHeight;
118 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
121 mUnrotatedBytes = ByteBuffer.allocateDirect(mWidth * mHeight * 4);
124 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
148 offset = (mWidth - 1) * mHeight;
149 pixStride = -mHeight;
153 offset = mHeight
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java29 private int mHeight; field in class:ReusableBitmap
54 mHeight = h;
62 return mHeight;
108 sb.append(mHeight);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java80 private int mHeight; field in class:BottomScrollViewTest.TestChildView
84 mHeight = height;
89 setMeasuredDimension(WIDTH, mHeight);
93 mHeight = height;
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java40 private int mHeight; field in class:RsYuv
74 mHeight = height;
76 mScript.invoke_setSize(mWidth, mHeight);
80 tb.setY(mHeight);
88 tb.setY(mHeight);
106 return mHeight;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp61 mHeight(height),
73 meta->setInt32(kKeyHeight, mHeight);
127 int mWidth, mHeight; member in class:DummySource
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h119 int32_t mWidth, mHeight; member in struct:android::MediaFilter
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h229 uint32_t getHeight() const { return mHeight; }
249 uint32_t mHeight; member in class:android::Camera2Device::StreamAdapter
314 uint32_t getHeight() const { return mHeight; }
343 uint32_t mHeight; member in class:android::Camera2Device::ReprocessStreamAdapter
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java55 private final int mHeight; field in class:GraphicBuffer
92 mHeight = height;
109 return mHeight;
261 dest.writeInt(mHeight);
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp39 , mHeight(height) {
53 const int mHeight; member in struct:android::PageRecord
94 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight,
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java270 private final int mHeight; field in class:PdfRenderer.Page
279 mHeight = size.y;
307 return mHeight;

Completed in 626 milliseconds

123456