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
 
VVCCNALUnitArrayarray
 

Detailed Description

Definition at line 55 of file vvc.c.

Field Documentation

◆ lengthSizeMinusOne

uint8_t VVCDecoderConfigurationRecord::lengthSizeMinusOne

Definition at line 56 of file vvc.c.

Referenced by vvcc_init(), and vvcc_write().

◆ ptl_present_flag

uint8_t VVCDecoderConfigurationRecord::ptl_present_flag

Definition at line 57 of file vvc.c.

Referenced by vvcc_init(), and vvcc_write().

◆ ols_idx

uint16_t VVCDecoderConfigurationRecord::ols_idx

Definition at line 58 of file vvc.c.

Referenced by vvcc_write().

◆ num_sublayers

uint8_t VVCDecoderConfigurationRecord::num_sublayers

Definition at line 59 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 60 of file vvc.c.

Referenced by vvcc_write().

◆ chroma_format_idc

uint8_t VVCDecoderConfigurationRecord::chroma_format_idc

Definition at line 61 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ bit_depth_minus8

uint8_t VVCDecoderConfigurationRecord::bit_depth_minus8

Definition at line 62 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ ptl

VVCPTLRecord VVCDecoderConfigurationRecord::ptl

Definition at line 63 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 64 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ max_picture_height

uint16_t VVCDecoderConfigurationRecord::max_picture_height

Definition at line 65 of file vvc.c.

Referenced by vvcc_parse_sps(), and vvcc_write().

◆ avg_frame_rate

uint16_t VVCDecoderConfigurationRecord::avg_frame_rate

Definition at line 66 of file vvc.c.

Referenced by vvcc_write().

◆ num_of_arrays

uint8_t VVCDecoderConfigurationRecord::num_of_arrays

Definition at line 67 of file vvc.c.

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

◆ array

VVCCNALUnitArray* VVCDecoderConfigurationRecord::array

Definition at line 68 of file vvc.c.

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


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