Searched refs:rotation (Results 1 - 21 of 21) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dexynos_rotator.h149 * Set rotation.
156 * \param rotation
157 * image rotation. It should be multiple of 90[in]
164 int rotation);
H A Dfimg2d.h91 enum rotation { enum
240 enum rotation rotate;
H A Dexynos_gscaler.h236 * Set rotation.
243 * \param rotation
244 * image rotation. It should be multiple of 90[in]
257 int rotation,
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/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h100 int rotation; member in struct:gsc_info
H A Dexynos_gscaler.c245 int rotation)
608 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
1126 int rotation,
1141 int new_rotation = rotation % 360;
1144 ALOGE("%s::rotation(%d) cannot be acceptable fail", __func__, rotation);
1151 gsc_handle->dst.rotation = new_rotation;
1793 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
1124 exynos_gsc_set_rotation( void *handle, int rotation, int flip_horizontal, int flip_vertical) argument
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c71 int rotation; member in struct:rotator_info
263 int rotation)
270 if (rotation == 90 || rotation == 270) {
478 // rotation value;
487 if (info->rotation != value) {
488 ALOGV("%s::rotation is different..", __func__);
507 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
758 int rotation)
771 int new_rotation = rotation
258 m_exynos_rotator_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
756 exynos_rotator_set_rotation( void *handle, int rotation) argument
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c64 __u8 rotation : 3; /* 90-degree clockwise rotations */ member in struct:ext_transform_t
65 __u8 hflip : 1; /* flip l-r (after rotation) */
102 EXT_ROTATION = 3, /* rotation while mirroring */
103 EXT_HFLIP = (1 << 2), /* flip l-r on output (after rotation) */
221 c->rotation, c->mirror ? "+mir" : "",
467 oc->rotation = 2;
471 oc->rotation += oc->mirror ? -1 : 1;
472 oc->rotation &= 3;
572 m_rotate(ext->m, ext->current.rotation);
576 if (ext->current.rotation
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h122 enum rotation { enum
340 * @rotate: rotation degree in clockwise
351 enum rotation rotate;
/hardware/qcom/display/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/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp63 int rotation = 0; variable
1139 rotation = 0;
1168 params.set(CameraParameters::KEY_ROTATION, rotation);
1324 printf(" 3. Picture Rotation: %3d degree\n", rotation );
1484 rotation += 90;
1485 rotation %= 360;
1486 params.set(CameraParameters::KEY_ROTATION, rotation);
H A Dcamera_test_script.cpp32 extern int rotation;
263 rotation = atoi(cmd + 1);
264 params.set(CameraParameters::KEY_ROTATION, rotation);
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp332 p.set("rotation", "0");
1243 "framesz %dx%d=%ld (expect %d) rotation %d "
1251 frame->rotation,
1320 "framesz %dx%d=%ld (expect %d) rotation %d "
1330 frame->rotation,
1599 int rotation = mParameters.getInt("rotation"); local
1603 if (rotation == -1) {
1604 ALOGV("rotation not specified or is invalid, defaulting to 0");
1605 rotation
[all...]
H A Dcamera_ifc.h139 /* it indicates the degree of clockwise rotation that should be
141 uint16_t rotation; member in struct:__anon336
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h151 unsigned long rotation; member in struct:msm_venc_rotation
/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/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/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/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/qcom/media/mm-video/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);

Completed in 688 milliseconds