HomeSort by relevance Sort by last modified time
    Searched full:mwidth (Results 301 - 325 of 427) sorted by null

<<1112131415161718

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 96 int mWidth;
  /frameworks/base/libs/hwui/
PathCache.cpp 507 entry.shape.roundRect.mWidth = width;
552 entry.shape.oval.mWidth = width;
575 entry.shape.rect.mWidth = width;
599 entry.shape.arc.mWidth = width;
StatefulBaseRenderer.cpp 30 , mWidth(-1)
48 mWidth = width;
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 264 height = videoFrame->mWidth;
267 width = videoFrame->mWidth;
291 videoFrame->mWidth,
296 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 578 private final int mWidth;
592 mWidth = width;
625 mInfo.width = mWidth;
633 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 47 mWidth(0),
404 mWidth = payload->width;
603 mWidth = 0;
615 width == mWidth &&
  /hardware/ti/omap4-aah/camera/inc/
ANativeWindowDisplayAdapter.h 39 int mWidth;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 41 int mWidth;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 98 unsigned short Mwidth, Mheight;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 98 unsigned short Mwidth, Mheight;
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 434 private final int mWidth;
438 mWidth = width;
444 return mWidth;
454 return mWidth;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 67 private int mWidth;
108 mWidth = width;
113 return mWidth;
142 return Objects.hashCode(mWidth, mViewMode, mGadgetMode, mShowFolders, mShowReplyState,
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 209 frameCopy->mWidth = frame->mWidth;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 46 int mWidth;
60 mWidth = width;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 78 mWidth = width;
103 proj.loadProjectionNormalized(mWidth, mHeight);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 229 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl;
251 (mWidth * mHeight - (underexposed + overexposed));
384 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl;
431 if (availableProcessedSizes.data.i32[i] == mWidth &&
438 "available sizes: " << mWidth << ", " << mHeight;
666 int numValidPixels = mWidth * mHeight - (underexposed + overexposed);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 52 if ( ( w != ( int ) cap->mWidth ) ||
58 cap->mWidth = w;
63 CAMHAL_LOGVB("Image: cap.mWidth = %d", (int)cap->mWidth);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 64 private int mWidth;
85 Log.v(TAG, "UriImage uri: " + uri + " mPath: " + mPath + " mWidth: " + mWidth +
196 mWidth = opt.outWidth;
226 return mWidth;
246 byte[] data = getResizedImageData(mWidth, mHeight,
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 59 if ( ( w != ( int ) cap->mWidth ) ||
65 cap->mWidth = w;
70 CAMHAL_LOGVB("Image: cap.mWidth = %d", (int)cap->mWidth);
349 cap->mWidth = params.getInt(TICameraParameters::RAW_WIDTH);
386 frame.mWidth = imgCaptureData->mWidth;
390 frame.mWidth, frame.mHeight, frame.mAlignment, frame.mLength);
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 211 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
219 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
230 Mwidth = (unsigned short) ((Mwidth + 3) & ~3);
239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
290 mosaicWidth = Mwidth;
298 if (Mwidth < width || Mheight < height) {
302 if ((Mwidth * Mheight) > (width * height * sizeMultiplier)) {
310 int shortSide = min(Mwidth, Mheight);
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 122 * mWidth is the infobar width.
129 private int mWidth;
340 mWidth = Math.max(MeasureSpec.getSize(widthMeasureSpec), mMinWidth);
344 setMeasuredDimension(mWidth, resolveSize(mBottom, heightMeasureSpec));
462 mEnd = mWidth - mMargin;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 41 mWidth(bufferWidth),
238 meta->setInt32(kKeyWidth, mWidth);
244 meta->setInt32(kKeyStride, mWidth);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 75 private int mWidth, mHeight;
192 mWidth = width;
223 return mWidth;

Completed in 1922 milliseconds

<<1112131415161718