Lines Matching refs:rotate
1223 unsigned int *rotate, in rotateValueHAL2GSC() argument
1228 *rotate = 0; in rotateValueHAL2GSC()
1234 *rotate = 90; in rotateValueHAL2GSC()
1237 *rotate = 180; in rotateValueHAL2GSC()
1240 *rotate = 270; in rotateValueHAL2GSC()
1243 *rotate = 90; in rotateValueHAL2GSC()
1247 *rotate = 90; in rotateValueHAL2GSC()
1329 unsigned int rotate; in exynos_gsc_m2m_config() local
1351 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_m2m_config()
1352 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip); in exynos_gsc_m2m_config()
1391 unsigned int rotate; in exynos_gsc_out_config() local
1423 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_out_config()
1437 rotate) == false) { in exynos_gsc_out_config()
1548 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_ROTATE, rotate) < 0) { in exynos_gsc_out_config()
1549 ALOGE("%s:: exynos_v4l2_s_ctrl (V4L2_CID_ROTATE: %d) failed", __func__, rotate); in exynos_gsc_out_config()