Home
last modified time | relevance | path

Searched refs:kSupportedExposureTimeRange (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h305 static const nsecs_t kSupportedExposureTimeRange[2]; variable
DEmulatedSensor.cpp78 const nsecs_t EmulatedSensor::kSupportedExposureTimeRange[2] = {1000LL, member in android::EmulatedSensor
238 ((characteristics.exposure_time_range[0] < kSupportedExposureTimeRange[0]) || in AreCharacteristicsSupported()
240 kSupportedExposureTimeRange[1]))) { in AreCharacteristicsSupported()
801 auto exposure_time = EmulatedSensor::kSupportedExposureTimeRange[0]; in threadLoop()
DEmulatedCameraDeviceInfo.cpp107 std::make_pair(EmulatedSensor::kSupportedExposureTimeRange[0], in InitializeSensorDefaults()
108 EmulatedSensor::kSupportedExposureTimeRange[1]); in InitializeSensorDefaults()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp249 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()