Searched refs:awbHwConfigFull (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_awb_v3x.cpp | 1322 const rk_aiq_isp_awb_meas_cfg_v3x_t *awbHwConfigFull = &pConfig->awbHwConfig; in initCustomAwbRes() local 1323 awbHwConfig->awbEnable = awbHwConfigFull->awbEnable; in initCustomAwbRes() 1324 awbHwConfig->lscBypEnable = awbHwConfigFull->lscBypEnable; in initCustomAwbRes() 1325 awbHwConfig->uvDetectionEnable = awbHwConfigFull->uvDetectionEnable[0]; in initCustomAwbRes() 1326 awbHwConfig->xyDetectionEnable = awbHwConfigFull->xyDetectionEnable[0]; in initCustomAwbRes() 1327 awbHwConfig->threeDyuvEnable = awbHwConfigFull->threeDyuvEnable[0]; in initCustomAwbRes() 1328 …memcpy(awbHwConfig->threeDyuvIllu,awbHwConfigFull->threeDyuvIllu, sizeof(awbHwConfigFull->threeDyu… in initCustomAwbRes() 1329 awbHwConfig->wpDiffWeiEnable = awbHwConfigFull->wpDiffWeiEnable[0]; in initCustomAwbRes() 1330 awbHwConfig->blkWeightEnable = awbHwConfigFull->blkWeightEnable[0]; in initCustomAwbRes() 1331 awbHwConfig->blkMeasureMode = awbHwConfigFull->blkMeasureMode; in initCustomAwbRes() [all …]
|
| H A D | rk_aiq_user_api2_custom_awb.cpp | 279 rk_aiq_isp_awb_meas_cfg_v32_t *awbHwConfigFull = &algo_ctx->rkCfg.awbHwConfig; in AwbDemoProcessing() local 281 awb_window_check(&algo_ctx->rkCfg,awbHwConfigFull->windowSet); in AwbDemoProcessing() 282 _customAwbHw2rkAwbHwCfg(&algo_ctx->customRes, awbHwConfigFull); in AwbDemoProcessing() 286 …calcInputBitIs12Bit( &awbHwConfigFull->inputBitIs12Bit, awbHwConfigFull->frameChoose, working_mode… in AwbDemoProcessing() 287 …calcInputRightShift212Bit(&awbHwConfigFull->inputShiftEnable,awbHwConfigFull->frameChoose, working… in AwbDemoProcessing() 289 …ret = ConfigPreWbgain2(awbHwConfigFull,algo_ctx->customRes.awb_gain_algo,AwbProcResParams->awb_gai… in AwbDemoProcessing() 292 AwbProcResParams->awb_gain_algo->applyPosition,working_mode,awbHwConfigFull); in AwbDemoProcessing() 294 ConfigOverexposureValue(ablc_res_v32,hdrmge_gain0_1,working_mode, awbHwConfigFull); in AwbDemoProcessing() 295 if( awbHwConfigFull->frameChoose == CALIB_AWB_INPUT_DRC){ in AwbDemoProcessing() 296 awbHwConfigFull->lscBypEnable = true; in AwbDemoProcessing() [all …]
|
| H A D | rk_aiq_user_api2_custom_awb_v32.cpp | 115 const rk_aiq_isp_awb_meas_cfg_v32_t *awbHwConfigFull = &pConfig->awbHwConfig; in initCustomAwbRes() local 116 awbHwConfig->awbEnable = awbHwConfigFull->awbEnable; in initCustomAwbRes() 117 awbHwConfig->multiwindow_en = awbHwConfigFull->multiwindow_en; in initCustomAwbRes() 118 …memcpy(awbHwConfig->multiwindow, awbHwConfigFull->multiwindow,sizeof(awbHwConfigFull->multiwindow)… in initCustomAwbRes() 119 awbHwConfig->frameChoose = (rk_aiq_customAwb_Raw_Select_Mode_e)awbHwConfigFull->frameChoose; in initCustomAwbRes() 120 memcpy(awbHwConfig->windowSet,awbHwConfigFull->windowSet,sizeof(awbHwConfigFull->windowSet)); in initCustomAwbRes() 121 awbHwConfig->lightNum = awbHwConfigFull->lightNum; in initCustomAwbRes() 122 awbHwConfig->maxR = awbHwConfigFull->maxR; in initCustomAwbRes() 123 awbHwConfig->minR = awbHwConfigFull->minR; in initCustomAwbRes() 124 awbHwConfig->maxG = awbHwConfigFull->maxG; in initCustomAwbRes() [all …]
|