Home
last modified time | relevance | path

Searched refs:stOnfly (Results 1 – 3 of 3) 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()
45 attr.stManual.stOnfly.mode = ADPCC_ONFLY_MODE_EXPERT; 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/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_ext.h617 Adpcc_onfly_cfg_t stOnfly; member