Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 17 of 17) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dmag_disturb.h92 void inv_mag_disturb_set_yaw_angle_weak_threshold(float angle);
97 void inv_mag_disturb_set_yaw_angle_strong_threshold(float angle);
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal290 * The magnitude of the pan angle of the user’s face with respect to the sensor’s
293 * The pan angle is defined as the angle swept out by the user’s face turning
294 * their neck left and right. The pan angle would be zero if the user faced the
302 * The magnitude of the tilt angle of the user’s face with respect to the sensor’s
305 * The tilt angle is defined as the angle swept out by the user’s face looking up
306 * and down. The tilt angle would be zero if the user faced the camera directly.
313 * The magnitude of the roll angle of the user’s face with respect to the sensor’s
316 * The roll angle is defined as the angle swept out by the user’s face tilting their head
317 * towards their shoulders to the left and right. The roll angle would be zero if the user's
/hardware/qcom/msm8998/kernel-headers/media/
Dmsm_fd.h41 __u32 angle; member
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_fd.h41 __u32 angle; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_fd.h50 __u32 angle; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_fd.h50 __u32 angle; member
/hardware/interfaces/input/common/1.0/
Dtypes.hal137 * An angle of 0 radians indicates that the major axis of contact is oriented
138 * upwards, is perfectly circular or is of unknown orientation. A positive angle
139 * indicates that the major axis of contact is oriented to the right. A negative angle
180 * - For a joystick, reports the absolute rotation angle about the X axis.
187 * - For a joystick, reports the absolute rotation angle about the Y axis.
194 * - For a joystick, reports the absolute rotation angle about the Z axis.
275 * - For a stylus, reports the tilt angle of the stylus in radians where
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal328 * Steering angle of the vehicle
1609 * Seat backrest angle 1 position
1611 * Backrest angle 1 is the actuator closest to the bottom of the seat.
1625 * Seat backrest angle 1 move
1639 * Seat backrest angle 2 position
1641 * Backrest angle 2 is the next actuator up from the bottom of the seat.
1655 * Seat backrest angle 2 move
1849 * Headrest angle position
1851 * Sets the angle of the headrest.
1852 * Max value indicates most upright angle.
[all …]
/hardware/interfaces/audio/5.0/
DIStreamIn.hal193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/camera/device/1.0/
Dtypes.hal42 * The orientation of the camera image. The value is the angle that the
/hardware/interfaces/sensors/1.0/
Dtypes.hal398 * angle(reference_estimated_gravity, current_estimated_gravity)
404 * must not trigger a tilt event, even though the angle of the average
514 * implement some physical (i.e., rotation angle) and temporal (i.e., delay)
1114 * float[3]: strength (uT), declination and inclination angle (rad).
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1257 * <p>Clockwise angle through which the output image needs to be rotated to be
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7749 int8_t angle[MAX_ROI]; in translateFromHalMetadata() local
7753 angle[i] = gazes->gaze[i].gaze_angle; in translateFromHalMetadata()
7763 faceDetectionInfo->frame_id, i, angle[i], in translateFromHalMetadata()
7769 (uint8_t *)angle, numFaces); in translateFromHalMetadata()