OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_rotation
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c
771
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/
exynos_gscaler.c
1141
int
new_rotation
= rotation % 360;
local
[
all
...]
Completed in 1992 milliseconds