/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.h | 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy, 18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, 20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, 22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, 24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, 26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, 28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, 32 int8_t *accuracy, 34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, 37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy, [all …]
|
D | hal_outputs.c | 73 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer() 100 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration() 124 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity() 130 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_gravity() 154 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope() 180 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw() 221 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector() 224 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_rotation_vector() 242 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis() 286 int inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_geomagnetic_rotation_vector() [all …]
|
D | data_builder.h | 277 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp); 278 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp); 279 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp); 280 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp); 281 void inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.h | 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy, 18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, 20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, 22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, 24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, 26 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, 30 int8_t *accuracy, 32 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
|
D | hal_outputs.c | 57 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer() 84 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration() 108 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity() 114 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_gravity() 138 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope() 162 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw() 203 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector() 206 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_rotation_vector() 233 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field() 243 *accuracy = (int8_t) hal_out.accuracy_mag; in inv_get_sensor_type_magnetic_field() [all …]
|
D | data_builder.h | 206 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp); 207 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp); 208 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp); 209 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 173 int8_t camera_id; 180 int8_t camera_id; 946 int8_t gaze_angle; // -90 -45 0 45 90 for head left to rigth tilt 947 int8_t updown_dir; // -90 to 90 948 int8_t leftright_dir; //-90 to 90 949 int8_t roll_dir; // -90 to 90 950 int8_t left_right_gaze; // -50 to 50 951 int8_t top_bottom_gaze; // -50 to 50 954 int8_t id; // unique id for face tracking within view unless view changes 955 int8_t score; // score of confidence( 0 -100) [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type); 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type); 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_types.h | 651 int8_t face_id; /* unique id for face tracking within view unless view changes */ 652 int8_t score; /* score of confidence (0, -100) */ 660 int8_t gaze_angle; /* -90 -45 0 45 90 for head left to rigth tilt */ 661 int8_t updown_dir; /* up down direction (-90, 90) */ 662 int8_t leftright_dir; /* left right direction (-90, 90) */ 663 int8_t roll_dir; /* roll direction (-90, 90) */ 664 int8_t left_right_gaze; /* left right gaze degree (-50, 50) */ 665 int8_t top_bottom_gaze; /* up down gaze degree (-50, 50) */
|
D | mm_camera_interface.h | 68 int8_t buf_idx; 71 int8_t num_planes;
|
D | mm_jpeg_interface.h | 111 int8_t encode_thumbnail;
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | stdint_invensense.h | 33 typedef char int8_t; typedef
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | stdint_invensense.h | 21 typedef signed char int8_t; typedef
|
D | mltypes.h | 105 typedef int8_t __s8;
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | stdint_invensense.h | 21 typedef signed char int8_t; typedef
|
D | mltypes.h | 105 typedef int8_t __s8;
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 72 …return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); } in frameSize() 148 …ystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); } in frameSize()
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
D | timm_osal_types.h | 63 typedef int8_t TIMM_OSAL_S8; /*INT8 */
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 160 static int8_t lookupHalName(const QCameraMap arr[], 162 static int8_t lookupFwkName(const QCameraMap arr[],
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | s_type.h | 74 typedef signed char int8_t; typedef
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 177 int8_t cb_count; 228 int8_t queued_buffer_count; 388 int8_t num_cam;
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_camera.h | 1370 int8_t effect; 1395 int8_t brightness; 1398 int8_t exp_compensation; 1453 int8_t dir; 1454 int8_t sign_dir; 1648 int8_t total_steps;
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
D | msm_cam_sensor.h | 466 int8_t dir; 467 int8_t sign_dir;
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
D | msm_cam_sensor.h | 427 int8_t dir; 428 int8_t sign_dir;
|