anbox-platform-sdk
1.23.0
Anbox Platform SDK API documentation
|
AnboxVideoImage describes a decoded image returned by the video decoder. More...
#include <types.h>
Public Attributes | |
AnboxVideoPixelFormat | pixel_format = ANBOX_VIDEO_PIXEL_FORMAT_UNKNOWN |
uint32_t | width = 0 |
uint32_t | height = 0 |
int64_t | pts = 0 |
uint8_t | color_matrix = 0 |
uint8_t | color_primaries = 0 |
uint8_t | color_transfer = 0 |
uint8_t | color_range = 0 |
uint64_t | size = 0 |
uint8_t * | data = nullptr |
AnboxVideoImage describes a decoded image returned by the video decoder.
AnboxVideoPixelFormat AnboxVideoImage::pixel_format = ANBOX_VIDEO_PIXEL_FORMAT_UNKNOWN |