Searched defs:rotate (Results 1 - 9 of 9) 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/msm8084/liboverlay/
H A DmdpWrapper.h63 bool rotate(int fd, msm_rotator_data_info& rot);
160 inline bool rotate(int fd, msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h63 bool rotate(int fd, msm_rotator_data_info& rot);
157 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/intel/img/psb_video/src/x11/
H A Dpsb_x11.h104 int rotate; member in struct:_psb_x11_output_s
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1475 VADisplayAttribute rotate; local
1476 rotate.type = VADisplayAttribRotation;
1477 rotate.value = VA_ROTATION_NONE;
1479 rotate.value = VA_ROTATION_NONE;
1481 rotate.value = VA_ROTATION_90;
1483 rotate.value = VA_ROTATION_180;
1485 rotate.value = VA_ROTATION_270;
1487 VAStatus ret = vaSetDisplayAttributes(mVADisplay, &rotate, 1);
/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 125 milliseconds