HomeSort by relevance Sort by last modified time
    Searched full:mwidth (Results 176 - 200 of 358) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 44 protected int mWidth = UNSPECIFIED;
79 mWidth = width;
99 return mWidth;
  /frameworks/base/services/java/com/android/server/display/
VirtualDisplayAdapter.java 100 private final int mWidth;
116 mWidth = width;
152 mInfo.width = mWidth;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Convolve5x5.java 35 private int mWidth;
44 mWidth = mInPixelsAllocation.getType().getX();
74 mScript.set_gWidth(mWidth);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve5x5.java 28 private int mWidth;
37 mWidth = mInPixelsAllocation.getType().getX();
67 mScript.set_gWidth(mWidth);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve5x5.java 36 private int mWidth;
45 mWidth = mInPixelsAllocation.getType().getX();
75 mScript.set_gWidth(mWidth);
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth;
215 thiz->mSize.mWidth = 0;
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 110 mWidth = entry.data.i32[0];
174 mWidth, mHeight, format, /*size (for jpegs)*/0,
273 int mWidth;
  /packages/apps/Camera2/src/com/android/camera/
MosaicPreviewRenderer.java 33 private int mWidth; // width of the view in UI
108 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
143 mWidth = w;
  /packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java 140 private final int mWidth;
144 this.mWidth = width;
152 return mWidth;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 56 private int mWidth;
148 x = Math.max(Math.min(x, mWidth - mBorder), mBorder);
170 mWidth = w;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 44 protected int mWidth = UNSPECIFIED;
79 mWidth = width;
99 return mWidth;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 44 protected int mWidth = UNSPECIFIED;
79 mWidth = width;
99 return mWidth;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 60 private int mWidth;
123 mWidth = width;
196 for (int i = 0; i < mWidth; i++) {
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/
DialView.java 47 private float mWidth;
182 mWidth = w;
186 mRadius = (float) (Math.min(mWidth, mHeight) / 2 * 0.8);
202 canvas.drawCircle(mWidth / 2, mHeight / 2, (float) mRadius, mDialPaint);
233 result[0] = (float) (radius * Math.cos(angle)) + (mWidth / 2);
  /developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/
DialView.java 47 private float mWidth;
182 mWidth = w;
186 mRadius = (float) (Math.min(mWidth, mHeight) / 2 * 0.8);
202 canvas.drawCircle(mWidth / 2, mHeight / 2, (float) mRadius, mDialPaint);
233 result[0] = (float) (radius * Math.cos(angle)) + (mWidth / 2);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 193 mLabels.beginDrawing(gl, mWidth, mHeight);
197 float msPFX = mWidth - mLabels.getWidth(mLabelMsPF) - 1;
219 mNumericSprite.draw(gl, x, 0, mWidth, mHeight);
241 mWidth = w;
259 private int mWidth;
  /development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java 47 private float mWidth;
182 mWidth = w;
186 mRadius = (float) (Math.min(mWidth, mHeight) / 2 * 0.8);
202 canvas.drawCircle(mWidth / 2, mHeight / 2, (float) mRadius, mDialPaint);
233 result[0] = (float) (radius * Math.cos(angle)) + (mWidth / 2);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 34 int mWidth;
42 mWidth = mRS.getWidth();
53 mWidth = mRS.getWidth();
57 proj.loadOrthoWindow(mWidth, mHeight);
215 proj.loadOrthoWindow(mWidth, mHeight);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 141 mWidth(176),
178 inputPort.format.video.nFrameWidth = mWidth;
208 outputPort.format.video.nFrameWidth = mWidth;
249 mCodecConfiguration->g_w = mWidth;
303 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
659 mWidth = port->format.video.nFrameWidth;
676 def->format.video.nFrameWidth = mWidth;
775 0, 0, mWidth, mHeight, &bits));
778 (const uint8_t *)bits, mConversionBuffer, mWidth, mHeight);
785 source, mConversionBuffer, mWidth, mHeight)
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 323 input->mWidth, input->mHeight);
333 input->mWidth, input->mHeight);
585 CHECK(meta->findInt32(kKeyWidth, &mWidth));
590 mWidth = right - left + 1;
595 // (mWidth and mHeight are the _rotated_ source rectangle).
602 int tmp = mWidth;
603 mWidth = mHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 98 private final int mWidth;
203 mWidth = width - params.mHorizontalGap;
253 mWidth = Math.round(keyWidth - horizontalGap);
396 mWidth = key.mWidth;
430 key.mWidth,
457 && o.mWidth == mWidth
496 Constants.printableCode(mCode), label, mX, mY, mWidth, mHeight, mHintLabel,
768 return mWidth;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 588 private int mWidth;
628 mWidth = w;
761 Log.i(TAG, "initGl w:" + mWidth + " h:" + mHeight);
762 GLES20.glViewport(0, 0, mWidth, mHeight);
765 // max window is from (0,0) to (mWidth - 1, mHeight - 1)
766 float wMid = mWidth / 2f;
777 mTopWindow = new GlWindow(this, 0, 0, mWidth, mHeight);
780 mTopWindow.getSurface(), mWidth, mHeight, mNumWindows);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 114 private int mWidth = 0;
250 if (mWidth > 0 && mHeight > 0) {
251 mMediaRecorder.setVideoSize(mWidth, mHeight);
256 mMediaRecorder.setVideoSize(mWidth, mHeight);
306 boolean widthHeightSpecified = mWidth > 0 && mHeight > 0;
313 width = mWidth;
  /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;

Completed in 568 milliseconds

1 2 3 4 5 6 78 91011>>