Searched refs:bandwidth (Results 1 - 5 of 5) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c218 if (sensors.gyro.bandwidth == 0) {
219 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
237 if (sensors.accel.bandwidth == 0) {
238 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
256 if (sensors.compass.bandwidth == 0) {
257 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
293 * @param[in] bandwidth_hz Gyro bandwidth in Hz
297 sensors.gyro.bandwidth = bandwidth_hz;
301 * @param[in] bandwidth_hz Gyro bandwidth in Hz
305 sensors.accel.bandwidth
[all...]
H A Ddata_builder.h91 int bandwidth; member in struct:inv_single_sensor_t
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c250 if (sensors.gyro.bandwidth == 0) {
251 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
269 if (sensors.accel.bandwidth == 0) {
270 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
288 if (sensors.compass.bandwidth == 0) {
289 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
325 * @param[in] bandwidth_hz Gyro bandwidth in Hz
329 sensors.gyro.bandwidth = bandwidth_hz;
333 * @param[in] bandwidth_hz Gyro bandwidth in Hz
337 sensors.accel.bandwidth
[all...]
H A Ddata_builder.h101 int bandwidth; member in struct:inv_single_sensor_t
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h240 uint32 bandwidth; member in struct:read_local_info_evt_parms

Completed in 471 milliseconds