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

1234

/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 DYUVImage.h70 int32_t width() const {return mWidth;}
120 int32_t mWidth; member in class:android::YUVImage
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.h56 size_t mWidth, mHeight; member in class:android::PreviewRenderer
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h51 int32_t mWidth; member in struct:android::SoftVPX
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java36 private int mWidth; field in class:Convolve3x3
45 mWidth = mInPixelsAllocation.getType().getX();
61 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java36 private int mWidth; field in class:Convolve5x5
45 mWidth = mInPixelsAllocation.getType().getX();
75 mScript.set_gWidth(mWidth);
H A DGroupTest.java38 private int mWidth; field in class:GroupTest
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java28 private int mWidth; field in class:Convolve3x3
37 mWidth = mInPixelsAllocation.getType().getX();
53 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java28 private int mWidth; field in class:Convolve5x5
37 mWidth = mInPixelsAllocation.getType().getX();
67 mScript.set_gWidth(mWidth);
H A DGroupTest.java31 private int mWidth; field in class:GroupTest
41 mWidth = mInPixelsAllocation.getType().getX();
60 tb.setX(mWidth);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h159 uint32_t mWidth; member in class:android::ScreenshotClient
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java40 private int mWidth; field in class:GLTextureSource
81 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/av/include/private/media/
H A DVideoFrame.h91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
94 mWidth = copy.mWidth;
117 uint32_t mWidth; member in class:android::VideoFrame
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h48 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java29 private float mWidth; field in class:Shape
36 return mWidth;
71 if (mWidth != width || mHeight != height) {
72 mWidth = width;
/frameworks/base/libs/hwui/
H A DLayerCache.h110 mLayer(NULL), mWidth(0), mHeight(0) {
114 mWidth = uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
119 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
123 if (mWidth == rhs.mWidth) {
126 return mWidth < rhs.mWidth;
130 return mWidth == rhs.mWidth && mHeight == rhs.mHeight;
134 uint32_t mWidth; member in struct:android::uirenderer::LayerCache::LayerEntry
[all...]
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h39 mWidth = width;
48 uint32_t mWidth; member in class:RsdFrameBufferObj
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java49 private int mWidth = 0; field in class:RotateFilter
100 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
101 mWidth = inputFormat.getWidth();
103 mOutputWidth = mWidth;
139 mOutputHeight = mWidth;
H A DStraightenFilter.java52 private int mWidth = 0; field in class:StraightenFilter
102 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
103 mWidth = inputFormat.getWidth();
128 Point p0 = new Point(-cosTheta * mWidth + sinTheta * mHeight,
129 -sinTheta * mWidth - cosTheta * mHeight);
131 Point p1 = new Point(cosTheta * mWidth + sinTheta * mHeight,
132 sinTheta * mWidth - cosTheta * mHeight);
134 Point p2 = new Point(-cosTheta * mWidth - sinTheta * mHeight,
135 -sinTheta * mWidth + cosTheta * mHeight);
137 Point p3 = new Point(cosTheta * mWidth
[all...]
H A DCropRectFilter.java55 private int mWidth = 0; field in class:CropRectFilter
88 updateSourceRect(mWidth, mHeight);
110 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
125 mWidth = width;
129 Log.e("CropFilter", mWidth + ", " + mHeight + ", " +
130 (float) mXorigin / mWidth + ", " +
132 (float) mOutputWidth / mWidth + ", " +
136 ((ShaderProgram) mProgram).setSourceRect((float) mXorigin / mWidth,
138 (float) mOutputWidth / mWidth,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h64 int32_t mWidth, mHeight; member in struct:android::SoftMPEG4
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h33 : mWidth(width),
41 meta->setInt32(kKeyWidth, mWidth);
88 int mWidth, mHeight; member in class:android::VideoSource
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java40 private int mWidth; field in class:RsYuv
49 mWidth = width;
52 mScript.invoke_setSize(mWidth, mHeight);
57 tb.setX(mWidth);
61 mAllocationIn = Allocation.createSized(rs, Element.U8(mRS), (mHeight * mWidth) +
62 ((mHeight / 2) * (mWidth / 2) * 2));
/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java57 private int mWidth; field in class:TransitionAlpha
104 mWidth = dbo.outWidth;
125 final int [] framingBuffer = new int[mWidth];
132 imageBitmap.getPixels(framingBuffer, 0, mWidth, 0, tmp,mWidth, 1);
134 intBuffer.put(framingBuffer,0,mWidth);
160 return mWidth;

Completed in 4059 milliseconds

1234