Home
last modified time | relevance | path

Searched refs:expert_mode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adpcc_module.cpp38 attr.stManual.stOnfly.expert_mode.stage1_use_set_1, in sample_dpcc_set_attr()
39 attr.stManual.stOnfly.expert_mode.stage1_use_set_2, in sample_dpcc_set_attr()
40 attr.stManual.stOnfly.expert_mode.stage1_use_set_3); in sample_dpcc_set_attr()
46 attr.stManual.stOnfly.expert_mode.stage1_use_set_1 = 1; in sample_dpcc_set_attr()
47 attr.stManual.stOnfly.expert_mode.stage1_use_set_2 = 1; in sample_dpcc_set_attr()
48 attr.stManual.stOnfly.expert_mode.stage1_use_set_3 = 1; in sample_dpcc_set_attr()
72 attr.stManual.stOnfly.expert_mode.stage1_use_set_1, in sample_dpcc_get_attr()
73 attr.stManual.stOnfly.expert_mode.stage1_use_set_2, in sample_dpcc_get_attr()
74 attr.stManual.stOnfly.expert_mode.stage1_use_set_3); in sample_dpcc_get_attr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp672 pSelect->stage1_enable = pstmaunal->stOnfly.expert_mode.stage1_enable; in Api_Expert_mode_select()
673 pSelect->grayscale_mode = pstmaunal->stOnfly.expert_mode.grayscale_mode; in Api_Expert_mode_select()
674 pSelect->enable = pstmaunal->stOnfly.expert_mode.enable; in Api_Expert_mode_select()
677 pSelect->sw_rk_out_sel = pstmaunal->stOnfly.expert_mode.sw_rk_out_sel; in Api_Expert_mode_select()
678 pSelect->sw_dpcc_output_sel = pstmaunal->stOnfly.expert_mode.sw_dpcc_output_sel; in Api_Expert_mode_select()
679 pSelect->stage1_rb_3x3 = pstmaunal->stOnfly.expert_mode.stage1_rb_3x3; in Api_Expert_mode_select()
680 pSelect->stage1_g_3x3 = pstmaunal->stOnfly.expert_mode.stage1_g_3x3; in Api_Expert_mode_select()
681 pSelect->stage1_incl_rb_center = pstmaunal->stOnfly.expert_mode.stage1_incl_rb_center; in Api_Expert_mode_select()
682 pSelect->stage1_incl_green_center = pstmaunal->stOnfly.expert_mode.stage1_incl_green_center; in Api_Expert_mode_select()
685 pSelect->stage1_use_fix_set = pstmaunal->stOnfly.expert_mode.stage1_use_fix_set; in Api_Expert_mode_select()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dperfmon.h106 int expert_mode; /* turn on/off value checking */ member
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda8290.c171 static unsigned char expert_mode[] = { 0x01, 0x80 }; in tda8290_set_params() local
213 expert_mode[1] = priv->tda8290_easy_mode + 0x80; in tda8290_set_params()
214 tuner_i2c_xfer_send(&priv->i2c_props, expert_mode, 2); in tda8290_set_params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_ext.h599 Adpcc_basic_cfg_params_t expert_mode; member