Searched refs:rotation (Results 26 - 50 of 52) sorted by relevance

123

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h122 int rotation; member in struct:android::ExynosCameraInfo
667 //! Sets the rotation angle in degrees relative to the orientation of the camera.
668 bool setRotation(int rotation);
670 //! Gets the rotation angle in degrees relative to the orientation of the camera.
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.h326 int rotation; member in struct:_PsbPortPrivRec
H A Dpsb_drv_video.h290 /*output rotation info*/
295 int mipi0_rotation; /* window manager rotation */
296 int mipi1_rotation; /* window manager rotation */
297 int hdmi_rotation; /* window manager rotation */
300 int rotation_dirty; /*flag for recaculate final rotation*/
461 int surface_rotate; /*rotation degree of current rotation surface*/
462 int metadata_rotate; /*rotation degree of meta data*/
526 struct psb_surface_s *out_loop_surface; /* Alternative output surface for rotation */
737 inline static int Rotation2Angle(int rotation) argument
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h220 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/msm8226/libcopybit/
H A Dc2d2.h220 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/msm8960/libcopybit/
H A Dc2d2.h220 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/
H A Dc2d2.h220 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/
H A Dvideo_encoder_device_v4l2.h162 unsigned long rotation; member in struct:msm_venc_rotation
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h221 __u8 rotation; member in struct:dss2_ovl_cfg
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c245 int rotation)
613 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
1141 int rotation,
1156 int new_rotation = rotation % 360;
1159 ALOGE("%s::rotation(%d) cannot be acceptable fail", __func__, rotation);
1166 gsc_handle->dst.rotation = new_rotation;
1808 gsc_handle->dst.rotation) == false) {
240 m_exynos_gsc_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
1139 exynos_gsc_set_rotation( void *handle, int rotation, int flip_horizontal, int flip_vertical) argument
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp78 int rotation = 0; variable
2120 rotation = cameraInfo.orientation;
2122 rotation = cameraInfo.orientation;
2193 params.set(CameraParameters::KEY_ROTATION, rotation);
2593 snprintf(area1[j++], MAX_SYMBOLS, "3. Picture Rotation: %3d degree", rotation );
2750 rotation += 90;
2751 rotation %= 360;
2752 params.set(CameraParameters::KEY_ROTATION, rotation);
/hardware/intel/img/libdrm/shared-core/
H A Di915_drm.h102 int rotation; /* 0, 90, 180 or 270 */ member in struct:drm_i915_sarea
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h399 unsigned long rotation; member in struct:venc_rotation
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h150 /*Different allowed rotation modes.*/
595 unsigned long rotation; member in struct:venc_rotation
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h426 unsigned long rotation; member in struct:venc_rotation
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h152 /*Different allowed rotation modes.*/
649 unsigned long rotation; member in struct:venc_rotation
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h429 unsigned long rotation; member in struct:venc_rotation
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h154 /*Different allowed rotation modes.*/
651 unsigned long rotation; member in struct:venc_rotation
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp157 rotation = 0;
289 rotation = 0;
406 rotation = 0;
521 rotation = 0;
3178 bool ExynosCamera::setRotation(int rotation) argument
3180 if (rotation < 0) {
3181 ALOGE("ERR(%s):Invalid rotation (%d)", __func__, rotation);
3184 m_curCameraInfo->rotation = rotation;
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c907 Rotation rotation = RR_Rotate_0; local
958 ret = psb_xrandr_local_crtc_coordinate(&local_device, &primary_crtc_x, &primary_crtc_y, &pPriv->display_width, &pPriv->display_height, &rotation);
980 &pPriv->extend_display_width, &pPriv->extend_display_height, &extend_location, &rotation);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp284 OMX_CONFIG_ROTATIONTYPE rotation; member in union:DynamicConfigData
1379 else if (!strcmp(config, "rotation"))
1382 dynamic_config.config_data.rotation.nPortIndex = PORT_INDEX_OUT;
1383 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp315 OMX_CONFIG_ROTATIONTYPE rotation; member in union:DynamicConfigData
1387 } else if (!strcmp(config, "rotation")) {
1389 dynamic_config.config_data.rotation.nPortIndex = PORT_INDEX_OUT;
1390 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h228 //Use rotator for 0 rotation. It is used anyway for others.
232 //then rotator will be used even if its 0 rotation case.
420 * rotation is 90, 180 etc
422 int getMdpOrient(eTransform rotation);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h197 //Use rotator for 0 rotation. It is used anyway for others.
201 //then rotator will be used even if its 0 rotation case.
389 * rotation is 90, 180 etc
391 int getMdpOrient(eTransform rotation);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h224 //Use rotator for 0 rotation. It is used anyway for others.
228 //then rotator will be used even if its 0 rotation case.
412 * rotation is 90, 180 etc
414 int getMdpOrient(eTransform rotation);

Completed in 1027 milliseconds

123