Home
last modified time | relevance | path

Searched refs:timestamp_prev (Results 1 – 8 of 8) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.h103 inv_time_t timestamp_prev; member
116 inv_time_t timestamp_prev; member
Ddata_builder.c339 if (sensors.quat.timestamp_prev != sensors.quat.timestamp) in inv_raw_sensor_timestamp()
345 if (sensors.gyro.timestamp_prev != sensors.gyro.timestamp) in inv_raw_sensor_timestamp()
351 if (sensors.accel.timestamp_prev != sensors.accel.timestamp) in inv_raw_sensor_timestamp()
357 if (sensors.compass.timestamp_prev != sensors.compass.timestamp) in inv_raw_sensor_timestamp()
383 if (sensors.quat.timestamp_prev != sensors.quat.timestamp) in inv_get_9_axis_timestamp()
1033 sensors.accel.timestamp_prev = sensors.accel.timestamp; in inv_build_accel()
1059 sensors.gyro.timestamp_prev = sensors.gyro.timestamp; in inv_build_gyro()
1106 sensors.compass.timestamp_prev = sensors.compass.timestamp; in inv_build_compass()
1131 sensors.temp.timestamp_prev = sensors.temp.timestamp; in inv_build_temp()
1171 sensors.quat.timestamp_prev = sensors.quat.timestamp; in inv_build_quat()
Dhal_outputs.c613 if (sensor_cal->gyro.timestamp_prev == sensor_cal->gyro.timestamp) { in inv_generate_hal_outputs()
616 if (sensor_cal->accel.timestamp_prev == sensor_cal->accel.timestamp) { in inv_generate_hal_outputs()
619 if (sensor_cal->compass.timestamp_prev == sensor_cal->compass.timestamp) { in inv_generate_hal_outputs()
622 if (sensor_cal->quat.timestamp_prev == sensor_cal->quat.timestamp) { in inv_generate_hal_outputs()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.h101 inv_time_t timestamp_prev; member
Ddata_builder.c807 sensors.accel.timestamp_prev = sensors.accel.timestamp; in inv_build_accel()
833 sensors.gyro.timestamp_prev = sensors.gyro.timestamp; in inv_build_gyro()
880 sensors.compass.timestamp_prev = sensors.compass.timestamp; in inv_build_compass()
905 sensors.temp.timestamp_prev = sensors.temp.timestamp; in inv_build_temp()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp6059 static long long timestamp_prev = 0; in async_process_event_fbd() local
6091 timestamp_prev); in async_process_event_fbd()
6093 p_buffer_hdr->nTimeStamp = timestamp_prev; in async_process_event_fbd()
6101 timestamp_prev = p_buffer_hdr->nTimeStamp; in async_process_event_fbd()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp6193 static long long timestamp_prev = 0; in async_process_event_fbd() local
6225 timestamp_prev); in async_process_event_fbd()
6227 p_buffer_hdr->nTimeStamp = timestamp_prev; in async_process_event_fbd()
6235 timestamp_prev = p_buffer_hdr->nTimeStamp; in async_process_event_fbd()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp6222 static long long timestamp_prev = 0; in async_process_event_fbd() local
6254 timestamp_prev); in async_process_event_fbd()
6256 p_buffer_hdr->nTimeStamp = timestamp_prev; in async_process_event_fbd()
6264 timestamp_prev = p_buffer_hdr->nTimeStamp; in async_process_event_fbd()