Searched refs:pAsharpConfig (Results 1 – 5 of 5) sorted by relevance
131 …arp4_result_t Asharp_Prepare_V4(Asharp_Context_V4_t *pAsharpCtx, Asharp_Config_V4_t* pAsharpConfig) in Asharp_Prepare_V4() argument140 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
149 Asharp_Config_V33_t* pAsharpConfig) { in Asharp_Prepare_V33() argument157 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
137 …arp3_result_t Asharp_Prepare_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pAsharpConfig) in Asharp_Prepare_V3() argument146 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
24 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);26 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);
241 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpPrepare() argument250 if(pAsharpConfig == NULL) { in AsharpPrepare()268 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpReConfig() argument