Searched defs:rotation (Results 1 - 25 of 50) sorted by relevance

12

/hardware/intel/img/psb_video/src/android/
H A Dpsb_android_glue.cpp159 int psb_android_surfaceflinger_rotate(void* native_window, int *rotation) argument
172 *rotation = 1;
175 *rotation = 2;
178 *rotation = 3;
181 *rotation = 0;
/hardware/intel/common/libva/va/
H A Dva_dec_jpeg.h75 /** \brief Set to VA_ROTATION_* for a single rotation angle reported by VAConfigAttribDecJPEG. */
76 unsigned int rotation; member in struct:_VAPictureParameterBufferJPEGBaseline
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp217 int getMdpOrient(eTransform rotation) { argument
223 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation);
224 if(rotation & OVERLAY_TRANSFORM_ROT_90) {
229 if(rotation & OVERLAY_TRANSFORM_FLIP_H) {
238 if(rotation & OVERLAY_TRANSFORM_FLIP_V) {
247 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans);
258 // Use-case: Video playback [with downscaling and rotation].
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp217 int getMdpOrient(eTransform rotation) { argument
223 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation);
224 if(rotation & OVERLAY_TRANSFORM_ROT_90) {
229 if(rotation & OVERLAY_TRANSFORM_FLIP_H) {
238 if(rotation & OVERLAY_TRANSFORM_FLIP_V) {
247 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp238 int getMdpOrient(eTransform rotation) { argument
244 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation);
245 if(rotation & OVERLAY_TRANSFORM_ROT_90) {
250 if(rotation & OVERLAY_TRANSFORM_FLIP_H) {
259 if(rotation & OVERLAY_TRANSFORM_FLIP_V) {
268 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1019 OMX_CONFIG_ROTATIONTYPE rotation; local
1031 OMX_INIT_STRUCT(rotation, OMX_CONFIG_ROTATIONTYPE);
1032 rotation.nRotation = degree;
1033 rotation.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
1037 &rotation);
1040 CAMHAL_LOGEB("Error while configuring rotation 0x%x", eError);
1099 CAMHAL_LOGEB("Error while configuring rotation 0x%x", eError);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp223 int getMdpOrient(eTransform rotation) { argument
229 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation);
230 if(rotation & OVERLAY_TRANSFORM_ROT_90) {
235 if(rotation & OVERLAY_TRANSFORM_FLIP_H) {
244 if(rotation & OVERLAY_TRANSFORM_FLIP_V) {
253 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans);
264 // Use-case: Video playback [with downscaling and rotation].
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h115 /*! @brief This structure defines rotation and flip values for a display layer.
120 float rotation = 0.0f; //!< Left most pixel coordinate. member in struct:sdm::LayerTransform
125 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1045 OMX_CONFIG_ROTATIONTYPE rotation; local
1057 OMX_INIT_STRUCT(rotation, OMX_CONFIG_ROTATIONTYPE);
1058 rotation.nRotation = degree;
1059 rotation.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
1063 &rotation);
1066 CAMHAL_LOGEB("Error while configuring rotation 0x%x", eError);
1128 CAMHAL_LOGEB("Error while configuring rotation 0x%x", eError);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c71 static int RRrotation2VArotation(Rotation rotation) argument
73 switch (rotation) {
269 if (psb_xrandr_info->mipi0_rotation != p_output->crtc->rotation) {
270 psb_xrandr_info->mipi0_rotation = p_output->crtc->rotation;
284 if (psb_xrandr_info->mipi1_rotation != p_output->crtc->rotation) {
285 psb_xrandr_info->mipi1_rotation = p_output->crtc->rotation;
299 if (psb_xrandr_info->hdmi_rotation != p_output->crtc->rotation) {
300 psb_xrandr_info->hdmi_rotation = p_output->crtc->rotation;
413 p_crtc->rotation = crtc_info->rotation;
671 psb_xrandr_local_crtc_coordinate(psb_output_device *local_device_enabled, int *x, int *y, int *width, int *height, Rotation *rotation) argument
721 psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation) argument
[all...]
H A Dpsb_xrandr.h116 Rotation rotation; member in struct:_psb_xrandr_crtc_s
180 VAStatus psb_xrandr_local_crtc_coordinate(psb_output_device *local_device_enabled, int *x, int *y, int *width, int *height, Rotation *rotation);
181 VAStatus psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation);
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/camera/mm-image-codec/qomx_core/
H A DQOMX_JpegExtensions.h211 OMX_U32 rotation; member in struct:__anon2796
/hardware/qcom/camera/usbcamcore/src/
H A DQCameraMjpegDecode.cpp86 int32_t rotation; member in struct:__anon2810
155 mjpegd->rotation = 0;
356 if (0 == p_args->rotation || 180 == p_args->rotation)
363 // Swap output width/height for 90/270 rotation cases
364 else if (90 == p_args->rotation || 270 == p_args->rotation)
371 // Unsupported rotation cases
428 config.rotation = p_args->rotation;
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h136 * - Addition of rotation field to camera3_stream_t.
1405 * The required counterclockwise rotation of camera stream.
1408 /* No rotation */
1651 * The required output rotation of the stream, one of
1653 * with stream width and height. For example, if the rotation is 90 degree
1656 * and rotate the image by 90 degree counterclockwise. The rotation field is
1657 * no-op when the stream type is input. Camera HAL must ignore the rotation
1662 * Not defined and must not be accessed. HAL must not apply any rotation
1668 * configuration and returns -EINVAL if HAL cannot perform such rotation.
1670 * configure_streams() call must not fail for unsupported rotation i
1674 int rotation; member in struct:camera3_stream
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h190 /* rotation informaiton */
191 uint32_t rotation; member in struct:__anon2542
193 /* thumb rotation informaiton */
241 /* rotation informaiton */
242 uint32_t rotation; member in struct:__anon2544
290 /* rotation informaiton */
291 uint32_t rotation; member in struct:__anon2545
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h151 unsigned long rotation; member in struct:msm_venc_rotation
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.h326 int rotation; member in struct:_PsbPortPrivRec
/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/msm8909/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/msm8960/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.
415 * rotation is 90, 180 etc
417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) { argument
560 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, rotation);
561 switch(rotation)
568 //Clients in Android dont factor in 90 rotation while deciding flip.
576 ALOGE("%s: invalid rotation value (value = 0x%x",
577 __FUNCTION__, rotation);
[all...]
/hardware/qcom/display/msm8994/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/msm8996/libcopybit/
H A Dc2d2.h221 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */
237 /* Target configuration bits, defines rotation + mirroring.
238 * Mirror is applied prior to rotation if enabled. */
242 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */
243 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */
244 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */
245 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */
281 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */
282 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */
283 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */
381 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */ member in struct:C2D_OBJECT_STR
[all...]

Completed in 2036 milliseconds

12