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

  /external/lisa/libs/utils/
env.py 107 Calibration values for RT-App. If unspecified, LISA will
110 calibration on subsequent tests.
266 # Initialize RT-App calibration values
267 self.calibration()
779 def calibration(self, force=False): member in class:TestEnv
781 Get rt-app calibration. Run calibration on target if necessary.
783 :param force: Always run calibration on target, even if we have not
784 installed rt-app or have already run calibration.
785 :returns: A dict with calibration results, which can be passed as th
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.h 19 * calibration. The algorithm looks for periods of stillness as indicated by
44 #include "calibration/gyroscope/gyro_stillness_detect.h"
73 float calibration[3]; member in struct:DebugGyroCal
123 // Aggregated sensor stillness threshold required for gyro bias calibration.
126 // Min and max durations for gyro bias calibration.
136 // Gyro offset estimate, and the associated calibration temperature,
161 // Flag is 'true' when a new calibration update is ready.
199 // Initialize the gyro calibration data structure.
211 // Void all pointers in the gyro calibration data structure.
214 // Get the most recent bias calibration value
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 161 } calibration; member in union:I2cTransfer::__anon3268
517 mData.calibrationSampleTotal += xfer->txrxBuf.calibration.prox;
524 /* Done, calculate calibration */
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java 434 // Sound Calibration started
439 // Sound Calibration ended
1017 final SoundLevelCalibration calibration = local
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 424 Integer calibration = getValueFromKeyNonNull(key); local
426 if (calibration == null) {
431 calibration >= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED &&
432 calibration <= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED);
434 return calibration;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 424 Integer calibration = getValueFromKeyNonNull(key); local
426 if (calibration == null) {
431 calibration >= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED &&
432 calibration <= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED);
434 return calibration;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp 14224 int32_t calibration = 0; local
    [all...]

Completed in 507 milliseconds