Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp504 uint32_t screen_rotation = screen_rotation_; in RequestProcessorLoop()
658 processor->screen_rotation_ = 270; in onEvent()
660 processor->screen_rotation_ = 90; in onEvent()
662 processor->screen_rotation_ = 180; in onEvent()
664 processor->screen_rotation_ = 0; in onEvent()
DEmulatedScene.h100 uint32_t screen_rotation_; variable
DEmulatedScene.cpp87 : screen_rotation_(0), in EmulatedScene()
159 screen_rotation_ = screen_rotation; in SetScreenRotation()
356 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene()
DEmulatedRequestProcessor.h103 std::atomic_uint32_t screen_rotation_; variable