Home
last modified time | relevance | path

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

12345678910

/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/msm8974/mm-video-legacy/vidc/vdec/inc/
Dts_parser.h61 typedef struct timestamp { struct
62 OMX_TICKS timestamps; argument
64 }timestamp; typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h77 typedef struct timestamp { struct
78 OMX_TICKS timestamps; argument
80 } timestamp; argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h77 typedef struct timestamp { struct
78 OMX_TICKS timestamps; argument
80 } timestamp; typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h77 typedef struct timestamp { struct
78 OMX_TICKS timestamps; argument
80 } timestamp; argument
/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/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/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/intel/common/libmix/mix_video/src/
Dmixframemanager.c324 guint64 timestamp = 0; in get_expected_frame_from_array() local
436 guint64 timestamp = 0; in mix_framemanager_timestamp_based_enqueue() local
587 guint64 timestamp = 0; in mix_framemanager_frametype_based_enqueue() local
Dmixvideodecodeparams.c178 guint64 timestamp) { in mix_videodecodeparams_set_timestamp()
185 guint64 * timestamp) { in mix_videodecodeparams_get_timestamp()
Dmixvideoencodeparams.c178 guint64 timestamp) { in mix_videoencodeparams_set_timestamp()
185 guint64 * timestamp) { in mix_videoencodeparams_get_timestamp()
Dmixvideoformatqueue.h20 guint64 timestamp; member
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp153 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame() local
173 for(int64_t timestamp: propValue.value.int64Values) { in clearObd2FreezeFrames() local
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp59 uint64_t timestamp = 0; in handle_vsync_event() local
198 uint64_t timestamp = systemTime(); in vsync_loop() local
/hardware/qcom/media/msm8974/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/msm8998/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/msm8974/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/media/msm8996/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()

12345678910