/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 393 private int mWidth; 442 mWidth = width; 450 mWidth = width; 489 if (GifTranscoder.canBeTranscoded(mWidth, mHeight)) { 565 if (mWidth == MessagingContentProvider.UNSPECIFIED_SIZE || 576 mWidth = mOptions.outWidth; 610 int imageWidth = mWidth; 637 mWidth, mHeight)); 649 imageWidth = mWidth / sampleSize; [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 119 private int mWidth; 430 mWidth = right - left; 432 mLongSide = (int) (mImageRatio * Math.max(mWidth, mHeight)); 433 mShortSide = (int) (mImageRatio * Math.min(mWidth, mHeight)); 435 boolean isLandscape = mWidth > mHeight; 528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width); 722 float offset = (((float) mWidth + scale * (photoWidth - 2f * mInset)) / 2f); 773 final float[] o = { mWidth + mLongSide / 2f, 843 mWidth, mHeight); [all...] |
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureSurfaceView.java | 135 int mWidth; 256 GLES20.glViewport(0, 0, mWidth, mHeight); 266 mWidth = width;
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.cpp | 1020 mWidth(0), mHeight(0), mFormat(0), mSize(0), mUsage(0), 1058 mWidth = width; 1070 mWidth, mHeight, mFormatRequested, getStreamOps(), [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
MLand.java | 154 private int mWidth, mHeight; 234 public int getGameWidth() { return mWidth; } 335 float x = (mWidth - (N-1) * PARAMS.PLAYER_SIZE) / 2; 411 mWidth = getWidth(); 419 sun.setTranslationX(frand(w, mWidth-w)); 441 moon.setTranslationX(frand(w, mWidth - w)); 497 s.setTranslationX(frand(-lp.width, mWidth + lp.width)); 764 s1.setTranslationX(mWidth+inset); 778 p1.setTranslationX(mWidth); 799 s2.setTranslationX(mWidth+inset) [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
VideoProfile.java | 319 private final int mWidth; 357 mWidth = width; 421 return mWidth;
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
Filters.java | 305 private int mWidth; 351 mWidth = mInPixelsAllocation.getType().getX(); 355 tb.setX(mWidth);
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayer.cpp | 63 mWidth(0), 203 return mWidth; 390 mWidth = buffer->getWidth();
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1); 224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); 238 Mwidth = (unsigned short) ((Mwidth + 3) & ~3); 246 "(%d, %d) vs (%d, %d)", width, height, Mwidth, Mheight); 250 LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight); 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight); 254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight); 303 mosaicWidth = Mwidth; 311 if (Mwidth < width || Mheight < height) [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 148 final int mWidth; 153 mWidth = width; 163 out.writeInt(mWidth);
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/ |
PixelOutputRenderer.cpp | 75 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL);
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.h | 98 unsigned short Mwidth, Mheight;
|
/frameworks/av/include/media/stagefright/ |
MediaFilter.h | 119 int32_t mWidth, mHeight;
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 96 int mWidth;
|
/frameworks/base/libs/hwui/ |
PathCache.cpp | 448 entry.shape.roundRect.mWidth = width; 493 entry.shape.oval.mWidth = width; 516 entry.shape.rect.mWidth = width; 540 entry.shape.arc.mWidth = width;
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 281 height = videoFrame->mWidth; 284 width = videoFrame->mWidth; 308 videoFrame->mWidth, 313 if (videoFrame->mDisplayWidth != videoFrame->mWidth ||
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
AutoFixFilter.java | 151 private int mWidth = 0; 249 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 250 mWidth = inputFormat.getWidth(); 252 createHistogramFrame(context, mWidth, mHeight, input.getInts());
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
MediaSource.java | 102 private int mWidth, mHeight; 413 mOutputFormat.setDimensions(mWidth, mHeight); 415 mOutputFormat.setDimensions(mHeight, mWidth); 521 mWidth = width;
|
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayAdapter.java | 581 private final int mWidth; 596 mWidth = width; 631 mInfo.width = mWidth; 641 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
|
/hardware/intel/common/utils/ISV/include/ |
isv_profile.h | 132 uint32_t mWidth;
|
isv_worker.h | 162 uint32_t mWidth;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
RotationBufferProvider.cpp | 47 mWidth(0), 404 mWidth = payload->width; 615 mWidth = 0; 628 width == mWidth &&
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
RotationBufferProvider.cpp | 47 mWidth(0), 403 mWidth = payload->width; 601 mWidth = 0; 613 width == mWidth &&
|
/hardware/ti/omap4-aah/camera/inc/ |
ANativeWindowDisplayAdapter.h | 39 int mWidth;
|
/hardware/ti/omap4xxx/camera/inc/ |
ANativeWindowDisplayAdapter.h | 41 int mWidth;
|