Searched refs:AsharpContext_t (Results 1 – 5 of 5) sorted by relevance
14 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx);16 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx);18 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx);20 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb);22 AsharpResult_t AsharpRelease(AsharpContext_t *pAsharpCtx);24 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);26 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);28 AsharpResult_t AsharpPreProcess(AsharpContext_t *pAsharpCtx);30 AsharpResult_t AsharpProcess(AsharpContext_t *pAsharpCtx, AsharpExpInfo_t *pExpInfo);32 AsharpResult_t AsharpGetProcResult(AsharpContext_t *pAsharpCtx, AsharpProcResult_t* pAsharpResult);[all …]
16 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetAttrib()30 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetAttrib()46 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetIQpara()125 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetIQpara()199 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetStrength()220 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetStrength()241 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetJsonpara()261 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetJsonpara()
7 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx) in AsharpStart()28 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx) in AsharpStop()48 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx) in AsharpIQParaUpdate()68 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb) in AsharpInit()70 AsharpContext_t * pAsharpCtx; in AsharpInit()74 pAsharpCtx = (AsharpContext_t *)malloc(sizeof(AsharpContext_t)); in AsharpInit()80 memset(pAsharpCtx, 0x00, sizeof(AsharpContext_t)); in AsharpInit()135 AsharpResult_t AsharpInit_json(AsharpContext_t **ppAsharpCtx, CamCalibDbV2Context_t *pCalibDbV2) in AsharpInit_json()137 AsharpContext_t * pAsharpCtx; in AsharpInit_json()141 pAsharpCtx = (AsharpContext_t *)malloc(sizeof(AsharpContext_t)); in AsharpInit_json()[all …]
39 AsharpContext_t* pAsharpCtx = NULL; in create_context()66 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)context; in destroy_context()86 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)params->ctx; in prepare()125 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)inparams->ctx; in pre_process()156 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)inparams->ctx; in processing()
84 } AsharpContext_t; typedef