Searched refs:sensor_orientation (Results 1 – 3 of 3) sorted by relevance
28 int32_t sensor_orientation; member
44 float sensor_sensitivity, int sensor_orientation,
90 float sensor_sensitivity, int sensor_orientation, in EmulatedScene() argument95 sensor_orientation_(sensor_orientation), in EmulatedScene()390 int32_t sensor_orientation = is_front_facing_ ? -sensor_orientation_ : sensor_orientation_; in CalculateScene() local391 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene()