Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_v1.h33 Amfnr_Result_V1_t Amfnr_Start_V1(Amfnr_Context_V1_t *pAmfnrCtx);
35 Amfnr_Result_V1_t Amfnr_Stop_V1(Amfnr_Context_V1_t *pAmfnrCtx);
38 Amfnr_Result_V1_t Amfnr_Init_V1(Amfnr_Context_V1_t **ppAmfnrCtx, CamCalibDbContext_t *pCalibDb);
41 Amfnr_Result_V1_t Amfnr_Release_V1(Amfnr_Context_V1_t *pAmfnrCtx);
44 Amfnr_Result_V1_t Amfnr_Prepare_V1(Amfnr_Context_V1_t *pAmfnrCtx, Amfnr_Config_V1_t* pANRConfig);
47 Amfnr_Result_V1_t Amfnr_ReConfig_V1(Amfnr_Context_V1_t *pAmfnrCtx, Amfnr_Config_V1_t* pANRConfig);
49 Amfnr_Result_V1_t Amfnr_IQParaUpdate_V1(Amfnr_Context_V1_t *pAmfnrCtx);
52 Amfnr_Result_V1_t Amfnr_PreProcess_V1(Amfnr_Context_V1_t *pAmfnrCtx);
55 Amfnr_Result_V1_t Amfnr_Process_V1(Amfnr_Context_V1_t *pAmfnrCtx, Amfnr_ExpInfo_V1_t *pExpInfo);
58 Amfnr_Result_V1_t Amfnr_GetProcResult_V1(Amfnr_Context_V1_t *pAmfnrCtx, Amfnr_ProcResult_V1_t* pANR…
[all …]
H A Drk_aiq_uapi_amfnr_int_v1.cpp16 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_SetAttrib_v1()
30 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_GetAttrib_v1()
45 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_SetIQPara_v1()
101 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_GetIQPara_v1()
157 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_SetLumaTFStrength_v1()
183 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_GetLumaTFStrength_v1()
206 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_SetChromaTFStrength_v1()
226 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_GetChromaTFStrength_v1()
250 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_SetJsonPara_v1()
265 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)ctx; in rk_aiq_uapi_amfnr_GetJsonPara_v1()
H A Drk_aiq_amfnr_algo_v1.cpp7 Amfnr_Result_V1_t Amfnr_Start_V1(Amfnr_Context_V1_t *pAmfnrCtx) in Amfnr_Start_V1()
28 Amfnr_Result_V1_t Amfnr_Stop_V1(Amfnr_Context_V1_t *pAmfnrCtx) in Amfnr_Stop_V1()
49 Amfnr_Result_V1_t Amfnr_Init_V1(Amfnr_Context_V1_t **ppAmfnrCtx, CamCalibDbContext_t *pCalibDb) in Amfnr_Init_V1()
51 Amfnr_Context_V1_t * pAmfnrCtx; in Amfnr_Init_V1()
55 pAmfnrCtx = (Amfnr_Context_V1_t *)malloc(sizeof(Amfnr_Context_V1_t)); in Amfnr_Init_V1()
61 memset(pAmfnrCtx, 0x00, sizeof(Amfnr_Context_V1_t)); in Amfnr_Init_V1()
111 Amfnr_Result_V1_t Amfnr_Init_Json_V1(Amfnr_Context_V1_t **ppAmfnrCtx, CamCalibDbV2Context_t *pCalib… in Amfnr_Init_Json_V1()
113 Amfnr_Context_V1_t * pAmfnrCtx; in Amfnr_Init_Json_V1()
117 pAmfnrCtx = (Amfnr_Context_V1_t *)malloc(sizeof(Amfnr_Context_V1_t)); in Amfnr_Init_Json_V1()
123 memset(pAmfnrCtx, 0x00, sizeof(Amfnr_Context_V1_t)); in Amfnr_Init_Json_V1()
[all …]
H A Drk_aiq_amfnr_algo_itf_v1.cpp38 Amfnr_Context_V1_t* pAmfnrCtx = NULL; in create_context()
65 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t*)context; in destroy_context()
84 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t *)params->ctx; in prepare()
117 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t *)inparams->ctx; in pre_process()
147 Amfnr_Context_V1_t* pAmfnrCtx = (Amfnr_Context_V1_t *)inparams->ctx; in processing()
H A Drk_aiq_types_amfnr_algo_prvt_v1.h166 } Amfnr_Context_V1_t; typedef