Searched defs:mWidth (Results 76 - 100 of 184) sorted by relevance

12345678

/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h166 int mWidth; member in class:android::SurfaceMediaSource
H A DMediaFilter.h99 int32_t mWidth, mHeight; member in struct:android::MediaFilter
/frameworks/av/media/libstagefright/foundation/include/
H A DSoftVideoDecoderOMXComponent.h130 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
H A DSurfaceMediaSource.h166 int mWidth; member in class:android::SurfaceMediaSource
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h130 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
H A DSurfaceMediaSource.h166 int mWidth; member in class:android::SurfaceMediaSource
/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 DCanvasState.h159 int getWidth() const { return mWidth; }
173 int mWidth, mHeight; member in class:android::uirenderer::CanvasState
H A DDeferredLayerUpdater.h52 if (mWidth != width || mHeight != height) {
53 mWidth = width;
60 int getWidth() { return mWidth; }
116 int mWidth = 0; member in class:android::uirenderer::DeferredLayerUpdater
H A DPixelBuffer.h125 return mWidth;
139 return mWidth * mHeight * formatSize(mFormat);
146 return (y * mWidth + x) * formatSize(mFormat);
191 mFormat(format), mWidth(width), mHeight(height), mAccessMode(kAccessMode_None) {
203 uint32_t mWidth; member in class:android::uirenderer::PixelBuffer
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DShadowBuffer.java26 private int mWidth; field in class:ShadowBuffer
32 mWidth = width;
58 triangleZBuffMin(mData, mWidth, mHeight, fx3, fy3, fz3, fx2, fy2, fz2, fx1, fy1, fz1);
59 triangleZBuffMin(mData, mWidth, mHeight, fx1, fy1, fz1, fx2, fy2, fz2, fx3, fy3, fz3);
/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/tests/java_api/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/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp63 : mWidth(width),
75 meta->setInt32(kKeyWidth, mWidth);
130 int mWidth, mHeight; member in class:DummySource

Completed in 5206 milliseconds

12345678