Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libgscaler/
Dlibgscaler.cpp251 int new_rotation = rotation % 360; in exynos_gsc_set_rotation() local
253 if (new_rotation % 90 != 0) { in exynos_gsc_set_rotation()
259 if(new_rotation < 0) in exynos_gsc_set_rotation()
260 new_rotation = -new_rotation; in exynos_gsc_set_rotation()
262 gsc->dst_info.rotation = new_rotation; in exynos_gsc_set_rotation()