Searched refs:EmulatedSensor (Results 1 – 14 of 14) sorted by relevance
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedSensor.cpp | 83 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 D | EmulatedRequestState.h | 54 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 D | EmulatedRequestProcessor.cpp | 38 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 D | EmulatedRequestState.cpp | 522 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 D | EmulatedSensor.h | 145 class EmulatedSensor : private Thread, public virtual RefBase { 147 EmulatedSensor(); 148 ~EmulatedSensor(); 379 return max_raw_value / EmulatedSensor::kSaturationElectrons; in GetBaseGainFactor()
|
H A D | EmulatedRequestProcessor.h | 45 EmulatedRequestProcessor(uint32_t camera_id, sp<EmulatedSensor> sensor, 103 sp<EmulatedSensor> sensor_;
|
H A D | EmulatedCameraDeviceSessionHWLImpl.cpp | 196 sp<EmulatedSensor> emulated_sensor = new EmulatedSensor(); in InitializeRequestProcessor() 244 if (!EmulatedSensor::IsStreamCombinationSupported( in ConfigurePipeline() 277 : EmulatedSensor::OverrideFormat(stream.format), in ConfigurePipeline()
|
H A D | EmulatedLogicalRequestState.cpp | 127 EmulatedSensor::LogicalCameraSettings* logical_settings /*out*/) { in InitializeLogicalSettings() 148 EmulatedSensor::SensorSettings physical_sensor_settings; in InitializeLogicalSettings() 171 EmulatedSensor::SensorSettings sensor_settings; in InitializeLogicalSettings()
|
H A D | Android.bp | 24 "EmulatedSensor.cpp",
|
H A D | EmulatedLogicalRequestState.h | 74 EmulatedSensor::LogicalCameraSettings* logical_settings /*out*/);
|
H A D | EmulatedCameraDeviceHWLImpl.cpp | 188 return EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported()
|
H A D | EmulatedCameraProviderHWLImpl.cpp | 328 if (!EmulatedSensor::IsStreamCombinationSupported( in IsConcurrentStreamCombinationSupported() 654 if (!EmulatedSensor::AreCharacteristicsSupported(sensor_characteristics)) { in ParseCharacteristics()
|
H A D | EmulatedScene.cpp | 480 ns2us(EmulatedSensor::kSupportedFrameDurationRange[0]), 0/*maxBatchReportLatencyUs*/); in InitializeSensorQueue()
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
H A D | HWLUtils.cpp | 83 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()
|