Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAnrHandle.cpp372 RkAiqAlgoProcResAnr* anr_rk = (RkAiqAlgoProcResAnr*)anr_com; in genIspResult() local
377 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()