Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcommon_types.h28 int32_t sensor_orientation; member
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h36 float sensor_sensitivity, int sensor_orientation,
DEmulatedScene.cpp85 float sensor_sensitivity, int sensor_orientation, in EmulatedScene() argument
89 sensor_orientation_(sensor_orientation), in EmulatedScene()
354 int32_t sensor_orientation = in CalculateScene() local
356 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene()