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

  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 1774 static long calibration = -1; variable
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 378 Integer calibration = getValueFromKeyNonNull(key); local
380 if (calibration == null) {
385 calibration >= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED &&
386 calibration <= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED);
388 return calibration;
    [all...]

Completed in 539 milliseconds