Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAynrV22Handle.cpp269 …mProcResShared->result.stAynrProcResult.stFix = &shared->fullParams->mYnrV32Params->data()->result; in processing()
281 mProcResShared->result.stAynrProcResult = mLatestparam; in processing()
351 mLatestparam = aynr_rk->stAynrProcResult; in genIspResult()
H A DRkAiqAynrV3Handle.cpp285 …mProcResShared->result.stAynrProcResult.stFix = &shared->fullParams->mYnrV3xParams->data()->result; in processing()
297 mProcResShared->result.stAynrProcResult = mLatestparam; in processing()
369 mLatestparam = aynr_rk->stAynrProcResult; in genIspResult()
H A DRkAiqAynrHandle.cpp346 memcpy(&ynr_param->result, &aynr_rk->stAynrProcResult.stFix, sizeof(RK_YNR_Fix_V1_t)); in genIspResult()
H A DRkAiqAynrV2Handle.cpp241 aynr_proc_res_int->stAynrProcResult.stFix = &shared->fullParams->mYnrV21Params->data()->result; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_types.h1073 Aynr_ProcResult_V1_t stAynrProcResult; member
1107 Aynr_ProcResult_V2_t stAynrProcResult; member
1141 Aynr_ProcResult_V3_t stAynrProcResult; member
1460 Aynr_ProcResult_V22_t stAynrProcResult; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr2/
H A Drk_aiq_aynr_algo_itf_v2.cpp263 Aynr_GetProcResult_V2(pAynrCtx, &pAynrProcResParams->stAynrProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr/
H A Drk_aiq_aynr_algo_itf_v1.cpp263 Aynr_GetProcResult_V1(pAynrCtx, &pAynrProcResParams->stAynrProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr3/
H A Drk_aiq_aynr_algo_itf_v3.cpp282 Aynr_GetProcResult_V3(pAynrCtx, &pAynrProcResParams->stAynrProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp406 &((RkAiqAlgoProcResAynrV3*)vdBufMsg->msg->map())->stAynrProcResult; in groupMessageHandler()
433 &((RkAiqAlgoProcResAynrV22*)vdBufMsg->msg->map())->stAynrProcResult; in groupMessageHandler()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynrV22/
H A Drk_aiq_aynr_algo_itf_v22.cpp319 Aynr_GetProcResult_V22(pAynrCtx, &pAynrProcResParams->stAynrProcResult); in processing()