Searched defs:mWidth (Results 51 - 75 of 151) sorted by relevance

1234567

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve5x5.java28 private int mWidth; field in class:Convolve5x5
59 mWidth = mInPixelsAllocation.getType().getX();
83 mScript.set_gWidth(mWidth);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java35 private int mWidth; field in class:Convolve3x3
59 mWidth = mInPixelsAllocation.getType().getX();
71 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java35 private int mWidth; field in class:Convolve5x5
66 mWidth = mInPixelsAllocation.getType().getX();
90 mScript.set_gWidth(mWidth);
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java46 private int mWidth; field in class:TextViewCompatTest.TestDrawable
51 mWidth = width;
57 return mWidth;
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h167 int mWidth; member in class:android::SurfaceMediaSource
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h93 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h68 int32_t getWidth() const { return mWidth; };
107 const int32_t mWidth; member in struct:AImageReader
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java76 private final int mWidth; field in class:MeteringRectangle
94 mWidth = checkArgumentNonnegative(width, "width must be nonnegative");
118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative");
139 mWidth = checkArgumentNonnegative(rect.width(), "rect.width must be nonnegative");
168 return mWidth;
206 return new Size(mWidth, mHeight);
217 return new Rect(mX, mY, mX + mWidth, mY + mHeight);
245 && mWidth == other.mWidth
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeigh
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java58 private int mWidth; field in class:YuvImage
104 mWidth = width;
124 Rect wholeImage = new Rect(0, 0, mWidth, mHeight);
172 return mWidth;
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h42 if (mWidth != width || mHeight != height) {
43 mWidth = width;
50 int getWidth() { return mWidth; }
97 int mWidth; member in class:android::uirenderer::DeferredLayerUpdater
H A DPixelBuffer.h130 return mWidth;
144 return mWidth * mHeight * formatSize(mFormat);
151 return (y * mWidth + x) * formatSize(mFormat);
196 mFormat(format), mWidth(width), mHeight(height), mAccessMode(kAccessMode_None) {
209 uint32_t mWidth; member in class:android::uirenderer::PixelBuffer
H A DTexture.h101 return mWidth;
155 uint32_t mWidth = 0; member in class:android::uirenderer::Texture
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h34 EGLint width() const { return mWidth; }
45 EGLint mWidth; member in class:android::uirenderer::renderthread::Frame
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java38 private int mWidth; field in class:FilterSurfaceView
82 mListener.surfaceChanged(getHolder(), mFormat, mWidth, mHeight);
121 mWidth = width;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java151 private int mWidth = 0; field in class:AutoFixFilter
249 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
250 mWidth = inputFormat.getWidth();
252 createHistogramFrame(context, mWidth, mHeight, input.getInts());
H A DGrainFilter.java44 private int mWidth = 0; field in class:GrainFilter
134 mWidth = width;
138 mGrainProgram.setHostValue("stepX", 0.5f / mWidth);
175 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
H A DRedEyeFilter.java55 private int mWidth = 0; field in class:RedEyeFilter
125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
126 mWidth = inputFormat.getWidth();
154 int bitmapWidth = mWidth / 2;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java75 private int mWidth; 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.java50 private final int mWidth; field in class:CpuVideoTrackDecoder
61 mWidth = format.getInteger(MediaFormat.KEY_WIDTH);
104 int outputWidth = mWidth;
108 outputHeight = mWidth;
118 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
121 mUnrotatedBytes = ByteBuffer.allocateDirect(mWidth * mHeight * 4);
124 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
145 rowStride = mWidth;
148 offset = (mWidth - 1) * mHeight;
158 offset = mWidth * mHeigh
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java91 bestBreak.mWidth = lineMetrics.mPrintedWidth;
114 lineMetrics.mWidth, lineMetrics.mHasTabs);
130 breakInfo.widths[count] = opt[idx].mWidth;
214 lineMetrics.mWidth = w;
225 float mWidth; field in class:OptimizingLineBreaker.LineMetrics
234 mWidth = width;
250 float mWidth; field in class:OptimizingLineBreaker.Node
257 mWidth = width;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java28 private int mWidth; field in class:ReusableBitmap
50 mWidth = w;
58 return mWidth;
106 sb.append(mWidth);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java41 private int mWidth; field in class:RsYuv
75 mWidth = width;
76 mScript.invoke_setSize(mWidth, mHeight);
79 tb.setX(mWidth);
87 tb.setX(mWidth);
103 return mWidth;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;

Completed in 3604 milliseconds

1234567