Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp95 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h240 static const nsecs_t kSupportedExposureTimeRange[2]; variable
DEmulatedSensor.cpp53 const nsecs_t EmulatedSensor::kSupportedExposureTimeRange[2] = {1000LL, member in android::EmulatedSensor
166 ((characteristics.exposure_time_range[0] < kSupportedExposureTimeRange[0]) || in AreCharacteristicsSupported()
168 kSupportedExposureTimeRange[1]))) { in AreCharacteristicsSupported()
DEmulatedRequestState.cpp1013 std::make_pair(EmulatedSensor::kSupportedExposureTimeRange[0], in InitializeSensorDefaults()
1014 EmulatedSensor::kSupportedExposureTimeRange[1]); in InitializeSensorDefaults()