Lines Matching refs:sensor
270 /* 185 sensor code : DB = 160 : 48 */
536 struct atomisp_exposure sensor;
539 xcam_mem_clear (sensor);
540 sensor.integration_time[0] = _result.sensor_exp_param.coarse_integration_time;
541 sensor.integration_time[1] = _result.sensor_exp_param.fine_integration_time;
542 sensor.gain[0] = _result.sensor_exp_param.analog_gain_code_global;
543 sensor.gain[1] = _result.sensor_exp_param.digital_gain_global;
544 result->set_isp_config (sensor);