Searched defs:CameraInfo (Results 1 – 9 of 9) sorted by relevance
29 struct CameraInfo { struct30 std::string cameraId = ""; // The name of the camera from the point of view of the HAL31 std::string function = ""; // The expected use for this camera ("reverse", "left", "right")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; // radians36 float vfov = 0; // radians
28 struct CameraInfo { struct29 std::string cameraId = ""; // The name of the camera from the point of view of the HAL30 std::string function = ""; // The expected use for this camera ("reverse", "left", "right")32 float yaw = 0; // radians positive to the left (right hand rule about global z axis)33 float pitch = 0; // positive upward (ie: right hand rule about local x axis)34 float roll = 0; // radians positively increasing clockwisely around the optical axis35 float hfov = 0; // radians36 float vfov = 0; // radians37 bool hflip = false;// boolean to flip the preview horizontally38 bool vflip = false;// boolean to flip the preview vertically
42 struct CameraInfo : public android::Parcelable { struct47 int facing;61 int orientation;
27 public class CameraInfo implements Parcelable { class
315 public static class CameraInfo { class in Camera
58 CameraInfo() : in CameraInfo() function
54 CameraInfo::CameraInfo() { in CameraInfo() function in gralloc::CameraInfo
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...