Searched refs:amdCtx (Results 1 – 2 of 2) sorted by relevance
44 ctx->amdCtx.calib = cfg->calib; in create_context()45 ctx->amdCtx.calibv2 = cfg->calibv2; in create_context()47 if (ctx->amdCtx.calib) { in create_context()49 (CalibDb_MFNR_t*)(CALIBDB_GET_MODULE_PTR(ctx->amdCtx.calib, mfnr)); in create_context()52 } else if (ctx->amdCtx.calibv2) { in create_context()54 (CalibDbV2_MFNR_t*)(CALIBDBV2_GET_MODULE_PTR(ctx->amdCtx.calibv2, mfnr_v1)); in create_context()56 ctx->amdCtx.enable = calibv2_mfnr->TuningPara.motion_detect_en; in create_context()57 … ctx->amdCtx.motion = (CalibDbV2_MFNR_TuningPara_Motion_t)calibv2_mfnr->TuningPara.Motion; in create_context()71 if (context->amdCtx.pPreAlpha) in destroy_context()72 free(context->amdCtx.pPreAlpha); in destroy_context()[all …]
43 AmdContext_t amdCtx; member