Searched refs:mHeight (Results 26 - 50 of 87) sorted by relevance

1234

/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.cpp326 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);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java74 private int mHeight = 0; field in class:RgbPlayerActivity.RgbView
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--) {
H A DVideoDumpView.java337 private int mHeight = 0; field in class:VideoDumpView.VideoDumpRenderer
434 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
472 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height);
474 mStartY = video_height / mHeight / 2 * mHeight;
477 + "size " + mWidth + "x" + mHeight);
479 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
492 prop.setProperty("height", Integer.toString(mHeight));
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java44 int mWidth, mHeight; field in class:ScreenRotationAnimation
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);
/frameworks/base/include/media/stagefright/
H A DYUVImage.h71 int32_t height() const {return mHeight;}
121 int32_t mHeight; member in class:android::YUVImage
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
H A DVideoSourceDownSampler.h63 int32_t mHeight; member in class:android::VideoSourceDownSampler
86 // Downsamples the frame in sourceBuffer to size (mWidth x mHeight). A new
/frameworks/base/libs/rs/driver/
H A DrsdFrameBufferObj.cpp31 mHeight = 0;
138 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp70 mHeight(288),
74 mCropBottom(mHeight - 1),
121 def.format.video.nFrameHeight = mHeight;
149 def.format.video.nFrameHeight = mHeight;
371 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
462 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
508 if (buf_width != mWidth || buf_height != mHeight) {
510 mHeight = buf_height;
522 mHandle, vol_data, &vol_size, 1, mWidth, mHeight,
575 def->format.video.nFrameHeight = mHeight;
[all...]
H A DSoftMPEG4.h64 int32_t mWidth, mHeight; member in struct:android::SoftMPEG4
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp68 mHeight(240),
69 mPictureSize(mWidth * mHeight * 3 / 2),
73 mCropHeight(mHeight),
121 def.format.video.nFrameHeight = mHeight;
146 def.format.video.nFrameHeight = mHeight;
412 if (mWidth != info->picWidth || mHeight != info->picHeight) {
414 mHeight = info->picHeight;
415 mPictureSize = mWidth * mHeight * 3 / 2;
417 mCropHeight = mHeight;
540 def->format.video.nFrameHeight = mHeight;
[all...]
H A DSoftAVC.h68 uint32_t mWidth, mHeight, mPictureSize; member in struct:android::SoftAVC
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java60 mHeight = height;
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp49 mHeight(240),
79 def.format.video.nFrameHeight = mHeight;
104 def.format.video.nFrameHeight = mHeight;
272 if (width != mWidth || height != mHeight) {
274 mHeight = height;
360 def->format.video.nFrameHeight = mHeight;
366 def->format.video.nFrameHeight = mHeight;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java107 private final int mHeight; field in class:WallpaperManager.FastBitmapDrawable
115 mHeight = bitmap.getHeight();
117 setBounds(0, 0, mWidth, mHeight);
136 mDrawTop = top + (bottom-top - mHeight) / 2;
166 return mHeight;
176 return mHeight;
/frameworks/base/media/libstagefright/colorconversion/
H A DColorConverter.cpp64 mHeight(height),
212 (const uint8_t *)src_y + src.mWidth * src.mHeight
216 src_u + (src.mWidth / 2) * (src.mHeight / 2);
307 (const uint8_t *)src_y + src.mWidth * src.mHeight
378 (const uint8_t *)src_y + src.mWidth * src.mHeight
446 (const uint8_t *)src_y + src.mWidth * (src.mHeight - src.mCropTop / 2);
/frameworks/base/media/libstagefright/yuv/
H A DYUVImage.cpp29 mHeight = height;
42 mHeight = height;
63 int32_t numberOfPixels = mWidth * mHeight;
160 y >= 0 && y < mHeight);
392 fprintf(fp, "%d %d\n", mWidth, mHeight);
394 for (int32_t y = 0; y < mHeight; ++y) {
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp324 input->mWidth, input->mHeight);
334 input->mWidth, input->mHeight);
590 CHECK(meta->findInt32(kKeyHeight, &mHeight));
595 mHeight = bottom - top + 1;
599 // (mWidth and mHeight are the _rotated_ source rectangle).
607 mWidth = mHeight;
608 mHeight = tmp;
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java140 int mHeight = -1; field in class:WallpaperManagerService
397 if (width != mWidth || height != mHeight) {
399 mHeight = height;
423 return mHeight;
433 outParams.putInt("height", mHeight);
670 mWidth, mHeight);
718 out.attribute(null, "height", Integer.toString(mHeight));
761 mHeight = Integer.parseInt(parser.getAttributeValue(null, "height"));
774 Slog.v(TAG, "mHeight:" + mHeight);
[all...]
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h90 int mHeight; member in class:android::BootAnimation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java53 int mHeight = 0; field in class:NotificationRowLayout
377 if (h != mHeight) {
378 mHeight = h;
384 return mHeight;
/frameworks/base/cmds/stagefright/
H A Drecordvideo.cpp55 mHeight(height),
67 meta->setInt32(kKeyHeight, mHeight);
117 int mWidth, mHeight; member in class:DummySource
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java119 mHeight = height;
133 public int getHeight() { return mHeight; }
142 private int mHeight; field in class:ETC1Util.ETC1Texture
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaVideoItem.java40 private final int mHeight; field in class:MediaVideoItem
169 mHeight = properties.height;
446 return mHeight;
461 return mHeight;
512 mFilename,timeMs,mWidth,mHeight);

Completed in 3910 milliseconds

1234