Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 25 of 43) sorted by relevance

12

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.h16 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 …]
Dhal_outputs.c73 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 …]
Ddata_builder.h277 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/
Dhal_outputs.h16 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,
Dhal_outputs.c57 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 …]
Ddata_builder.h206 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/
DQCamera_Intf.h173 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/
Dquat_accuracy_monitor.h42 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/
Dquat_accuracy_monitor.h42 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/
Dcam_types.h651 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) */
Dmm_camera_interface.h68 int8_t buf_idx;
71 int8_t num_planes;
Dmm_jpeg_interface.h111 int8_t encode_thumbnail;
/hardware/invensense/60xx/mlsdk/platform/include/
Dstdint_invensense.h33 typedef char int8_t; typedef
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dstdint_invensense.h21 typedef signed char int8_t; typedef
Dmltypes.h105 typedef int8_t __s8;
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dstdint_invensense.h21 typedef signed char int8_t; typedef
Dmltypes.h105 typedef int8_t __s8;
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h72 …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/
Dtimm_osal_types.h63 typedef int8_t TIMM_OSAL_S8; /*INT8 */
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.h160 static int8_t lookupHalName(const QCameraMap arr[],
162 static int8_t lookupFwkName(const QCameraMap arr[],
/hardware/ti/omap4xxx/security/tf_sdk/include/
Ds_type.h74 typedef signed char int8_t; typedef
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h177 int8_t cb_count;
228 int8_t queued_buffer_count;
388 int8_t num_cam;
/hardware/qcom/msm8960/original-kernel-headers/media/
Dmsm_camera.h1370 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/
Dmsm_cam_sensor.h466 int8_t dir;
467 int8_t sign_dir;
/hardware/qcom/msm8x74/original-kernel-headers/media/
Dmsm_cam_sensor.h427 int8_t dir;
428 int8_t sign_dir;

12