ADTF
|
Simple Stream Type and Stream Meta Type definition for video frames or an image sequence as a convenience stucture. More...
Public Attributes | |
tStreamImageFormatName | m_strFormatName |
Formatname of the image - see adtf::streaming::ant::imageformat_definition. More... | |
uint32_t | m_ui32Width = 0 |
Pixel width of the image. | |
uint32_t | m_ui32Height = 0 |
Pixel height of the image. | |
size_t | m_szMaxByteSize = 0 |
Maximal byte size of the image. | |
uint8_t | m_ui8DataEndianess = PLATFORM_BYTEORDER |
Endianess of the image (usually pixel endianess) - by default this is PLATFORM_BYTEORDER (PLATFORM_BIG_ENDIAN_8 or PLATFORM_LITTLE_ENDIAN_8). More... | |
Simple Stream Type and Stream Meta Type definition for video frames or an image sequence as a convenience stucture.
Definition at line 29 of file streamimageformat.h.
tStreamImageFormatName m_strFormatName |
Formatname of the image - see adtf::streaming::ant::imageformat_definition.
usually it is a pixelformat see imageformat_definition for predefined.
Definition at line 33 of file streamimageformat.h.
uint8_t m_ui8DataEndianess = PLATFORM_BYTEORDER |
Endianess of the image (usually pixel endianess) - by default this is PLATFORM_BYTEORDER (PLATFORM_BIG_ENDIAN_8 or PLATFORM_LITTLE_ENDIAN_8).
Used to track data source endianess
Definition at line 43 of file streamimageformat.h.