Searched refs:sensitivity (Results 1 - 20 of 20) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c117 int32_t sensitivity, sample_rate_us = 0; local
203 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
204 inv_set_gyro_orientation_and_scale(orientation, sensitivity);
209 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
210 inv_set_accel_orientation_and_scale(orientation, sensitivity);
215 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
216 inv_set_compass_orientation_and_scale(orientation, sensitivity);
[all...]
H A Ddatalogger_outputs.c74 inv_convert_to_body_with_scale(pg->orientation, pg->sensitivity,
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h89 long sensitivity; member in struct:inv_single_sensor_t
217 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
219 long sensitivity);
221 long sensitivity);
H A Ddata_builder.c170 /** Gyro sensitivity.
172 * such that degrees_per_second = device_units * sensitivity / 2^30. Typically
177 return sensors.gyro.sensitivity;
180 /** Accel sensitivity.
182 * such that g_s = device_units * sensitivity / 2^30. Typically
187 return sensors.accel.sensitivity;
190 /** Compass sensitivity.
192 * such that uT = device_units * sensitivity / 2^30. Typically
197 return sensors.compass.sensitivity;
200 /** Sets orientation and sensitivity fiel
206 set_sensor_orientation_and_scale(struct inv_single_sensor_t *sensor, int orientation, long sensitivity) argument
244 inv_set_gyro_orientation_and_scale(int orientation, long sensitivity) argument
437 inv_set_accel_orientation_and_scale(int orientation, long sensitivity) argument
460 inv_set_compass_orientation_and_scale(int orientation, long sensitivity) argument
[all...]
H A Dml_math_func.h96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
H A Dml_math_func.c635 * @param[in] sensitivity Sensitivity scale
640 long sensitivity,
644 SIGNSET(orientation & 0x004), sensitivity);
646 SIGNSET(orientation & 0x020), sensitivity);
648 SIGNSET(orientation & 0x100), sensitivity);
639 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c171 /** Gyro sensitivity.
173 * such that degrees_per_second = device_units * sensitivity / 2^30. Typically
178 return sensors.gyro.sensitivity;
181 /** Accel sensitivity.
183 * such that g_s = device_units * sensitivity / 2^30. Typically
188 return sensors.accel.sensitivity;
191 /** Compass sensitivity.
193 * such that uT = device_units * sensitivity / 2^30. Typically
198 return sensors.compass.sensitivity;
201 /** Sets orientation and sensitivity fiel
207 set_sensor_orientation_and_scale(struct inv_single_sensor_t *sensor, int orientation, long sensitivity) argument
245 inv_set_gyro_orientation_and_scale(int orientation, long sensitivity) argument
642 inv_set_accel_orientation_and_scale(int orientation, long sensitivity) argument
665 inv_set_compass_orientation_and_scale(int orientation, long sensitivity) argument
[all...]
H A Ddata_builder.h91 long sensitivity; member in struct:inv_single_sensor_t
220 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
222 long sensitivity);
224 long sensitivity);
H A Dml_math_func.h96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
H A Dml_math_func.c635 * @param[in] sensitivity Sensitivity scale
640 long sensitivity,
644 SIGNSET(orientation & 0x004), sensitivity);
646 SIGNSET(orientation & 0x020), sensitivity);
648 SIGNSET(orientation & 0x100), sensitivity);
639 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp233 long sensitivity; local
236 inv_read_data(compassSysFs.compass_scale, &sensitivity);
237 return sensitivity;
H A DCompassSensor.IIO.primary.cpp348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
H A DMPLSensor.cpp381 /* the following threshold can be modified for SMD sensitivity */
826 long sensitivity; local
827 sensitivity = mCompassSensor->getSensitivity();
828 inv_set_compass_orientation_and_scale(orient, sensitivity);
829 mCompassScale = sensitivity;
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp231 long sensitivity; local
234 inv_read_data(compassSysFs.compass_scale, &sensitivity);
235 return sensitivity;
H A DCompassSensor.IIO.primary.cpp348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
H A DMPLSensor.cpp884 long sensitivity; local
885 sensitivity = mCompassSensor->getSensitivity();
886 inv_set_compass_orientation_and_scale(orient, sensitivity);
887 mCompassScale = sensitivity;
5185 //inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
5281 //void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_metadata_factory.cpp147 std::unique_ptr<PartialMetadataInterface> sensitivity = local
157 if (exposure_time && sensitivity) {
161 components.insert(std::move(sensitivity));
/hardware/google/easel/camera/include/
H A DHdrPlusTypes.h319 int32_t sensitivity; // android.sensor.sensitivity member in struct:pbcamera::FrameMetadata
350 metadatautils::appendValueToString(strOut, "sensitivity", sensitivity);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h292 double computeNoiseModelEntryS(int32_t sensitivity);
293 double computeNoiseModelEntryO(int32_t sensitivity);
H A DQCamera3HWI.cpp7380 //calculate the noise profile based on sensitivity
11133 * DESCRIPTION: function to map a given sensitivity to the S noise
11136 * PARAMETERS : sens : the sensor sensitivity
11150 * DESCRIPTION: function to map a given sensitivity to the O noise
11153 * PARAMETERS : sens : the sensor sensitivity
11174 ** RETURN : sensitivity supported by sensor
11179 int32_t sensitivity; local
11183 sensitivity = 100;
11186 sensitivity = 200;
11189 sensitivity
[all...]

Completed in 628 milliseconds