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

  /hardware/invensense/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 434 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->raw_scaled);
440 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated);
    [all...]
ml_math_func.c 640 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) function

Completed in 52 milliseconds