Home
last modified time | relevance | path

Searched refs:awbHwConfig (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb_v3x.cpp31 rk_aiq_isp_awb_meas_cfg_v3x_t awbHwConfig; member
34 static XCamReturn initCustomAwbHwConfigGw(rk_aiq_customAwb_hw_cfg_t *awbHwConfig) in initCustomAwbHwConfigGw() argument
38 memset(awbHwConfig,0,sizeof(rk_aiq_customAwb_hw_cfg_t)); in initCustomAwbHwConfigGw()
39 awbHwConfig->awbEnable = 1; in initCustomAwbHwConfigGw()
40 awbHwConfig->xyDetectionEnable = 0; in initCustomAwbHwConfigGw()
41 awbHwConfig->uvDetectionEnable = 0; in initCustomAwbHwConfigGw()
42 awbHwConfig->threeDyuvEnable = 0; in initCustomAwbHwConfigGw()
43 awbHwConfig->blkWeightEnable = 0; in initCustomAwbHwConfigGw()
44 awbHwConfig->lscBypEnable = 0; in initCustomAwbHwConfigGw()
45 awbHwConfig->blkMeasureMode = RK_AIQ_AWB_BLK_STAT_MODE_REALWP_V201; in initCustomAwbHwConfigGw()
[all …]
H A Drk_aiq_user_api2_custom_awb_v32.cpp33 rk_aiq_isp_awb_meas_cfg_v32_t awbHwConfig; member
35 static XCamReturn initCustomAwbHwConfigGw(rk_aiq_customAwb_hw_cfg_t *awbHwConfig) in initCustomAwbHwConfigGw() argument
39 memset(awbHwConfig,0,sizeof(rk_aiq_customAwb_hw_cfg_t)); in initCustomAwbHwConfigGw()
40 awbHwConfig->awbEnable = 1; in initCustomAwbHwConfigGw()
41 awbHwConfig->lightNum = 4; in initCustomAwbHwConfigGw()
42 awbHwConfig->windowSet[0] = 0; in initCustomAwbHwConfigGw()
43 awbHwConfig->windowSet[1] = 0; in initCustomAwbHwConfigGw()
44 awbHwConfig->windowSet[2] = 3840; in initCustomAwbHwConfigGw()
45 awbHwConfig->windowSet[3] = 2160; in initCustomAwbHwConfigGw()
46 awbHwConfig->maxR = 230*16; in initCustomAwbHwConfigGw()
[all …]
H A Drk_aiq_user_api2_custom_awb.cpp112 initAwbHwFullConfigGw(&algo_ctx->rkCfg.awbHwConfig); in AwbDemoPrepare()
213 awb_window_check(&algo_ctx->rkCfg,algo_ctx->customRes.awbHwConfig.windowSet); in AwbDemoProcessing()
214 _customAwbHw2rkAwbHwCfg(&algo_ctx->customRes, &algo_ctx->rkCfg.awbHwConfig); in AwbDemoProcessing()
216 _customAwbRes2rkAwbRes(AwbProcResParams, &algo_ctx->customRes,algo_ctx->rkCfg.awbHwConfig); in AwbDemoProcessing()
279 rk_aiq_isp_awb_meas_cfg_v32_t *awbHwConfigFull = &algo_ctx->rkCfg.awbHwConfig; in AwbDemoProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/awb_algo_demo/
H A Dthird_party_awb_algo.cpp56 pstAwbResult->awbHwConfig.xyDetectionEnable = 0; in custom_awb_run()
57 pstAwbResult->awbHwConfig.uvDetectionEnable = 0; in custom_awb_run()
58 pstAwbResult->awbHwConfig.threeDyuvEnable = 0; in custom_awb_run()
59 pstAwbResult->awbHwConfig.blkWeightEnable = 0; in custom_awb_run()
60 pstAwbResult->awbHwConfig.blkMeasureMode = RK_AIQ_AWB_BLK_STAT_MODE_REALWP_V201; in custom_awb_run()
61 pstAwbResult->awbHwConfig.maxR = 230; in custom_awb_run()
62 pstAwbResult->awbHwConfig.maxG = 230; in custom_awb_run()
63 pstAwbResult->awbHwConfig.maxB = 230; in custom_awb_run()
64 pstAwbResult->awbHwConfig.maxY = 230; in custom_awb_run()
65 pstAwbResult->awbHwConfig.minR = 3; in custom_awb_run()
[all …]
H A Dthird_party_awbV32_algo.cpp56 pstAwbResult->awbHwConfig.maxR = 230*16;; in custom_awb_run()
57 pstAwbResult->awbHwConfig.maxG = 230*16;; in custom_awb_run()
58 pstAwbResult->awbHwConfig.maxB = 230*16;; in custom_awb_run()
59 pstAwbResult->awbHwConfig.maxY = 230*16;; in custom_awb_run()
60 pstAwbResult->awbHwConfig.minR = 3*16; in custom_awb_run()
61 pstAwbResult->awbHwConfig.minG = 3*16; in custom_awb_run()
62 pstAwbResult->awbHwConfig.minB = 3*16; in custom_awb_run()
63 pstAwbResult->awbHwConfig.minY = 3*16; in custom_awb_run()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_custom_awb_type_v32.h72 rk_aiq_customAwb_single_hw_cfg_t awbHwConfig;//for each camera member
83 rk_aiq_customAwb_hw_cfg_t awbHwConfig; member
H A Drk_aiq_user_api2_custom_awb_type_v3x.h88 rk_aiq_customAwb_single_hw_cfg_t awbHwConfig;//for each camera member
99 rk_aiq_customAwb_hw_cfg_t awbHwConfig; member