|
VA-API
2.23.0
|
VVC SubPicture Data Structure. More...
#include <va_dec_vvc.h>
Public Attributes | |
| uint16_t | sps_subpic_ctu_top_left_x |
| VVC SubPicture layout parameters. All the parameters except reserved bytes are VVC syntax or spec variables. | |
| uint16_t | SubpicIdVal |
| the subpicture ID of the i-th subpicture. It is same variable as in VVC spec. | |
| uint32_t | va_reserved [VA_PADDING_LOW] |
| Reserved for future use, must be zero. | |
| uint16_t | reserved: 14 |
| Reserved for future use, must be zero. | |
VVC SubPicture Data Structure.
Host decoder sends in an array of VVC SubPic sets through one or multiple buffers which contain sps_num_subpics_minus1 + 1 VASubPicVVC data structures in total. Each buffer contains an integer number of VASubPicVVC data structures with no gap in between. The Subpic sets are sent sequentially in the order of indices from 0 to sps_num_subpics_minus1 according to the bitstream. VASubPicBufferType is used to send this buffer.
1.9.1