Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_v1.cpp430 …ult_V1_t Amfnr_GetProcResult_V1(Amfnr_Context_V1_t *pAmfnrCtx, Amfnr_ProcResult_V1_t* pAmfnrResult) in Amfnr_GetProcResult_V1() argument
439 if(pAmfnrResult == NULL) { in Amfnr_GetProcResult_V1()
445 pAmfnrResult->stSelect = pAmfnrCtx->stAuto.stSelect; in Amfnr_GetProcResult_V1()
446 pAmfnrResult->mfnrEn = pAmfnrCtx->stAuto.mfnrEn; in Amfnr_GetProcResult_V1()
448 pAmfnrResult->mfnrEn = pAmfnrCtx->stAuto.stMfnr_dynamic.mfnr_enable_state; in Amfnr_GetProcResult_V1()
452 pAmfnrResult->stSelect = pAmfnrCtx->stManual.stSelect; in Amfnr_GetProcResult_V1()
453 pAmfnrResult->mfnrEn = pAmfnrCtx->stManual.mfnrEn; in Amfnr_GetProcResult_V1()
461 pAmfnrResult->stSelect.weight_limit_uv[i] = MFNR_MAX_WEIGHT_LIMIT_UV; in Amfnr_GetProcResult_V1()
466 …mfnr_fix_transfer_v1(&pAmfnrResult->stSelect, &pAmfnrResult->stFix, &pAmfnrCtx->stExpInfo, pAmfnrC… in Amfnr_GetProcResult_V1()
467 pAmfnrResult->stFix.tnr_en = pAmfnrResult->mfnrEn; in Amfnr_GetProcResult_V1()
[all …]