Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c151 uint16_t destPitchBytes,
1197 uint16_t destPitchBytes, in PXP_StartRectCopy() argument
1240 outputBufferConfig.pitchBytes = destPitchBytes; in PXP_StartRectCopy()
1282 …dr = config->destPicBaseAddr + ((uint32_t)config->destOffsetY * (uint32_t)config->destPitchBytes) + in PXP_StartPictureCopy()
1285 …PXP_StartRectCopy(base, copyFromAddr, config->srcPitchBytes, copyToAddr, config->destPitchBytes, c… in PXP_StartPictureCopy()
Dfsl_pxp.h748 uint16_t destPitchBytes; /*!< Pitch of the destination buffer. */ member