Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 139) sorted by relevance

123456

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Ddatalogger_outputs.c49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_short()
65 inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_body_float()
92 inv_time_t *timestamp) in inv_get_sensor_type_gyro_float()
107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_accel_raw_short()
126 inv_time_t *timestamp) in inv_get_sensor_type_accel_float()
141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_compass_raw_short()
161 float *values, int8_t *accuracy, inv_time_t *timestamp) in inv_get_sensor_type_compass_float()
226 void inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp) in inv_get_sensor_type_temperature_float()
252 inv_time_t *timestamp) in inv_get_sensor_type_quat_float()
270 inv_time_t * timestamp) in inv_get_sensor_type_gravity_float()
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c75 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer()
104 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration()
133 inv_time_t * timestamp) in inv_get_sensor_type_gravity()
163 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope()
189 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw()
233 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector()
254 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis()
297 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector()
329 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field()
357 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field_raw()
[all …]
Dresults_holder.c65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion()
77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) in inv_store_accel_quaternion()
88 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction()
100 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) in inv_set_geomagnetic_compass_correction()
112 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction()
123 void inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp) in inv_get_geomagnetic_compass_correction()
276 inv_error_t inv_get_6axis_quaternion(long *data, inv_time_t *timestamp) in inv_get_6axis_quaternion()
301 inv_error_t inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp) in inv_get_geomagnetic_quaternion()
332 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp) in inv_get_quaternion_set()
Ddata_builder.c400 inv_time_t timestamp = 0; in inv_get_last_timestamp() local
781 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel()
820 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp) in inv_build_gyro()
852 inv_time_t timestamp) in inv_build_compass()
893 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp) in inv_build_temp()
924 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp) in inv_build_quat()
964 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp) in inv_build_pressure()
1227 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_accel_set()
1245 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set()
1261 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set_raw()
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.c123 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer()
152 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration()
177 inv_time_t * timestamp) in inv_get_sensor_type_gravity()
202 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope()
228 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw()
272 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector()
294 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis()
339 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector()
375 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field()
403 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field_raw()
[all …]
Dresults_holder.c67 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion()
79 void inv_store_nav_quaternion(const float *quat, inv_time_t timestamp) in inv_store_nav_quaternion()
90 void inv_store_geomag_quaternion(const float *quat, inv_time_t timestamp) in inv_store_geomag_quaternion()
101 void inv_store_game_quaternion(const float *quat, inv_time_t timestamp) in inv_store_game_quaternion()
113 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) in inv_store_accel_quaternion()
124 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction()
136 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) in inv_set_geomagnetic_compass_correction()
148 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction()
159 void inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp) in inv_get_geomagnetic_compass_correction()
295 inv_error_t inv_get_6axis_quaternion(long *data, inv_time_t *timestamp) in inv_get_6axis_quaternion()
[all …]
Ddata_builder.c603 inv_time_t timestamp = 0; in inv_get_last_timestamp() local
1007 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel()
1046 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp) in inv_build_gyro()
1078 inv_time_t timestamp) in inv_build_compass()
1119 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp) in inv_build_temp()
1150 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp) in inv_build_quat()
1192 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp) in inv_build_pressure()
1454 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_accel_set()
1472 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set()
1488 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set_raw()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dts_parser.h61 typedef struct timestamp { struct
62 OMX_TICKS timestamps; argument
64 }timestamp; typedef
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h62 typedef struct timestamp { struct
63 OMX_TICKS timestamps; argument
65 } timestamp; typedef
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c58 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer()
85 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration()
109 inv_time_t * timestamp) in inv_get_sensor_type_gravity()
139 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope()
163 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw()
204 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector()
234 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field()
309 inv_time_t * timestamp) in inv_get_sensor_type_orientation()
Ddata_builder.c346 inv_time_t timestamp = 0; in inv_get_last_timestamp() local
604 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel()
643 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp) in inv_build_gyro()
675 inv_time_t timestamp) in inv_build_compass()
713 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp) in inv_build_temp()
741 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp) in inv_build_quat()
990 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_accel_set()
1008 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set()
1024 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_gyro_set_raw()
1048 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t *timestamp) in inv_get_compass_set()
[all …]
Dresults_holder.c59 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion()
71 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction()
83 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction()
256 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp) in inv_get_quaternion_set()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c76 int inv_read_buffer(int fd, long *data, long long *timestamp) in inv_read_buffer()
103 long long *timestamp) in inv_read_raw()
129 long long *timestamp) in inv_read_temperature_raw()
251 long long *timestamp) in inv_read_q16()
272 long long *timestamp) in inv_read_temp_q16()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c70 int inv_read_buffer(int fd, long *data, long long *timestamp) in inv_read_buffer()
97 long long *timestamp) in inv_read_raw()
123 long long *timestamp) in inv_read_temperature_raw()
245 long long *timestamp) in inv_read_q16()
266 long long *timestamp) in inv_read_temp_q16()
/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.AKM.cpp123 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample()
138 int CompassSensor::readRawSample(float *data, int64_t *timestamp) in readRawSample()
/hardware/invensense/6515/libsensors_iio/
DCompassSensor.AKM.cpp123 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample()
138 int CompassSensor::readRawSample(float *data, int64_t *timestamp) in readRawSample()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp1167 OMX_S64 h264_stream_parser::calculate_buf_period_ts(OMX_S64 timestamp) in calculate_buf_period_ts()
1182 OMX_S64 h264_stream_parser::calculate_fixed_fps_ts(OMX_S64 timestamp, OMX_U32 DeltaTfiDivisor) in calculate_fixed_fps_ts()
1329 void h264_stream_parser::update_panscan_data(OMX_S64 timestamp) in update_panscan_data()
1343 void h264_stream_parser::fill_pan_scan_data(OMX_QCOM_PANSCAN *dest_pan_scan, OMX_S64 timestamp) in fill_pan_scan_data()
1373 OMX_S64 h264_stream_parser::process_ts_with_sei_vui(OMX_S64 timestamp) in process_ts_with_sei_vui()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp1250 OMX_S64 h264_stream_parser::calculate_buf_period_ts(OMX_S64 timestamp) in calculate_buf_period_ts()
1266 OMX_S64 h264_stream_parser::calculate_fixed_fps_ts(OMX_S64 timestamp, OMX_U32 DeltaTfiDivisor) in calculate_fixed_fps_ts()
1418 void h264_stream_parser::update_panscan_data(OMX_S64 timestamp) in update_panscan_data()
1433 void h264_stream_parser::fill_pan_scan_data(OMX_QCOM_PANSCAN *dest_pan_scan, OMX_S64 timestamp) in fill_pan_scan_data()
1465 OMX_S64 h264_stream_parser::process_ts_with_sei_vui(OMX_S64 timestamp) in process_ts_with_sei_vui()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp61 uint64_t timestamp = 0; in handle_vsync_event() local
205 uint64_t timestamp = systemTime(); in vsync_loop() local
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp62 uint64_t timestamp = 0; in handle_vsync_event() local
198 uint64_t timestamp = systemTime(); in vsync_loop() local
/hardware/qcom/msm8x74/original-kernel-headers/media/
Dmsmb_generic_buf_mgr.h8 struct timeval timestamp; member
/hardware/intel/img/hwcomposer/common/observers/
DVsyncEventObserver.cpp121 int64_t timestamp; in threadLoop() local
/hardware/qcom/msm8x74/kernel-headers/media/
Dmsmb_generic_buf_mgr.h26 struct timeval timestamp; member
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dmsm_kgsl.h218 unsigned int timestamp; member
227 unsigned int timestamp; member
247 unsigned int timestamp; /*output param */ member
259 unsigned int timestamp; /*output param */ member
276 unsigned int timestamp; member
328 unsigned int timestamp; /*output param */ member
338 unsigned int timestamp; member
478 unsigned int timestamp; /* Timestamp to trigger event on */ member
/hardware/qcom/msm8x27/kernel-headers/linux/
Dmsm_kgsl.h195 unsigned int timestamp; member
202 unsigned int timestamp; member
212 unsigned int timestamp; member
220 unsigned int timestamp; member
229 unsigned int timestamp; member
261 unsigned int timestamp; member
270 unsigned int timestamp; member
380 unsigned int timestamp; member

123456