Searched defs:CameraInfo (Results  1 – 5 of 5) sorted by relevance
| /packages/services/Car/cpp/evs/support_library/ | 
| D | ConfigManager.h | 29     struct CameraInfo {  struct 30         std::string cameraId = "";  // The name of the camera from the point of view of the HAL 31         std::string function = "";  // The expected use for this camera ("reverse", "left", "right") 32         float position[3] = {0};    // x, y, z -> right, fwd, up in the units of car space 33         float yaw = 0;    // radians positive to the left (right hand rule about global z axis) 34         float pitch = 0;  // positive upward (ie: right hand rule about local x axis) 35         float hfov = 0;   // radians 36         float vfov = 0;   // radians
  | 
| /packages/services/Car/cpp/evs/apps/default/inc/ | 
| D | ConfigManager.h | 27     struct CameraInfo {  struct 28         std::string cameraId = "";  // The name of the camera from the point of view of the HAL 29         std::string function = "";  // The expected use for this camera ("reverse", "left", "right") 30         float position[3] = {0};    // x, y, z -> right, fwd, up in the units of car space 31         float yaw = 0;       // radians positive to the left (right hand rule about global z axis) 32         float pitch = 0;     // positive upward (ie: right hand rule about local x axis) 33         float roll = 0;      // radians positively increasing clockwisely around the optical axis 34         float hfov = 0;      // radians 35         float vfov = 0;      // radians 36         bool hflip = false;  // boolean to flip the preview horizontally [all …] 
 | 
| /packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/ | 
| D | CameraInfo.java | 25 public class CameraInfo {  class 35     public CameraInfo(CameraId cameraId, int lensFacing,  in CameraInfo()  method in CameraInfo
  | 
| /packages/services/Car/cpp/evs/sampleDriver/hidl/ | 
| D | ConfigManager.h | 56         CameraInfo() : characteristics(nullptr) { /* Nothing to do */  in CameraInfo()  function
  | 
| /packages/services/Car/cpp/evs/sampleDriver/aidl/include/ | 
| D | ConfigManager.h | 60         CameraInfo() : characteristics(nullptr) {}  in CameraInfo()  function
  |