HomeSort by relevance Sort by last modified time
    Searched defs:mWidth (Results 76 - 100 of 252) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 158 int mWidth;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 91 int mWidth;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 35 : mPicture(new SkPicture()), mWidth(width), mHeight(height) {
44 const int mWidth;
87 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight,
  /frameworks/base/media/java/android/media/
FaceDetector.java 118 mWidth = width;
144 if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
197 private int mWidth;
  /frameworks/base/media/java/android/media/videoeditor/
TransitionAlpha.java 57 private int mWidth;
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;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
CropRectFilter.java 55 private int mWidth = 0;
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,
FisheyeFilter.java 54 private int mWidth = 0;
121 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
143 mWidth = width;
152 if (mWidth > mHeight) {
154 scale[1] = ((float) mHeight) / mWidth;
156 scale[0] = ((float) mWidth) / mHeight;
RotateFilter.java 49 private int mWidth = 0;
100 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
101 mWidth = inputFormat.getWidth();
103 mOutputWidth = mWidth;
139 mOutputHeight = mWidth;
SharpenFilter.java 43 private int mWidth = 0;
118 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
133 mWidth = width;
137 mProgram.setHostValue("stepsizeX", 1.0f / mWidth);
StraightenFilter.java 52 private int mWidth = 0;
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 - sinTheta * mHeight
    [all...]
VignetteFilter.java 41 private int mWidth = 0;
98 if (mWidth > mHeight) {
100 scale[1] = ((float) mHeight) / mWidth;
102 scale[0] = ((float) mWidth) / mHeight;
140 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
141 mWidth = inputFormat.getWidth();
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 70 const uint8_t* pixel = img + (4 * (y*mWidth + x));
81 mWidth(w),
86 const uint32_t mWidth;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
GroupTest.java 38 private int mWidth;
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
GroupTest.java 31 private int mWidth;
41 mWidth = mInPixelsAllocation.getType().getX();
60 tb.setX(mWidth);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 38 private int mWidth;
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 174 int mWidth, mHeight, mFormat;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 164 uint32_t mWidth, mHeight;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 40 private int mWidth;
54 mWidth = 0;
63 mWidth += drawable.getIntrinsicWidth() + mResources.iconMargin;
99 setMeasuredDimension(mWidth, mHeight);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 32 private int mWidth = 0;
64 return new Point(mWidth, mHeight);
176 mWidth = dimens.x;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 40 private int mWidth;
64 pos = mWidth - mTotalIconWidth - x;
75 mWidth = w;
78 mSliderLength = mWidth - (2 * mTotalIconWidth);
83 if (!isEnabled() || (mWidth == 0)) return false;
129 mBar.layout(mTotalIconWidth, 0, mWidth - mTotalIconWidth, height);
141 mZoomOut.layout(mWidth - mIconWidth, 0, mWidth, height);
145 mZoomIn.layout(mWidth - mIconWidth, 0, mWidth, height)
    [all...]
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 45 private int mWidth;
56 mWidth = width;
82 mWidth = width;
97 Assert.assertEquals(mWidth, bitmap.getWidth());
105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 37 private int mWidth;
211 GLES20.glReadPixels(mWidth/2, mHeight/2, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE,
219 Log.i(TAG, "w " + mWidth + " h " + mHeight + " rgba" + r + " " + g + " " + b + " " + a);
232 mWidth = width;
235 GLES20.glViewport(0, 0, mWidth, mHeight);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 62 private int mWidth;
122 gl.glReadPixels(mWidth / 2, mHeight / 2, 1, 1, GL10.GL_RGBA,
133 mWidth = width;
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 28 private int mWidth;
38 mWidth = width;
111 final float width = mWidth;
162 mWidth = width;
168 return mWidth;
172 mWidth = width;
219 if (position.x + mWidth < 0 || position.x > mViewWidth
228 setCrop(horzFlip ? mWidth : 0,
230 horzFlip ? -mWidth : mWidth,
    [all...]
SpriteComponent.java 29 private int mWidth;
43 mWidth = width;
59 mWidth = 0;
111 bitmap.setWidth(mWidth);
170 return mWidth;
178 mWidth = width;

Completed in 865 milliseconds

1 2 34 5 6 7 8 91011