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

<<11121314151617

  /external/libyuv/files/include/libyuv/
convert.h 212 // Convert camera sample to I420 with cropping, rotation and vertical flip.
217 // If rotation of 90 or 270 is used, stride is affected. The caller should
218 // allocate the I420 buffer according to rotation.
222 // If rotation of 90 or 270 is used, stride is affected.
230 // Cropping parameters are pre-rotation.
231 // "rotation" can be 0, 90, 180 or 270.
242 RotationMode rotation,
  /frameworks/base/core/java/android/view/
Display.java 392 * The size is adjusted based on the current rotation of the display.
431 * each rotation. For example, the status bar is always at the top of the
437 * stable UI through rotation. The sizes here take into account all standard
515 * Returns the rotation of the screen from its "natural" orientation.
517 * (no rotation), {@link Surface#ROTATION_90 Surface.ROTATION_90},
524 * the direction it was turned. The angle is the rotation of the drawn
526 * rotation of the device. For example, if the device is rotated 90
534 return mDisplayInfo.rotation;
572 * The size is adjusted based on the current rotation of the display.
594 * The size is adjusted based on the current rotation of the display
    [all...]
  /frameworks/base/services/java/com/android/server/display/
LocalDisplayAdapter.java 164 // For demonstration purposes, allow rotation of the external display.
167 mInfo.rotation = Surface.ROTATION_270;
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 131 public void onRotationChangedLocked(DisplayContent displayContent, int rotation) {
133 Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation)
286 // If this message is pending we are in a rotation animation and do not want
424 // the user does not see strange artifacts during rotation. The screenshot
425 // used for rotation has already the border. After the rotation is complete
738 final int rotation = message.arg1; local
740 mCallbacks.onRotationChanged(rotation);
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */
236 /* Target configuration bits, defines rotation + mirroring.
237 * Mirror is applied prior to rotation if enabled. */
241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */
242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */
243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */
244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */
280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */
281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */
282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */
380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */
236 /* Target configuration bits, defines rotation + mirroring.
237 * Mirror is applied prior to rotation if enabled. */
241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */
242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */
243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */
244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */
280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */
281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */
282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */
380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */
236 /* Target configuration bits, defines rotation + mirroring.
237 * Mirror is applied prior to rotation if enabled. */
241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */
242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */
243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */
244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */
280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */
281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */
282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */
380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 151 unsigned long rotation; member in struct:msm_venc_rotation
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 181 drawContent(canvas, content, width, height, entry.rotation);
AlbumSlotRenderer.java 120 drawContent(canvas, content, width, height, entry.rotation);
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 245 int rotation)
608 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 1070 int rotation = m_parent->getJpegRotation(); local
    [all...]
QCamera2HWI.cpp 3210 int rotation = mParameters.getJpegRotation(); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 1070 int rotation = m_parent->getJpegRotation(); local
    [all...]
QCamera2HWI.cpp 3210 int rotation = mParameters.getJpegRotation(); local
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 139 int8_t (*LINK_jpeg_encoder_setRotation)(uint32_t rotation);
2605 int rotation = mParameters.getInt("rotation"); local
4565 int rotation = mParameters.getInt("rotation"); local
5957 int rotation = mParameters.getInt("rotation"); local
7069 int rotation = (mRotation + sensor_rotation)%360; local
8862 int rotation = params.getInt(QCameraParameters::KEY_ROTATION); local
    [all...]
QCameraHWI_Still.cpp 771 int rotation = 0; local
808 /* Set the JPEG Rotation here since get_buffer_offset needs
809 * the value of rotation.*/
812 rotation = mHalCamCtrl->getJpegRotation();
814 rotation = 0;
815 if(rotation != dim->rotation) {
816 dim->rotation = rotation;
829 ALOGV("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d"
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 702 int rotation = 0; local
739 /* Set the JPEG Rotation here since get_buffer_offset needs
740 * the value of rotation.*/
743 rotation = mHalCamCtrl->getJpegRotation();
745 rotation = 0;
746 if(rotation != dim->rotation) {
747 dim->rotation = rotation;
760 LOGE("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 344 int rotation = getWindowManager().getDefaultDisplay().getRotation(); local
346 switch (rotation) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 651 int rotation = getWindowManager().getDefaultDisplay().getRotation(); local
653 switch (rotation) {
  /device/asus/flo/camera/
QCamera_Intf.h 283 int rotation; member in struct:__anon1847
316 int rotation; /* input */ member in struct:__anon1851
  /external/chromium_org/ash/wm/
window_animations.cc 59 // TODO(sky): if we end up sticking with 0, nuke the code doing the rotation.
98 scoped_ptr<ui::InterpolatedTransform> rotation(
104 rotation.release()));
  /frameworks/native/include/ui/
mat4.h 296 tmat44<T> rotation; local
297 T* r = const_cast<T*>(rotation.asArray());
  /hardware/qcom/camera/
QCamera_Intf.h 283 int rotation; member in struct:__anon33284
316 int rotation; /* input */ member in struct:__anon33288
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaUI.java 440 // Rotation needed to display image correctly clockwise
444 // Rotation needed to display image correctly on current display
445 int rotation = (cameraOrientation - displayRotation + 360) % 360; local
446 if (rotation >= 180) {

Completed in 803 milliseconds

<<11121314151617