Searched refs:mHeight (Results 51 - 75 of 109) sorted by relevance

12345

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java125 private final int mHeight; field in class:WallpaperManager.FastBitmapDrawable
133 mHeight = bitmap.getHeight();
135 setBounds(0, 0, mWidth, mHeight);
154 mDrawTop = top + (bottom-top - mHeight) / 2;
184 return mHeight;
194 return mHeight;
/frameworks/base/libs/hwui/
H A DFontRenderer.h66 mTexture(texture), mTextureId(0), mWidth(width), mHeight(height),
80 uint16_t mHeight; member in class:android::uirenderer::CacheTexture
298 size += mCacheTextureSmall->mWidth * mCacheTextureSmall->mHeight;
301 size += mCacheTexture128->mWidth * mCacheTexture128->mHeight;
304 size += mCacheTexture256->mWidth * mCacheTexture256->mHeight;
307 size += mCacheTexture512->mWidth * mCacheTexture512->mHeight;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
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/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h148 int mHeight; member in class:android::SurfaceMediaSource
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h92 int mHeight; member in class:android::BootAnimation
H A DBootAnimation.cpp264 mHeight = h;
331 const GLint yc = (mHeight - mAndroid[0].h) / 2;
334 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
487 const int yc = ((mHeight - animation.height) / 2);
491 Region clearReg(Rect(mWidth, mHeight));
528 glScissor(r.left, mHeight - r.bottom,
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java61 mHeight = height;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java43 int mHeight; field in class:TestAppRS
99 mHeight = height;
105 mSceneManager.initRS(mRS, mRes, mWidth, mHeight);
110 FullscreenBlur.createRenderTargets(mRS, mWidth, mHeight);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp55 mHeight(height),
67 meta->setInt32(kKeyHeight, mHeight);
117 int mWidth, mHeight; member in class:DummySource
H A Drecord.cpp47 mHeight(height),
61 meta->setInt32(kKeyHeight, mHeight);
108 int mWidth, mHeight;
/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/wilhelm/src/itf/
H A DI3DMacroscopic.c35 thiz->mSize.mHeight = height;
56 SLmillimeter height = thiz->mSize.mHeight;
216 thiz->mSize.mHeight = 0;
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp233 frame->mHeight = crop_bottom - crop_top + 1;
235 frame->mDisplayHeight = frame->mHeight;
236 frame->mSize = frame->mWidth * frame->mHeight * 2;
261 frame->mHeight,
262 0, 0, frame->mWidth - 1, frame->mHeight - 1);
H A DSurfaceMediaSource.cpp40 mHeight(bufferHeight),
171 meta->setInt32(kKeyHeight, mHeight);
177 meta->setInt32(kKeySliceHeight, mHeight);
/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);
H A DMediaImageItem.java65 private final int mHeight; field in class:MediaImageItem
129 mHeight = dbo.outHeight;
135 mAspectRatio = mMANativeHelper.getAspectRatio(mWidth, mHeight);
157 if (mWidth > maxResolution.first || mHeight > maxResolution.second) {
176 mScaledHeight = (mHeight >> 1) << 1;
259 return mHeight;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp64 mHeight(height),
216 (const uint8_t *)src_y + src.mWidth * src.mHeight
220 src_u + (src.mWidth / 2) * (src.mHeight / 2);
310 (const uint8_t *)src_y + src.mWidth * src.mHeight
384 (const uint8_t *)src_y + src.mWidth * src.mHeight
455 (const uint8_t *)src_y + src.mWidth * (src.mHeight - src.mCropTop / 2);
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.h169 int mWidth, mHeight; member in class:android::RenderInput
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp251 width = videoFrame->mHeight;
256 height = videoFrame->mHeight;
273 videoFrame->mHeight,
278 videoFrame->mDisplayHeight != videoFrame->mHeight) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java103 private int mWidth, mHeight; field in class:MediaSource
414 mOutputFormat.setDimensions(mWidth, mHeight);
416 mOutputFormat.setDimensions(mHeight, mWidth);
519 mHeight = height;
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp195 frameCopy->mHeight = frame->mHeight;
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java48 int mWidth, mHeight; field in class:ScreenRotationAnimation
129 pw.print(" mHeight="); pw.println(mHeight);
196 mHeight = originalWidth;
199 mHeight = originalHeight;
215 mSurface = new SurfaceTrace(session, 0, "FreezeSurface", -1, mWidth, mHeight,
218 mSurface = new Surface(session, 0, "FreezeSurface", -1, mWidth, mHeight,
267 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
307 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java36 int mHeight; field in class:SceneGraphRS
46 mHeight = height;

Completed in 779 milliseconds

12345