Home
last modified time | relevance | path

Searched refs:new_rotation (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c771 int new_rotation = rotation % 360; in exynos_rotator_set_rotation() local
773 if (new_rotation % 90 != 0) { in exynos_rotator_set_rotation()
778 if(new_rotation < 0) in exynos_rotator_set_rotation()
779 new_rotation = -new_rotation; in exynos_rotator_set_rotation()
781 rotator_handle->src.rotation = new_rotation; in exynos_rotator_set_rotation()
782 rotator_handle->dst.rotation = new_rotation; in exynos_rotator_set_rotation()
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c1156 int new_rotation = rotation % 360; in exynos_gsc_set_rotation() local
1158 if (new_rotation % 90 != 0) { in exynos_gsc_set_rotation()
1163 if(new_rotation < 0) in exynos_gsc_set_rotation()
1164 new_rotation = -new_rotation; in exynos_gsc_set_rotation()
1166 gsc_handle->dst.rotation = new_rotation; in exynos_gsc_set_rotation()