Home
last modified time | relevance | path

Searched refs:sensor_output_height (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeSensorHw.cpp106 sns_des->line_periods_per_field = sns_des->sensor_output_height; in get_blank()
129 sns_des->sensor_output_height = _height; in get_sensor_desc()
250 sns_des.sensor_output_height = sensor_desc.sensor_output_height; in getSensorModeData()
259 sns_des.sensor_output_height); in getSensorModeData()
H A DFakeCamHwIsp20.cpp176 sns_des.sensor_output_height, in init_mipi_devices()
179 sns_des.sensor_output_height, in init_mipi_devices()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeisHandle.cpp133 sharedCom->snsDes.vt_pix_clk_freq_hz * sharedCom->snsDes.sensor_output_height; in processing()
140 aeis_proc_int->frame_height = sharedCom->snsDes.sensor_output_height; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp89 ctrl.value = frame_line_length - sensor_desc.sensor_output_height; in setHdrSensorExposure()
197 ctrl.value = frame_line_length - sensor_desc.sensor_output_height; in setLinearSensorExposure()
274 ctrl.value = frame_line_length - sensor_desc.sensor_output_height; in setLinearSensorExposure()
364 ctrl.value = frame_line_length - sensor_desc.sensor_output_height; in setHdrSensorExposure()
441 sns_des->line_periods_per_field = vertBlank + sns_des->sensor_output_height; in get_blank()
501 sns_des->sensor_output_height = fmt.format.height; in get_sensor_desc()
839 sns_des.sensor_output_height = sensor_desc.sensor_output_height; in getSensorModeData()
848 sns_des.sensor_output_height); in getSensorModeData()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.h212 uint32_t sensor_output_height; variable
H A DRkAiqManager.cpp299 sensor_output_height = sensor_des.sensor_output_height; in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.cpp383 sns_des.sensor_output_height = g_simisp_params.rawHeight; in getSensorModeData()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_types.h402 uint32_t sensor_output_height; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp3683 sns_des.isp_acq_height = sns_des.sensor_output_height; in getSensorModeData()
3689 sns_des.sensor_output_height = userSensorHeight; in getSensorModeData()
3691 sns_des.isp_acq_height = sns_des.sensor_output_height; in getSensorModeData()