Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Disp_config_translator.cpp41 : _sensor (sensor) in IspConfigTranslator()
43 XCAM_ASSERT (_sensor.ptr()); in IspConfigTranslator()
124 if (!_sensor->is_ready ()) { in translate_exposure()
128 if (!_sensor->exposure_time_to_integration (from.exposure_time, coarse_time, fine_time)) { in translate_exposure()
135 …if (!_sensor->exposure_gain_to_code (from.analog_gain, from.digital_gain, analog_code, digital_cod… in translate_exposure()
Disp_image_processor.cpp33 _sensor = new SensorDescriptor; in IspImageProcessor()
34 _translator = new IspConfigTranslator (_sensor); in IspImageProcessor()
86 if (!_sensor->is_ready()) { in apply_3a_results()
92 _sensor->set_sensor_data (sensor_data); in apply_3a_results()
93 XCAM_ASSERT (_sensor->is_ready()); in apply_3a_results()
Disp_config_translator.h52 SmartPtr<SensorDescriptor> _sensor;
Disp_image_processor.h56 SmartPtr<SensorDescriptor> _sensor; variable