FFmpeg
Data Fields
VVCDecoderConfigurationRecord Struct Reference

Data Fields

uint8_t lengthSizeMinusOne
 
uint8_t ptl_present_flag
 
uint16_t ols_idx
 
uint8_t num_sublayers
 
uint8_t constant_frame_rate
 
uint8_t chroma_format_idc
 
uint8_t bit_depth_minus8
 
VVCPTLRecord ptl
 
uint16_t max_picture_width
 
uint16_t max_picture_height
 
uint16_t avg_frame_rate
 
uint8_t num_of_arrays
 
VVCCNALUnitArray arrays [NB_ARRAYS]
 

Detailed Description

Definition at line 68 of file vvc.c.

Field Documentation

◆ lengthSizeMinusOne

uint8_t VVCDecoderConfigurationRecord::lengthSizeMinusOne

Definition at line 69 of file vvc.c.

Referenced by vvcc_init(), and vvcc_write().

◆ ptl_present_flag

uint8_t VVCDecoderConfigurationRecord::ptl_present_flag

Definition at line 70 of file vvc.c.

Referenced by vvcc_parse_sps(), vvcc_parse_vps(), and vvcc_write().

◆ ols_idx

uint16_t VVCDecoderConfigurationRecord::ols_idx

Definition at line 71 of file vvc.c.

Referenced by vvcc_write().

◆ num_sublayers

uint8_t VVCDecoderConfigurationRecord::num_sublayers

Definition at line 72 of file vvc.c.

Referenced by vvcc_parse_sps(), vvcc_parse_vps(), vvcc_update_ptl(), and vvcc_write().

◆ constant_frame_rate

uint8_t VVCDecoderConfigurationRecord::constant_frame_rate

Definition at line 73 of file vvc.c.

Referenced by vvcc_write().

◆ chroma_format_idc

uint8_t VVCDecoderConfigurationRecord::chroma_format_idc

Definition at line 74 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ bit_depth_minus8

uint8_t VVCDecoderConfigurationRecord::bit_depth_minus8

Definition at line 75 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ ptl

VVCPTLRecord VVCDecoderConfigurationRecord::ptl

Definition at line 76 of file vvc.c.

Referenced by vvcc_init(), vvcc_update_ptl(), and vvcc_write().

◆ max_picture_width

uint16_t VVCDecoderConfigurationRecord::max_picture_width

Definition at line 77 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ max_picture_height

uint16_t VVCDecoderConfigurationRecord::max_picture_height

Definition at line 78 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ avg_frame_rate

uint16_t VVCDecoderConfigurationRecord::avg_frame_rate

Definition at line 79 of file vvc.c.

Referenced by vvcc_write().

◆ num_of_arrays

uint8_t VVCDecoderConfigurationRecord::num_of_arrays

Definition at line 80 of file vvc.c.

Referenced by vvcc_add_nal_unit(), vvcc_close(), and vvcc_write().

◆ arrays

VVCCNALUnitArray VVCDecoderConfigurationRecord::arrays[NB_ARRAYS]

Definition at line 81 of file vvc.c.

Referenced by ff_isom_write_vvcc(), vvcc_add_nal_unit(), vvcc_close(), and vvcc_write().


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