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

<<1112131415161718

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 179 uint32_t mWidth, mHeight;
  /external/neven/
FaceDetector_jni.cpp 101 gFaceDetectorOffsets.width = _env->GetFieldID(_this, "mWidth", "I");
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 163 int mWidth;
  /frameworks/native/include/media/hardware/
HardwareAPI.h 177 size_t mWidth; // width of largest plane
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 751 frame->mWidth,
774 frame->mWidth,
    [all...]
ANativeWindowDisplayAdapter.cpp     [all...]
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp     [all...]
BufferSourceAdapter.cpp 884 frame->mOffset, x, y, x + frame->mWidth, y + frame->mHeight);
885 ret = mBufferSource->set_crop(mBufferSource, x, y, x + frame->mWidth, y + frame->mHeight);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 366 exifTags->ulImageWidth = capData->mWidth;
563 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth);
OMX3A.cpp     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 368 exifTags->ulImageWidth = capData->mWidth;
565 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth);
OMX3A.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 80 private int mWidth;
121 mWidth = width;
146 mWidth = width;
237 mWidth = width;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 131 private int mWidth;
292 mWidth = Math.max(width, mThumbMinWidth);
489 return mWidth;
    [all...]
PopupWindow.java 104 private int mWidth;
809 return mWidth;
824 mWidth = width;
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 69 int mWidth;
  /frameworks/wilhelm/src/
itfstruct.h 153 SLmillimeter mWidth;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 312 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth,
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 147 mWidth = width;
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 401 mWidth(0),
423 unsigned int mWidth, mHeight;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 528 } else if(mStreams[MM_CAMERA_SNAPSHOT_THUMBNAIL]->mWidth &&
585 main_buf_info->src_dim.width = main_stream->mWidth;
613 thumb_buf_info->src_dim.width = thumb_stream->mWidth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 110 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
146 #define WidthMMOfScreen(s) ((s)->mwidth)
273 int mwidth, mheight; /* width and height of in millimeters */ member in struct:__anon44770
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 110 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
146 #define WidthMMOfScreen(s) ((s)->mwidth)
273 int mwidth, mheight; /* width and height of in millimeters */ member in struct:__anon46506
    [all...]

Completed in 1211 milliseconds

<<1112131415161718