Home
last modified time | relevance | path

Searched refs:EmulatedSensor (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp83 EmulatedSensor::kSaturationElectrons / EmulatedSensor::kSaturationVoltage *
84 EmulatedSensor::kVoltsPerLuxSecond;
94 EmulatedSensor::kReadNoiseStddevAfterGain;
138 EmulatedSensor::EmulatedSensor() : Thread(false), got_vsync_(false) { in EmulatedSensor() function in android::EmulatedSensor
145 EmulatedSensor::~EmulatedSensor() { in ~EmulatedSensor()
477 status_t EmulatedSensor::StartUp( in StartUp()
521 status_t EmulatedSensor::ShutDown() { in ShutDown()
530 void EmulatedSensor::SetCurrentRequest( in SetCurrentRequest()
561 status_t EmulatedSensor::Flush() { in Flush()
602 bool EmulatedSensor::threadLoop() { in threadLoop()
[all …]
H A DEmulatedRequestState.h54 EmulatedSensor::SensorSettings* sensor_settings /*out*/);
230 nsecs_t ae_target_exposure_time_ = EmulatedSensor::kDefaultExposureTime;
231 nsecs_t current_exposure_time_ = EmulatedSensor::kDefaultExposureTime;
247 EmulatedSensor::kSupportedFrameDurationRange[1];
248 nsecs_t sensor_exposure_time_ = EmulatedSensor::kDefaultExposureTime;
249 nsecs_t sensor_frame_duration_ = EmulatedSensor::kDefaultFrameDuration;
250 int32_t sensor_sensitivity_ = EmulatedSensor::kDefaultSensitivity;
H A DEmulatedRequestProcessor.cpp38 uint32_t camera_id, sp<EmulatedSensor> sensor, in EmulatedRequestProcessor()
78 while (pending_requests_.size() > EmulatedSensor::kPipelineDepth) { in ProcessPipelineRequests()
81 EmulatedSensor::kSupportedFrameDurationRange[1])); in ProcessPipelineRequests()
336 EmulatedSensor::OverrideFormat(stream.override_format); in CreateSensorBuffer()
393 ns2ms(EmulatedSensor::kSupportedFrameDurationRange[1])); in AcquireBuffers()
427 std::unique_ptr<EmulatedSensor::LogicalCameraSettings> logical_settings = in RequestProcessorLoop()
428 std::make_unique<EmulatedSensor::LogicalCameraSettings>(); in RequestProcessorLoop()
489 sensor_->WaitForVSync(EmulatedSensor::kSupportedFrameDurationRange[1]); in RequestProcessorLoop()
H A DEmulatedRequestState.cpp522 EmulatedSensor::kSupportedFrameDurationRange[0]) && in ProcessAE()
530 EmulatedSensor::kSupportedFrameDurationRange[0], in ProcessAE()
608 EmulatedSensor::SensorSettings* sensor_settings /*out*/) { in InitializeSensorSettings()
918 &EmulatedSensor::kSupportedFrameDurationRange[0], 1); in InitializeResult()
1122 GetClosestValue(EmulatedSensor::kDefaultFrameDuration, in InitializeSensorDefaults()
2136 ARRAY_SIZE(EmulatedSensor::kDefaultToneMapCurveRed)); in InitializeTonemapDefaults()
2142 ARRAY_SIZE(EmulatedSensor::kDefaultToneMapCurveBlue)); in InitializeTonemapDefaults()
2263 EmulatedSensor::kDefaultColorTransform, in InitializeColorCorrectionDefaults()
2267 EmulatedSensor::kDefaultColorCorrectionGains, in InitializeColorCorrectionDefaults()
2743 if (!EmulatedSensor::IsReprocessPathSupported( in InitializeReprocessDefaults()
[all …]
H A DEmulatedSensor.h145 class EmulatedSensor : private Thread, public virtual RefBase {
147 EmulatedSensor();
148 ~EmulatedSensor();
379 return max_raw_value / EmulatedSensor::kSaturationElectrons; in GetBaseGainFactor()
H A DEmulatedRequestProcessor.h45 EmulatedRequestProcessor(uint32_t camera_id, sp<EmulatedSensor> sensor,
103 sp<EmulatedSensor> sensor_;
H A DEmulatedCameraDeviceSessionHWLImpl.cpp196 sp<EmulatedSensor> emulated_sensor = new EmulatedSensor(); in InitializeRequestProcessor()
244 if (!EmulatedSensor::IsStreamCombinationSupported( in ConfigurePipeline()
277 : EmulatedSensor::OverrideFormat(stream.format), in ConfigurePipeline()
H A DEmulatedLogicalRequestState.cpp127 EmulatedSensor::LogicalCameraSettings* logical_settings /*out*/) { in InitializeLogicalSettings()
148 EmulatedSensor::SensorSettings physical_sensor_settings; in InitializeLogicalSettings()
171 EmulatedSensor::SensorSettings sensor_settings; in InitializeLogicalSettings()
H A DAndroid.bp24 "EmulatedSensor.cpp",
H A DEmulatedLogicalRequestState.h74 EmulatedSensor::LogicalCameraSettings* logical_settings /*out*/);
H A DEmulatedCameraDeviceHWLImpl.cpp188 return EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported()
H A DEmulatedCameraProviderHWLImpl.cpp328 if (!EmulatedSensor::IsStreamCombinationSupported( in IsConcurrentStreamCombinationSupported()
654 if (!EmulatedSensor::AreCharacteristicsSupported(sensor_characteristics)) { in ParseCharacteristics()
H A DEmulatedScene.cpp480 ns2us(EmulatedSensor::kSupportedFrameDurationRange[0]), 0/*maxBatchReportLatencyUs*/); in InitializeSensorQueue()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DHWLUtils.cpp83 EmulatedSensor::kSupportedFrameDurationRange[0]; in GetSensorCharacteristics()
95 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()
98 EmulatedSensor::kSupportedFrameDurationRange, in GetSensorCharacteristics()
101 EmulatedSensor::kSupportedSensitivityRange, in GetSensorCharacteristics()
164 EmulatedSensor::kSupportedColorFilterArrangement); in GetSensorCharacteristics()
165 sensor_chars->max_raw_value = EmulatedSensor::kDefaultMaxRawValue; in GetSensorCharacteristics()
167 EmulatedSensor::kDefaultBlackLevelPattern, in GetSensorCharacteristics()