/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 732 mFocusAreas.itemAt(n)->transfrom((size_t)mPreviewData->mWidth, 740 ( focusAreas[0]->tAlgoAreas[n].nLeft * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth; 744 ( focusAreas[0]->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
|
OMXCameraAdapter.cpp | 498 cap->mWidth = w; 503 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth); 511 cap->mWidth = w; 516 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth); 525 if ( ( cap->mWidth >= 1920 ) && 532 else if ( ( ( cap->mWidth < 1920 ) || 794 portCheck.format.video.nFrameWidth = portParams.mWidth; 816 portCheck.format.image.nFrameWidth = portParams.mWidth; [all...] |
/packages/apps/Camera/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...] |
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 151 private final int mWidth; 159 mWidth = bitmap.getWidth(); 162 setBounds(0, 0, mWidth, mHeight); 180 mDrawLeft = left + (right-left - mWidth) / 2; 206 return mWidth; 216 return mWidth; [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 153 int mWidth; 545 out.print(prefix); out.print("mWidth="); out.print(mWidth); 607 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; 620 mWidth = myWidth; 697 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | 185 int mWidth; 364 mWidth = -1; [all...] |
SurfaceView.java | 161 int mWidth = -1; 447 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; 464 mWidth = myWidth; 517 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXReprocess.cpp | 75 if ( (w != (int)portData->mWidth) || (h != (int)portData->mHeight) || 77 portData->mWidth = w;
|
OMXCameraAdapter.cpp | 621 cap->mWidth = w; 626 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth); 634 cap->mWidth = w; 639 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth); 648 if ( ( cap->mWidth >= 1920 ) && 655 else if ( ( ( cap->mWidth < 1920 ) || [all...] |
OMXAlgo.cpp | 352 mTouchAreas.itemAt(0)->transfrom((size_t)mPreviewData->mWidth/widthDivisor, [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraMem.h | 174 int mWidth, mHeight, mFormat;
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Channel.h | 165 uint32_t mWidth, mHeight;
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraMem.h | 174 int mWidth, mHeight, mFormat;
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
QCameraStream.h | 61 uint32_t mWidth;
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraStream.h | 87 uint32_t mWidth;
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.h | 228 int mWidth, mHeight, mFormat, mStride, mScanline;
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.h | 159 int32_t mWidth;
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 279 mWidth = w; 344 const GLint xc = (mWidth - mAndroid[0].w) / 2; 576 const int xc = (mWidth - animation.width) / 2; 581 Region clearReg(Rect(mWidth, mHeight));
|
/frameworks/base/media/java/android/media/ |
ImageReader.java | 106 mWidth = width; 142 return mWidth; 516 private final int mWidth; 580 return ImageReader.this.mWidth;
|
/frameworks/rs/ |
rsContext.cpp | 651 mWidth = w; 654 if (mWidth && mHeight) { 669 return mWidth; 803 ALOGE(" RS width %i, height %i", mWidth, mHeight);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
MaterialProgressDrawable.java | 108 private double mWidth; 129 mWidth = progressCircleWidth * screenDensity; 135 ring.setInsets((int) mWidth, (int) mHeight); 215 return (int) mWidth;
|
/hardware/intel/img/hwcomposer/ips/tangier/ |
TngGrallocBufferMapper.cpp | 197 ret = psbWsbmCreateFromUB(wsbmBufferObject, mWidth * mHeight, mCpuAddress[0]);
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 195 uint32_t mWidth;
|
/cts/tests/tests/media/src/android/media/cts/ |
ExtractDecodeEditEncodeMuxTest.java | 101 private int mWidth = -1; 210 mWidth = width; 235 assertTrue("should have called setSize() first", mWidth != -1); 240 sb.append(mWidth); 299 MediaFormat.createVideoFormat(OUTPUT_VIDEO_MIME_TYPE, mWidth, mHeight); [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 410 uint32_t mWidth; 423 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride), 431 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; 497 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK || 543 uint32_t mWidth; 556 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride), 563 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; 573 && mRowStride == mWidth * mBytesPerSample * mSamplesPerPixel) { 586 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK || [all...] |