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.h66 bool rotate(int fd, msm_rotator_data_info& rot);
161 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.c1238 unsigned int *rotate,
1243 *rotate = 0;
1249 *rotate = 90;
1252 *rotate = 180;
1255 *rotate = 270;
1258 *rotate = 90;
1262 *rotate = 90;
1344 unsigned int rotate; local
1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1367 exynos_gsc_set_rotation(gsc_handle, rotate, hfli
1237 rotateValueHAL2GSC(unsigned int transform, unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) argument
1406 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 265 milliseconds