Searched refs:pitchBytes (Results 1 – 2 of 2) sorted by relevance
331 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() local1031 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()
161 …uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent … member201 … uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent pixels. */ member221 … uint16_t pitchBytes; /*!< Number of bytes between two vertically adjacent pixels. */ member