HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 251 - 275 of 327) sorted by null

<<11121314

  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 322 mWidth(0), mHeight(0), mFormat(0)
346 mHeight = height;
356 mWidth, mHeight, mFormat, getStreamOps(),
390 mWidth, mHeight, mFormat);
394 __FUNCTION__, mWidth, mHeight, mFormat, mId);
camera2_utils.h 196 uint32_t mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 62 private volatile int mHeight = 0;
138 mHeight = 0;
448 bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
464 || bitmap.getHeight() != mHeight) {
466 mHeight = bitmap.getHeight();
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 65 private int mHeight;
86 " mHeight: " + mHeight);
197 mHeight = opt.outHeight;
230 return mHeight;
246 byte[] data = getResizedImageData(mWidth, mHeight,
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]
EdgeEffect.java 79 private int mHeight;
162 mHeight = height;
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 136 int mHeight;
256 GLES20.glViewport(0, 0, mWidth, mHeight);
267 mHeight = height;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 969 mWidth(0), mHeight(0), mFormat(0), mSize(0), mUsage(0),
1008 mHeight = height;
1019 mWidth, mHeight, mFormatRequested, getStreamOps(),
1076 __FUNCTION__, mWidth, mHeight, mSize, mId);
1081 mWidth, mHeight, mFormat);
1085 __FUNCTION__, mWidth, mHeight, mFormat, mId);
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 152 mScript.set_gHeight(mHeight);
235 blades.yPos = mHeight;
324 proj.loadOrthoWindow(mWidth, mHeight);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 147 final int mHeight;
154 mHeight = height;
162 out.writeInt(mHeight);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h 174 int mWidth, mHeight, mFormat;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Renderbuffer.h 150 GLsizei mHeight;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image11.cpp 129 mHeight != height ||
136 mHeight = height;
386 if (mWidth != 0 && mHeight != 0)
389 GLsizei height = mHeight;
  /frameworks/base/core/java/android/view/
SurfaceView.java 161 int mHeight = -1;
440 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
458 mHeight = myHeight;
510 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.cpp 269 mHeight = 0;
316 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
318 mPrevHeight = mHeight;
529 if (mClipToBounds && renderer.quickRejectNoScissor(0, 0, mWidth, mHeight)) {
PathCache.cpp 513 entry.shape.roundRect.mHeight = height;
558 entry.shape.oval.mHeight = height;
581 entry.shape.rect.mHeight = height;
605 entry.shape.arc.mHeight = height;
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 655 private final int mHeight;
669 mHeight = height;
702 mInfo.height = mHeight;
708 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 174 int mWidth, mHeight, mFormat;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 499 cap->mHeight = h;
504 CAMHAL_LOGVB("Prev: cap.mHeight = %d", (int)cap->mHeight);
512 cap->mHeight = h;
517 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight);
522 cap->mBufSize = cap->mStride * cap->mHeight;
526 ( cap->mHeight >= 1080 ) &&
533 ( cap->mHeight < 1080 ) ||
795 portCheck.format.video.nFrameHeight = portParams.mHeight;
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 47 int mHeight;
61 mHeight = height;