Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp93 screen_rotation_(0), in EmulatedScene()
160 scene->screen_rotation_ = 270; in onEvent()
162 scene->screen_rotation_ = 90; in onEvent()
164 scene->screen_rotation_ = 180; in onEvent()
166 scene->screen_rotation_ = 0; in onEvent()
391 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene()
DEmulatedScene.h118 std::atomic_uint32_t screen_rotation_; variable