Home
last modified time | relevance | path

Searched refs:pitchBytes (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c331 base->AS_PITCH = config->pitchBytes; in PXP_SetAlphaSurfaceBufferConfig()
411 base->PS_PITCH = config->pitchBytes; in PXP_SetProcessSurfaceBufferConfig()
488 base->OUT_PITCH = config->pitchBytes; in PXP_SetOutputBufferConfig()
938 asBufferConfig.pitchBytes = srcPitchBytes; in PXP_StartRectCopy()
954 outputBufferConfig.pitchBytes = destPitchBytes; in PXP_StartRectCopy()
1016 uint16_t pitchBytes; in PXP_StartMemCopy() local
1031 pitchBytes = (uint16_t)(size / height); in PXP_StartMemCopy()
1035 pitchBytes = 512U; in PXP_StartMemCopy()
1036 height = size / pitchBytes; in PXP_StartMemCopy()
1044 …PXP_StartRectCopy(base, srcAddr, pitchBytes, destAddr, pitchBytes, pitchBytes / 4U, (uint16_t)heig… in PXP_StartMemCopy()
Dfsl_pxp.h161 …uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent … member
201 … uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent pixels. */ member
221 … uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent pixels. */ member