Searched refs:getExposureMaximumOrDefault (Results 1 – 6 of 6) sorted by relevance
322 long maxExposure = getExposureMaximumOrDefault(Long.MIN_VALUE); in getExposureClampToRange()1046 public long getExposureMaximumOrDefault(long defaultValue) { in getExposureMaximumOrDefault() method in StaticMetadata1066 public long getExposureMaximumOrDefault() { in getExposureMaximumOrDefault() method in StaticMetadata1067 return getExposureMaximumOrDefault(SENSOR_INFO_EXPOSURE_TIME_RANGE_MAX_AT_LEAST); in getExposureMaximumOrDefault()
545 mStaticInfo.getExposureMaximumOrDefault()); in createBurstRequest()
553 long maximumExposure = staticInfo.getExposureMaximumOrDefault(); in testBlackWhite()
923 mStaticInfo.getExposureMaximumOrDefault() in validateCaptureResult()
1052 long maxExposureTimeUs = mStaticInfo.getExposureMaximumOrDefault() / 1000; in aeCompensationTestByCamera()
2351 long maxExpTime = mStaticInfo.getExposureMaximumOrDefault(DEFAULT_EXP_TIME_NS);