anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxVideoImage Struct Reference

AnboxVideoImage describes a decoded image returned by the video decoder. More...

#include <types.h>

+ Collaboration diagram for AnboxVideoImage:

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
 

Detailed Description

AnboxVideoImage describes a decoded image returned by the video decoder.

Definition at line 1623 of file types.h.

Member Data Documentation

◆ color_matrix

uint8_t AnboxVideoImage::color_matrix = 0

Definition at line 1633 of file types.h.

◆ color_primaries

uint8_t AnboxVideoImage::color_primaries = 0

Definition at line 1635 of file types.h.

◆ color_range

uint8_t AnboxVideoImage::color_range = 0

Definition at line 1639 of file types.h.

◆ color_transfer

uint8_t AnboxVideoImage::color_transfer = 0

Definition at line 1637 of file types.h.

◆ data

uint8_t* AnboxVideoImage::data = nullptr

Definition at line 1643 of file types.h.

◆ height

uint32_t AnboxVideoImage::height = 0

Definition at line 1629 of file types.h.

◆ pixel_format

Definition at line 1625 of file types.h.

◆ pts

int64_t AnboxVideoImage::pts = 0

Definition at line 1631 of file types.h.

◆ size

uint64_t AnboxVideoImage::size = 0

Definition at line 1641 of file types.h.

◆ width

uint32_t AnboxVideoImage::width = 0

Definition at line 1627 of file types.h.


The documentation for this struct was generated from the following file: