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

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.h 96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
data_builder.c 700 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->raw_scaled);
706 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated);
909 inv_convert_to_body_with_scale(sensors.gyro.orientation, 46850825L,
    [all...]
ml_math_func.c 639 void inv_convert_to_body_with_scale(unsigned short orientation, function
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
data_builder.c 495 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->raw_scaled);
501 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated);
695 inv_convert_to_body_with_scale(sensors.gyro.orientation, 46850825L,
    [all...]
ml_math_func.c 639 void inv_convert_to_body_with_scale(unsigned short orientation, function
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 74 inv_convert_to_body_with_scale(pg->orientation, pg->sensitivity,

Completed in 184 milliseconds