Searched defs:new_rotation (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c771 int new_rotation = rotation % 360; local
773 if (new_rotation % 90 != 0) {
778 if(new_rotation < 0)
779 new_rotation = -new_rotation;
781 rotator_handle->src.rotation = new_rotation;
782 rotator_handle->dst.rotation = new_rotation;
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1141 int new_rotation = rotation % 360; local
1143 if (new_rotation % 90 != 0) {
1148 if(new_rotation < 0)
1149 new_rotation = -new_rotation;
1151 gsc_handle->dst.rotation = new_rotation;

Completed in 22 milliseconds