HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 51 - 75 of 198) sorted by null

1 23 4 5 6 7 8

  /frameworks/media/libvideoeditor/lvpp/
PreviewRenderer.cpp 47 mHeight(height) {
69 anw, mWidth, mHeight, HAL_PIXEL_FORMAT_YV12);
109 Rect bounds(mWidth, mHeight);
PreviewRenderer.h 57 size_t mWidth, mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BasicTexture.java 41 protected int mHeight = UNSPECIFIED;
78 mHeight = height;
92 return mHeight;
CanvasTexture.java 38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig);
SlideshowView.java 125 private final int mHeight;
132 mHeight = height;
135 MOVE_SPEED * mHeight * (random.nextFloat() - 0.5f));
145 viewWidth / mWidth, (float) viewHeight / mHeight));
  /system/media/mca/filterpacks/imageproc/java/
BitmapOverlayFilter.java 50 private int mHeight = 0;
117 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
119 mHeight = inputFormat.getHeight();
RedEyeFilter.java 61 private int mHeight = 0;
140 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
142 mHeight = inputFormat.getHeight();
177 int bitmapHeight = mHeight / 2;
  /frameworks/base/include/media/stagefright/
VideoSourceDownSampler.h 63 int32_t mHeight;
86 // Downsamples the frame in sourceBuffer to size (mWidth x mHeight). A new
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 64 int32_t mWidth, mHeight;
  /frameworks/base/media/libstagefright/include/
M4vH263Decoder.h 48 int32_t mWidth, mHeight;
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h 88 return Rect(mWidth, mHeight);
109 int mHeight;
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 43 CHECK(meta->findInt32(kKeyHeight, &mHeight));
50 mCropBottom = mHeight - 1;
155 mWidth, mHeight,
162 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight;
163 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
195 (const uint8_t *)data + mWidth * (mHeight - mCropTop / 2);
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderService.java 60 private int mHeight;
202 mWidth, mHeight,
254 mHeight = size1 < size2 ? size1 : size2;
258 mHeight = size1 < size2 ? size2 : size1;
261 mWidth = mHeight = size1;
298 DrawableParams params = new DrawableParams(drawableResourceValue, this, mWidth, mHeight,
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfect.java 59 private int mHeight;
137 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2;
143 e.y = Math.min(e.y, mHeight - 1);
162 if (mCrosshairLocation.y != mHeight - 1) {
201 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2;
206 mCanvas.getSize().y / 2 + mHeight / 2
275 + mCrosshairLocation.x, topOffset + mHeight - 1);
294 mHeight = mImage.getBounds().height;
297 mHeight = 0;
299 setMinSize(mWidth, mHeight);
    [all...]
PixelPerfectLoupe.java 56 private int mHeight;
155 if (x >= 0 && x < mWidth && y >= 0 && y < mHeight) {
179 if (mCrosshairLocation.y != mHeight - 1) {
225 e.gc.drawImage(mOverlayImage, 0, mHeight - mOverlayImage.getBounds().height);
263 e.gc.setClipping(new Rectangle(zoomedX, zoomedY, mWidth * mZoom + 1, mHeight
290 mHeight = mImage.getBounds().height;
293 mHeight = 0;
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp 326 mHeight = height;
356 mTmpRgb16Buffer = new uint16_t[mWidth * mHeight];
359 convert_rgb16_to_yuv420((uint8_t*)mTmpRgb16Buffer, buffer, mWidth, mHeight);
367 square_ystop = min(mHeight, y+size);
369 shadow_ystop = min(mHeight, y+size+(size/4));
402 for(int y=0;y<mHeight;y++) {
427 snprintf(buffer, 255, " width x height (%d x %d), counter (%d), check x-y coordinate(%d, %d)\n", mWidth, mHeight, mCounter, mCheckX, mCheckY);
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 134 protected int mHeight = DEFAULT_HEIGHT;
218 mHeight = params.get(VIEW_PARAMS_HEIGHT);
219 if (mHeight < MIN_HEIGHT) {
220 mHeight = MIN_HEIGHT;
410 r.bottom = mHeight - 1;
426 int y = ((mHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2) - DAY_SEPARATOR_WIDTH;
472 r.bottom = mHeight - 1;
485 canvas.drawLine(x, 0, x, mHeight, p);
516 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 64 private int mHeight;
139 mHeight = getHeight();
141 mUpperBound = Math.min(y - touchSlop, mHeight / 3);
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
195 if (y >= mHeight / 3) {
196 mUpperBound = mHeight / 3;
198 if (y <= mHeight * 2 / 3) {
199 mLowerBound = mHeight * 2 / 3;
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 132 proj.loadProjectionNormalized(mWidth, mHeight);
157 final int width = mWidth > mHeight ? mHeight : mWidth;
158 final int height = mWidth > mHeight ? mWidth : mHeight;
218 mWorldState.height = mHeight;
226 mWorldState.rotate = mWidth > mHeight ? 1 : 0;
300 proj.loadProjectionNormalized(mWidth, mHeight);
377 int dropY = (int) ((y / mHeight) * mMeshHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 70 private float mHeight;
95 mHeight = h;
96 if (mWidth < mHeight) {
129 if (mWidth < mHeight) {
149 float h0 = mHeight * 0.333333f;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 74 private int mHeight = 0;
122 mHeight = Integer.parseInt(prop.getProperty("height"));
130 mBytesPerImage = mHeight * mBytesPerLine;
132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
194 for (int i = mHeight - 1; i >= 0; i--) {
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoProgressBar.java 42 private float mHeight;
99 mHeight = h;
100 mDrawBounds.set(0, 0, mWidth, mHeight);
  /system/media/mca/filterpacks/videosrc/java/
SurfaceTextureSource.java 91 private int mHeight;
159 mOutputFormat = ImageFormat.create(mWidth, mHeight,
254 mOutputFormat.setDimensions(mWidth, mHeight);
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 44 int mWidth, mHeight;
72 mHeight = originalWidth;
75 mHeight = originalHeight;
91 -1, mWidth, mHeight, PixelFormat.OPAQUE, Surface.FX_SURFACE_SCREENSHOT | Surface.HIDDEN);
137 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
177 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 72 private int mHeight;
104 mHeight = uriImage.getHeight();
117 mHeight = uriImage.getHeight();
120 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
141 return mHeight;
175 int outHeight = mHeight;

Completed in 1141 milliseconds

1 23 4 5 6 7 8