Lines Matching defs:base

175 static uint32_t PXP_GetInstance(PXP_Type *base)  in PXP_GetInstance()
277 void PXP_ResetControl(PXP_Type *base) in PXP_ResetControl()
311 void PXP_Init(PXP_Type *base) in PXP_Init()
335 void PXP_Deinit(PXP_Type *base) in PXP_Deinit()
350 void PXP_Reset(PXP_Type *base) in PXP_Reset()
362 void PXP_SetAlphaSurfaceBufferConfig(PXP_Type *base, const pxp_as_buffer_config_t *config) in PXP_SetAlphaSurfaceBufferConfig()
378 void PXP_SetAlphaSurfaceBlendConfig(PXP_Type *base, const pxp_as_blend_config_t *config) in PXP_SetAlphaSurfaceBlendConfig()
404 void PXP_SetAlphaSurfaceBlendSecondaryConfig(PXP_Type *base, const pxp_as_blend_secondary_config_t … in PXP_SetAlphaSurfaceBlendSecondaryConfig()
433PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… in PXP_SetAlphaSurfacePosition()
455 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t… in PXP_SetAlphaSurfaceOverlayColorKey()
490 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey()
503 void PXP_SetProcessSurfaceBufferConfig(PXP_Type *base, const pxp_ps_buffer_config_t *config) in PXP_SetProcessSurfaceBufferConfig()
528PXP_Type *base, uint16_t inputWidth, uint16_t inputHeight, uint16_t outputWidth, uint16_t outputHe… in PXP_SetProcessSurfaceScaler()
552PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… in PXP_SetProcessSurfacePosition()
570 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colo… in PXP_SetProcessSurfaceColorKey()
601 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey()
614 void PXP_SetOutputBufferConfig(PXP_Type *base, const pxp_output_buffer_config_t *config) in PXP_SetOutputBufferConfig()
648 void PXP_BuildRect(PXP_Type *base, in PXP_BuildRect()
749 void PXP_SetNextCommand(PXP_Type *base, void *commandAddr) in PXP_SetNextCommand()
772 void PXP_SetCsc2Config(PXP_Type *base, const pxp_csc2_config_t *config) in PXP_SetCsc2Config()
817 void PXP_SetCsc1Mode(PXP_Type *base, pxp_csc1_mode_t mode) in PXP_SetCsc1Mode()
867 void PXP_SetLutConfig(PXP_Type *base, const pxp_lut_config_t *config) in PXP_SetLutConfig()
902PXP_Type *base, pxp_lut_lookup_mode_t lookupMode, uint32_t bytesNum, uint32_t memAddr, uint16_t lu… in PXP_LoadLutTable()
954 void PXP_SetInternalRamData(PXP_Type *base, pxp_ram_t ram, uint32_t bytesNum, uint8_t *data, uint16… in PXP_SetInternalRamData()
980 void PXP_SetDitherFinalLutData(PXP_Type *base, const pxp_dither_final_lut_data_t *data) in PXP_SetDitherFinalLutData()
1001 void PXP_EnableDither(PXP_Type *base, bool enable) in PXP_EnableDither()
1022 void PXP_SetPorterDuffConfig(PXP_Type *base, uint8_t num, const pxp_porter_duff_config_t *config) in PXP_SetPorterDuffConfig()
1059 void PXP_SetPorterDuffConfig(PXP_Type *base, const pxp_porter_duff_config_t *config) in PXP_SetPorterDuffConfig()
1193 static void PXP_StartRectCopy(PXP_Type *base, in PXP_StartRectCopy()
1260 status_t PXP_StartPictureCopy(PXP_Type *base, const pxp_pic_copy_config_t *config) in PXP_StartPictureCopy()
1300 status_t PXP_StartMemCopy(PXP_Type *base, uint32_t srcAddr, uint32_t destAddr, uint32_t size) in PXP_StartMemCopy()
1343 status_t PXP_MemCopy(PXP_Type *base, uint32_t srcAddr, uint32_t destAddr, uint32_t size) in PXP_MemCopy()
1415 status_t PXP_SetFetchEngineConfig(PXP_Type *base, in PXP_SetFetchEngineConfig()
1619 status_t PXP_SetStoreEngineConfig(PXP_Type *base, in PXP_SetStoreEngineConfig()
1806 status_t PXP_SetCfaConfig(PXP_Type *base, const pxp_cfa_config_t *config) in PXP_SetCfaConfig()
1849 status_t PXP_SetHistogramConfig(PXP_Type *base, uint8_t num, const pxp_histogram_config_t *config) in PXP_SetHistogramConfig()
1921 void PXP_GetHistogramMaskResult(PXP_Type *base, uint8_t num, pxp_histogram_mask_result_t *result) in PXP_GetHistogramMaskResult()
1960 void PXP_WfeaInit(PXP_Type *base, bool ditherHandshake) in PXP_WfeaInit()
2160 void PXP_SetWfeaConfig(PXP_Type *base, const pxp_wfea_engine_config_t *config) in PXP_SetWfeaConfig()
2237 void PXP_SetPath(PXP_Type *base, pxp_path_t path) in PXP_SetPath()