Public Attributes | |
int32_t | width |
Width of the image in pixels. | |
int32_t | height |
Height of the image in pixels. | |
int32_t | stride |
Stride of the image in bytes. | |
int32_t | bufferWidth |
Buffer width of the image in pixels. | |
int32_t | bufferHeight |
Buffer height of the image in pixels. | |
int32_t | bufferSize |
Buffer size of the image in bytes. | |
VuImagePixelFormat | format |
Image pixel format. | |
const void * | buffer |
Pixel buffer. | |
Data structure describing image data.
const void* buffer |
Pixel buffer.