ConvertCameraLineRgb565ToLcdColumnARGB8888() function
Converts a camera buffer line of format RGB565 to a LCD display frame buffer column in format ARGB8888 using DMA2D service. This handles the rotation of 90 degrees hour direction of camera buffer.
Arguments
pSrc
Pointer to source buffer
pDst
Pointer to destination buffer
lineStridePixels
line stride in pixels unit
Return value
None