Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/
H A Drk_aiq_asharp_algo_v4.cpp131 …arp4_result_t Asharp_Prepare_V4(Asharp_Context_V4_t *pAsharpCtx, Asharp_Config_V4_t* pAsharpConfig) in Asharp_Prepare_V4() argument
140 if(pAsharpConfig == NULL) { in Asharp_Prepare_V4()
149 pAsharpCtx->rawWidth = pAsharpConfig->rawWidth; in Asharp_Prepare_V4()
150 pAsharpCtx->rawHeight = pAsharpConfig->rawHeight; in Asharp_Prepare_V4()
158 …rp4_result_t Asharp_ReConfig_V4(Asharp_Context_V4_t *pAsharpCtx, Asharp_Config_V4_t* pAsharpConfig) in Asharp_ReConfig_V4() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_v33.cpp149 Asharp_Config_V33_t* pAsharpConfig) { in Asharp_Prepare_V33() argument
157 if (pAsharpConfig == NULL) { in Asharp_Prepare_V33()
166 pAsharpCtx->rawWidth = pAsharpConfig->rawWidth; in Asharp_Prepare_V33()
167 pAsharpCtx->rawHeight = pAsharpConfig->rawHeight; in Asharp_Prepare_V33()
176 Asharp_Config_V33_t* pAsharpConfig) { in Asharp_ReConfig_V33() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/
H A Drk_aiq_asharp_algo_v3.cpp137 …arp3_result_t Asharp_Prepare_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pAsharpConfig) in Asharp_Prepare_V3() argument
146 if(pAsharpConfig == NULL) { in Asharp_Prepare_V3()
155 pAsharpCtx->rawWidth = pAsharpConfig->rawWidth; in Asharp_Prepare_V3()
156 pAsharpCtx->rawHeight = pAsharpConfig->rawHeight; in Asharp_Prepare_V3()
164 …rp3_result_t Asharp_ReConfig_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pAsharpConfig) in Asharp_ReConfig_V3() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo.h24 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);
26 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);
H A Drk_aiq_asharp_algo.cpp241 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpPrepare() argument
250 if(pAsharpConfig == NULL) { in AsharpPrepare()
268 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpReConfig() argument