Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_ext.h82 unsigned char sw_dpcc_output_sel; member
242 unsigned char sw_dpcc_output_sel; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp65 pBasic->arBasic[i].sw_dpcc_output_sel = 1; in html_params_init()
217 pBasic->arBasic[i].sw_dpcc_output_sel = 0; in html_params_init()
463 … pBasic->arBasic[i].sw_dpcc_output_sel = pCalib->DpccTuningPara.Expert_Mode.dpcc_out_sel ? 1 : 0; in dpcc_expert_mode_basic_params_init()
678 pSelect->sw_dpcc_output_sel = pstmaunal->stOnfly.expert_mode.sw_dpcc_output_sel; in Api_Expert_mode_select()
858 pSelect->sw_dpcc_output_sel = pParams->sw_dpcc_output_sel; in Expert_mode_param_cpy()
2368 pSelect->sw_dpcc_output_sel = 1; in Fast_mode_select_basic_params_by_ISO()
2431 pSelect->sw_dpcc_output_sel = 1; in Api_Fast_mode_select()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h568 __u8 sw_dpcc_output_sel; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h580 u8 sw_dpcc_output_sel; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1665 pDpccCfg->sw_dpcc_output_sel = pDpccRst->stBasic.sw_dpcc_output_sel; in convertAiqDpccToIsp20Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c57 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
H A Disp_params_v21.c51 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
H A Disp_params_v3x.c123 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
H A Disp_params_v32.c103 !!arg->sw_dpcc_output_sel << 4 | in isp_dpcc_config()