Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/sensorservice/
DCorrectedGyroSensor.cpp48 const vec3_t bias(mSensorFusion.getGyroBias()); in process() local
50 outEvent->data[0] -= bias.x; in process()
51 outEvent->data[1] -= bias.y; in process()
52 outEvent->data[2] -= bias.z; in process()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dstochastic_linear_ranker.h152 void SetKernelBias(double bias) { in SetKernelBias() argument
153 kernel_bias_ = bias; in SetKernelBias()
/frameworks/ex/carousel/java/com/android/ex/carousel/
Dcarousel.rs226 static float bias; // rotation bias, in radians. Used for animation and dragging.
302 bias = 0.0f;
401 return bias + slotPosition(p / rowCount);
574 bias = carouselRotationAngleToRadians(carouselRotationAngle);
1134 data[0] = radiansToCarouselRotationAngle(bias);
1149 touchBias = bias;
1153 overscrollBias = bias;
1237 bias = clamp(overscrollBias, lowBias, highBias);
1256 if (overscrollBias == bias) {
1262 float deltaBias = overscrollBias - bias;
[all …]
/frameworks/native/include/android/
Dsensor.h124 float bias[3]; member
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dbasic_op.h994 :[L_var1]"r"(L_var1), [bias]"r"(0x8000) in round16()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd365 drift (bias). In practice, gyroscope noise and drift will introduce errors that need to be
366 compensated for. You usually determine the drift (bias) and noise by monitoring other sensors, such
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd878 consideration for bias estimations. That is, the existing {@link
880 sensors provide sensor data that takes into account estimated bias from gyro-drift and hard iron
882 the raw sensor data and offer the estimated bias values separately. These sensors allow you to
883 provide your own custom calibration for the sensor data by enhancing the estimated bias with