FFmpeg
|
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] |
uint8_t VVCDecoderConfigurationRecord::lengthSizeMinusOne |
Definition at line 69 of file vvc.c.
Referenced by vvcc_init(), and vvcc_write().
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().
uint16_t VVCDecoderConfigurationRecord::ols_idx |
Definition at line 71 of file vvc.c.
Referenced by vvcc_write().
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().
uint8_t VVCDecoderConfigurationRecord::constant_frame_rate |
Definition at line 73 of file vvc.c.
Referenced by vvcc_write().
uint8_t VVCDecoderConfigurationRecord::chroma_format_idc |
Definition at line 74 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint8_t VVCDecoderConfigurationRecord::bit_depth_minus8 |
Definition at line 75 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
VVCPTLRecord VVCDecoderConfigurationRecord::ptl |
Definition at line 76 of file vvc.c.
Referenced by vvcc_init(), vvcc_update_ptl(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::max_picture_width |
Definition at line 77 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::max_picture_height |
Definition at line 78 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::avg_frame_rate |
Definition at line 79 of file vvc.c.
Referenced by vvcc_write().
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().
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().