Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c128 uint16_t srcPitchBytes,
909 uint16_t srcPitchBytes, in PXP_StartRectCopy() argument
938 asBufferConfig.pitchBytes = srcPitchBytes; in PXP_StartRectCopy()
994 …mAddr = config->srcPicBaseAddr + ((uint32_t)config->srcOffsetY * (uint32_t)config->srcPitchBytes) + in PXP_StartPictureCopy()
999 …PXP_StartRectCopy(base, copyFromAddr, config->srcPitchBytes, copyToAddr, config->destPitchBytes, c… in PXP_StartPictureCopy()
Dfsl_pxp.h520 uint16_t srcPitchBytes; /*!< Pitch of the source buffer. */ member