Endianness Conversion
The image data stream pixel processor delivers 16-bit pixel components using the little-endian convention.
The conversion is not performed when UnpackingMode is set to Off.
Little-endian Convention
The least-significant byte of a multiple byte data is stored at the lowest address location.
For instance, 16-bit data are stored into two consecutive byte locations as follows:
Memory Byte Location | Memory Byte Content |
---|---|
N | Data[7:0] |
N+1 | Data[15:8] |