Home
last modified time | relevance | path

Searched refs:customRes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb.cpp47 rk_aiq_customeAwb_results_t customRes; // result of pfn_awb_run member
117 initCustomAwbRes(&algo_ctx->customRes, &algo_ctx->rkCfg); in AwbDemoPrepare()
200 &algo_ctx->customRes in AwbDemoProcessing()
206 &algo_ctx->customRes in AwbDemoProcessing()
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()
282 _customAwbHw2rkAwbHwCfg(&algo_ctx->customRes, awbHwConfigFull); in AwbDemoProcessing()
288 …lc(ablc_res_v32,AwbProcResParams->awb_gain_algo->applyPosition,&algo_ctx->customRes.awb_gain_algo); in AwbDemoProcessing()
289 …ret = ConfigPreWbgain2(awbHwConfigFull,algo_ctx->customRes.awb_gain_algo,AwbProcResParams->awb_gai… in AwbDemoProcessing()
[all …]
H A Drk_aiq_user_api2_custom_ae.cpp63 rk_aiq_customeAe_results_t customRes; // result of pfn_ae_run member
878 … initCustomAeRes(&algo_ctx->customRes, &algo_ctx->rkCfg); //for group, only init full customRes in AeDemoPrepare()
1239 AePreResult->HdrExp[0].exp_real_params = algo_ctx->customRes.hdr_exp[0]; in AeDemoPreProcess()
1240 AePreResult->HdrExp[1].exp_real_params = algo_ctx->customRes.hdr_exp[1]; in AeDemoPreProcess()
1241 AePreResult->HdrExp[2].exp_real_params = algo_ctx->customRes.hdr_exp[2]; in AeDemoPreProcess()
1243 AePreResult->LinearExp.exp_real_params = algo_ctx->customRes.linear_exp; in AeDemoPreProcess()
1282 &algo_ctx->customRes in AeDemoProcessing()
1293 &algo_ctx->customRes in AeDemoProcessing()
1301 _customAeRes2rkAeRes(&algo_ctx->rkCfg, AeProcResParams, &algo_ctx->customRes); in AeDemoProcessing()
1334 &algo_ctx->customRes in AeDemoGroupProcessing()
[all …]