Searched defs:rotate (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h61 bool rotate(int fd, msm_rotator_data_info& rot);
137 inline bool rotate(int fd, msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8x26/liboverlay/
H A DmdpWrapper.h61 bool rotate(int fd, msm_rotator_data_info& rot);
137 inline bool rotate(int fd, msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8974/liboverlay/
H A DmdpWrapper.h63 bool rotate(int fd, msm_rotator_data_info& rot);
158 inline bool rotate(int fd, msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c1053 OMX_CONFIG_ROTATIONTYPE rotate; local
1059 memset(&rotate, 0, sizeof(rotate));
1060 rotate.nPortIndex = 1;
1061 rotate.nRotation = p_jobparams->rotation;
1063 &rotate);
1069 (int)p_jobparams->rotation, (int)rotate.nPortIndex);
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1223 unsigned int *rotate,
1228 *rotate = 0;
1234 *rotate = 90;
1237 *rotate = 180;
1240 *rotate = 270;
1243 *rotate = 90;
1247 *rotate = 90;
1329 unsigned int rotate; local
1351 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1352 exynos_gsc_set_rotation(gsc_handle, rotate, hfli
1222 rotateValueHAL2GSC(unsigned int transform, unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) argument
1391 unsigned int rotate; local
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h240 enum rotation rotate; member in struct:fimg2d_param
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h340 * @rotate: rotation degree in clockwise
351 enum rotation rotate; member in struct:fimg2d_param

Completed in 243 milliseconds