Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp391 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene() local
392 switch (scene_rotation) { in CalculateScene()