Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h125 bool is_front_facing_; variable
DEmulatedScene.cpp96 is_front_facing_(is_front_facing), in EmulatedScene()
113 InitiliazeSceneRotation(!is_front_facing_); in EmulatedScene()
390 int32_t sensor_orientation = is_front_facing_ ? -sensor_orientation_ : sensor_orientation_; in CalculateScene()