HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_prev (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 103 inv_time_t timestamp_prev; member in struct:inv_single_sensor_t
116 inv_time_t timestamp_prev; member in struct:inv_quat_sensor_t
data_builder.c 339 if (sensors.quat.timestamp_prev != sensors.quat.timestamp)
345 if (sensors.gyro.timestamp_prev != sensors.gyro.timestamp)
351 if (sensors.accel.timestamp_prev != sensors.accel.timestamp)
357 if (sensors.compass.timestamp_prev != sensors.compass.timestamp)
383 if (sensors.quat.timestamp_prev != sensors.quat.timestamp)
    [all...]
hal_outputs.c 613 if (sensor_cal->gyro.timestamp_prev == sensor_cal->gyro.timestamp) {
616 if (sensor_cal->accel.timestamp_prev == sensor_cal->accel.timestamp) {
619 if (sensor_cal->compass.timestamp_prev == sensor_cal->compass.timestamp) {
622 if (sensor_cal->quat.timestamp_prev == sensor_cal->quat.timestamp) {
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 101 inv_time_t timestamp_prev; member in struct:inv_single_sensor_t
data_builder.c 807 sensors.accel.timestamp_prev = sensors.accel.timestamp;
833 sensors.gyro.timestamp_prev = sensors.gyro.timestamp;
880 sensors.compass.timestamp_prev = sensors.compass.timestamp;
905 sensors.temp.timestamp_prev = sensors.temp.timestamp;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]

Completed in 105 milliseconds