Searched refs:getExposureMaximumOrDefault (Results 1 – 7 of 7) sorted by relevance
395 long maxExposure = getExposureMaximumOrDefault(Long.MIN_VALUE); in getExposureClampToRange()1169 public long getExposureMaximumOrDefault(long defaultValue) { in getExposureMaximumOrDefault() method in StaticMetadata1189 public long getExposureMaximumOrDefault() { in getExposureMaximumOrDefault() method in StaticMetadata1190 return getExposureMaximumOrDefault(SENSOR_INFO_EXPOSURE_TIME_RANGE_MAX_AT_LEAST); in getExposureMaximumOrDefault()
392 mStaticInfo.getExposureMaximumOrDefault() in validateCaptureResult()
556 mStaticInfo.getExposureMaximumOrDefault()); in createBurstRequest()
578 long maximumExposure = staticInfo.getExposureMaximumOrDefault(); in testBlackWhite()
1298 mStaticInfo.getExposureMaximumOrDefault() in validateCaptureResult()
1420 long maxExposureTimeUs = mStaticInfo.getExposureMaximumOrDefault() / 1000; in aeCompensationTestByCamera()
3093 long maxExpTime = mStaticInfo.getExposureMaximumOrDefault(DEFAULT_EXP_TIME_NS);