HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 151 - 175 of 198) sorted by null

1 2 3 4 5 67 8

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 503 cap->mHeight = h;
508 CAMHAL_LOGVB("Prev: cap.mHeight = %d", (int)cap->mHeight);
516 cap->mHeight = h;
521 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight);
526 cap->mBufSize = cap->mStride * cap->mHeight;
530 ( cap->mHeight >= 1080 ) &&
537 ( cap->mHeight < 1080 ) ||
781 portCheck.format.video.nFrameHeight = portParams.mHeight;
    [all...]
OMXFocus.cpp 746 (size_t)mPreviewData->mHeight,
755 ( focusAreas[0]->tAlgoAreas[n].nTop* TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight;
759 ( focusAreas[0]->tAlgoAreas[n].nHeight * TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight;
OMXExif.cpp 363 exifTags->ulImageHeight = capData->mHeight;
560 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mHeight);
OMXAlgo.cpp     [all...]
OMXCapture.cpp 52 ( h != ( int ) cap->mHeight ) )
58 cap->mHeight = h;
63 CAMHAL_LOGVB("Image: cap.mHeight = %d", (int)cap->mHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 176 final Integer height = key.mHeight + key.mVerticalGap;
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 94 int DisplayHardware::getHeight() const { return mHeight; }
211 eglQuerySurface(display, surface, EGL_HEIGHT, &mHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 84 private int mHeight;
149 mHeight = height;
GLCanvasImpl.java 76 private int mHeight;
94 mHeight = height;
107 Matrix.translateM(matrix, 0, 0, mHeight, 0);
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 45 mHeight = 0;
177 return mHeight;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 145 int mHeight;
498 out.print(" mHeight="); out.print(mHeight);
553 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
565 mHeight = myHeight;
610 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 55 mWidth(width), mHeight(height), pData(data) {
68 int getHeight() const { return mHeight; }
71 int mHeight;
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 419 int mWidth = -1, mHeight = -1;
779 mHeight = height;
790 return mHeight;
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 756 int mHeight = 64;
773 while(tmp < mHeight) {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 99 mHeight = height;
163 proj.loadProjectionNormalized(mWidth, mHeight);
  /frameworks/base/core/java/android/widget/
PopupWindow.java 103 private int mHeight;
741 return mHeight;
756 mHeight = height;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 262 mHeight(0),
282 mHeight(frame.mHeight),
299 unsigned int mWidth, mHeight;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 112 keyHeights[i] = key.mHeight;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestHelper.java 72 final int y = key.mY + key.mHeight / 2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 668 private Integer mHeight;
682 + ", height=" + mHeight //$NON-NLS-1$
736 this.mHeight = height;
740 return mHeight;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 669 frame->mHeight,
692 frame->mHeight,
862 main_jpeg->in_height = frame->mHeight;
864 main_jpeg->out_height = frame->mHeight;
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 549 int mWidth, mHeight;
  /frameworks/base/libs/rs/
rsContext.cpp 467 mHeight = h;
469 if (mWidth && mHeight) {
584 LOGE(" RS width %i, height %i", mWidth, mHeight);

Completed in 331 milliseconds

1 2 3 4 5 67 8