Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAnrHandle.cpp377 memcpy(&rawnr_params->result, &anr_rk->stAnrProcResult.stBayernrFix, in genIspResult()
381 memcpy(&gain_params->result, &anr_rk->stAnrProcResult.stGainFix, sizeof(rk_aiq_isp_gain_t)); in genIspResult()
384 memcpy(&motion_params->result, &anr_rk->stAnrProcResult.stMotion, in genIspResult()
385 sizeof(anr_rk->stAnrProcResult.stMotion)); in genIspResult()
392 memcpy(&ynr_params->result, &anr_rk->stAnrProcResult.stYnrFix, sizeof(RKAnr_Ynr_Fix_t)); in genIspResult()
396 memcpy(&uvnr_params->result, &anr_rk->stAnrProcResult.stUvnrFix, sizeof(RKAnr_Uvnr_Fix_t)); in genIspResult()
399 memcpy(&tnr_params->result, &anr_rk->stAnrProcResult.stMfnrFix, sizeof(RKAnr_Mfnr_Fix_t)); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_algo_anr_itf.cpp275 ANRGetProcResult(pAnrCtx, &pAnrProcResParams->stAnrProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_types.h300 ANRProcResult_t stAnrProcResult; member