Searched refs:timestamp (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.h22 inv_time_t *timestamp);
24 inv_time_t *timestamp);
26 inv_time_t *timestamp);
28 float *values, int8_t *accuracy, inv_time_t *timestamp);
30 inv_time_t *timestamp);
32 inv_time_t * timestamp);
34 inv_time_t * timestamp);
38 inv_time_t *timestamp);
40 inv_time_t *timestamp);
42 inv_time_t *timestamp);
[all...]
H A Ddatalogger_outputs.c47 * @param[out] timestamp Time when sensor was sampled.
49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) argument
55 if (timestamp)
56 *timestamp = pg->timestamp;
62 * @param[out] timestamp Time when sensor was sampled.
65 inv_time_t *timestamp)
81 if (timestamp)
82 *timestamp = pg->timestamp;
64 inv_get_sensor_type_gyro_raw_body_float(float *values, inv_time_t *timestamp) argument
91 inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy, inv_time_t *timestamp) argument
107 inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) argument
125 inv_get_sensor_type_accel_float(float *values, int8_t *accuracy, inv_time_t *timestamp) argument
141 inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) argument
160 inv_get_sensor_type_compass_float(float *mag_north, float *true_north, float *values, int8_t *accuracy, inv_time_t *timestamp) argument
226 inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp) argument
251 inv_get_sensor_type_quat_float(float *values, int *accuracy, inv_time_t *timestamp) argument
269 inv_get_sensor_type_gravity_float(float *values, int *accuracy, inv_time_t * timestamp) argument
310 inv_get_sensor_type_rotation_vector_float(float *values, int *accuracy, inv_time_t * timestamp) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dhal_outputs.h17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
29 inv_time_t * timestamp);
33 inv_time_t * timestamp);
35 inv_time_t * timestamp);
38 inv_time_t * timestamp);
[all...]
H A Dresults_holder.h62 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp);
63 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp);
64 void inv_store_nav_quaternion(const float *quat, inv_time_t timestamp);
65 void inv_store_game_quaternion(const float *quat, inv_time_t timestamp);
66 void inv_store_geomag_quaternion(const float *quat, inv_time_t timestamp);
87 inv_error_t inv_get_6axis_quaternion(long *data, inv_time_t *timestamp);
90 inv_error_t inv_get_6axis_quaternion_float(float *data, inv_time_t *timestamp);
91 inv_error_t inv_get_geomagnetic_quaternion_float(float *data, inv_time_t *timestamp);
96 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp);
98 inv_error_t inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp);
[all...]
H A Ddata_builder.c337 *ts = sensors.quat.timestamp;
339 if (sensors.quat.timestamp_prev != sensors.quat.timestamp)
343 *ts = sensors.gyro.timestamp;
345 if (sensors.gyro.timestamp_prev != sensors.gyro.timestamp)
349 *ts = sensors.accel.timestamp;
351 if (sensors.accel.timestamp_prev != sensors.accel.timestamp)
355 *ts = sensors.compass.timestamp;
357 if (sensors.compass.timestamp_prev != sensors.compass.timestamp)
367 /** Gets best timestamp and if there is a new piece of data for a 9-axis sensor combination.
381 *ts = sensors.quat.timestamp;
603 inv_time_t timestamp = 0; local
1007 inv_build_accel(const long *accel, int status, inv_time_t timestamp) argument
1046 inv_build_gyro(const short *gyro, inv_time_t timestamp) argument
1077 inv_build_compass(const long *compass, int status, inv_time_t timestamp) argument
1119 inv_build_temp(const long temp, inv_time_t timestamp) argument
1150 inv_build_quat(const long *quat, int status, inv_time_t timestamp) argument
1192 inv_build_pressure(const long pressure, int status, inv_time_t timestamp) argument
1454 inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1472 inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1488 inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1512 inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1531 inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1546 inv_get_temp_set(long *data, int *accuracy, inv_time_t *timestamp) argument
[all...]
H A Dhal_outputs.c118 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
123 inv_time_t * timestamp)
130 inv_get_accel_set(accel, accuracy, timestamp);
139 values[2], status, *timestamp);
147 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
152 inv_time_t * timestamp)
122 inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
151 inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
176 inv_get_sensor_type_gravity(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
201 inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
227 inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
271 inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
293 inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
338 inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
374 inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
402 inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
428 inv_time_t timestamp; local
457 inv_time_t timestamp; local
538 inv_get_sensor_type_orientation(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
547 inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
559 inv_get_sensor_type_orientation_geomagnetic(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dhal_outputs.h17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
29 inv_time_t * timestamp);
33 inv_time_t * timestamp);
35 inv_time_t * timestamp);
38 inv_time_t * timestamp);
[all...]
H A Dresults_holder.h27 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp);
28 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp);
44 inv_error_t inv_get_6axis_quaternion(long *data, inv_time_t *timestamp);
47 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp);
49 inv_error_t inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp);
50 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp);
51 void inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp);
61 void inv_set_compass_correction(const long *data, inv_time_t timestamp);
62 void inv_get_compass_correction(long *data, inv_time_t *timestamp);
H A Ddata_builder.h100 inv_time_t timestamp; member in struct:inv_single_sensor_t
113 inv_time_t timestamp; member in struct:inv_quat_sensor_t
240 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp);
242 inv_time_t timestamp);
244 inv_time_t timestamp);
245 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
246 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
247 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
291 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
292 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
[all...]
H A Ddata_builder.c394 /** Get last timestamp across all 3 sensors that are on.
395 * This find out which timestamp has the largest value for sensors that are on.
400 inv_time_t timestamp = 0; local
402 timestamp = sensors.accel.timestamp;
405 if (timestamp < sensors.gyro.timestamp) {
406 timestamp = sensors.gyro.timestamp;
408 MPL_LOGV("g ts: %lld", timestamp);
781 inv_build_accel(const long *accel, int status, inv_time_t timestamp) argument
820 inv_build_gyro(const short *gyro, inv_time_t timestamp) argument
851 inv_build_compass(const long *compass, int status, inv_time_t timestamp) argument
893 inv_build_temp(const long temp, inv_time_t timestamp) argument
924 inv_build_quat(const long *quat, int status, inv_time_t timestamp) argument
964 inv_build_pressure(const long pressure, int status, inv_time_t timestamp) argument
1227 inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1245 inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1261 inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1285 inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1304 inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t *timestamp) argument
1319 inv_get_temp_set(long *data, int *accuracy, inv_time_t *timestamp) argument
[all...]
H A Dhal_outputs.c70 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
75 inv_time_t * timestamp)
82 inv_get_accel_set(accel, accuracy, timestamp);
91 values[2], status, *timestamp);
99 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
104 inv_time_t * timestamp)
74 inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
103 inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
132 inv_get_sensor_type_gravity(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
162 inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
188 inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
232 inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
253 inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
296 inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
328 inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
356 inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
382 inv_time_t timestamp; local
411 inv_time_t timestamp; local
492 inv_get_sensor_type_orientation(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
503 inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
517 inv_get_sensor_type_orientation_geomagnetic(float *values, int8_t *accuracy, inv_time_t * timestamp) argument
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatqueue.h20 guint64 timestamp; member in struct:_MixInputBufferEntry
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.h67 int inv_read_buffer(int fd, long *data, long long *timestamp);
69 long long *timestamp);
71 long long *timestamp);
83 long long *timestamp);
85 long long *timestamp);
H A Dinv_sysfs_utils.c73 * @timestamp: Time when data was read from device. Use NULL if unsupported.
76 int inv_read_buffer(int fd, long *data, long long *timestamp) argument
84 if (!timestamp)
88 &data[2], timestamp);
90 if (count < (timestamp?4:3))
99 * @timestamp: Time when data was read from device. Use NULL if unsupported.
103 long long *timestamp)
111 if (!timestamp)
115 &data[2], timestamp);
116 if (count < (timestamp
102 inv_read_raw(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
128 inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, long long *timestamp) argument
250 inv_read_q16(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
271 inv_read_temp_q16(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.h61 int inv_read_buffer(int fd, long *data, long long *timestamp);
63 long long *timestamp);
65 long long *timestamp);
77 long long *timestamp);
79 long long *timestamp);
H A Dinv_sysfs_utils.c67 * @timestamp: Time when data was read from device. Use NULL if unsupported.
70 int inv_read_buffer(int fd, long *data, long long *timestamp) argument
78 if (!timestamp)
82 &data[2], timestamp);
84 if (count < (timestamp?4:3))
93 * @timestamp: Time when data was read from device. Use NULL if unsupported.
97 long long *timestamp)
105 if (!timestamp)
109 &data[2], timestamp);
110 if (count < (timestamp
96 inv_read_raw(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
122 inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, long long *timestamp) argument
244 inv_read_q16(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
265 inv_read_temp_q16(const struct inv_sysfs_names_s *names, long *data, long long *timestamp) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h61 typedef struct timestamp { struct in class:omx_time_stamp_reorder
64 }timestamp; typedef in class:omx_time_stamp_reorder
66 timestamp input_timestamps[TIME_SZ];
/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp246 * @timestamp : timestamp value to store
254 struct timeval timestamp,
257 scope_struct->timestamp = timestamp;
272 * @timestamp : timestamp value to store
280 uint32_t size, struct timeval timestamp,
284 timestamp, thread_id, event_name);
298 * @timestamp
252 fill_camscope_sw_base(camscope_sw_base *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name) argument
279 fill_camscope_timing(camscope_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, uint32_t frame_id) argument
308 fill_camscope_in_out_timing(camscope_in_out_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, struct timeval in_timestamp, struct timeval out_timestamp, uint32_t frame_id) argument
339 struct timeval timestamp; local
375 struct timeval timestamp; local
415 struct timeval timestamp; local
458 struct timeval timestamp; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIVsyncControl.h30 virtual bool wait(int disp, int64_t& timestamp) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVsyncControl.h33 bool wait(int disp, int64_t& timestamp);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DIVsyncControl.h30 virtual bool wait(int disp, int64_t& timestamp) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVsyncControl.h33 bool wait(int disp, int64_t& timestamp);
/hardware/interfaces/camera/device/1.0/
H A DICameraDeviceCallback.hal69 * Send a buffer of image data to the camera service, with a timestamp
75 * @param timestamp The time this buffer was captured by the camera, in
80 int64_t timestamp);
83 * Send a buffer of image data to the camera service, with a timestamp
90 * @param timestamp The time this buffer was captured by the camera, in
95 uint32_t bufferIndex, int64_t timestamp);
106 * @param batch a vector messages. Each message contains a image buffer and a timestamp. The
107 * messages must be ordered in time from lower index to higher index, so that timestamp of
/hardware/interfaces/gnss/1.0/default/
H A DGnssUtils.cpp47 .timestamp = location->timestamp
67 .timestamp = flpLocation->timestamp};
/hardware/libhardware/include/hardware/
H A Dhw_auth_token.h45 uint64_t timestamp; // in network order member in struct:__anon1353

Completed in 528 milliseconds

1234567891011>>