Searched refs:awbHwConfig (Results 1 – 7 of 7) sorted by relevance
31 rk_aiq_isp_awb_meas_cfg_v3x_t awbHwConfig; member34 static XCamReturn initCustomAwbHwConfigGw(rk_aiq_customAwb_hw_cfg_t *awbHwConfig) in initCustomAwbHwConfigGw() argument38 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 …]
33 rk_aiq_isp_awb_meas_cfg_v32_t awbHwConfig; member35 static XCamReturn initCustomAwbHwConfigGw(rk_aiq_customAwb_hw_cfg_t *awbHwConfig) in initCustomAwbHwConfigGw() argument39 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 …]
112 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()
56 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 …]
56 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()
72 rk_aiq_customAwb_single_hw_cfg_t awbHwConfig;//for each camera member83 rk_aiq_customAwb_hw_cfg_t awbHwConfig; member
88 rk_aiq_customAwb_single_hw_cfg_t awbHwConfig;//for each camera member99 rk_aiq_customAwb_hw_cfg_t awbHwConfig; member