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 * | array |
uint8_t VVCDecoderConfigurationRecord::lengthSizeMinusOne |
Definition at line 57 of file vvc.c.
Referenced by vvcc_init(), and vvcc_write().
uint8_t VVCDecoderConfigurationRecord::ptl_present_flag |
Definition at line 58 of file vvc.c.
Referenced by vvcc_parse_sps(), vvcc_parse_vps(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::ols_idx |
Definition at line 59 of file vvc.c.
Referenced by vvcc_write().
uint8_t VVCDecoderConfigurationRecord::num_sublayers |
Definition at line 60 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 61 of file vvc.c.
Referenced by vvcc_write().
uint8_t VVCDecoderConfigurationRecord::chroma_format_idc |
Definition at line 62 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint8_t VVCDecoderConfigurationRecord::bit_depth_minus8 |
Definition at line 63 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
VVCPTLRecord VVCDecoderConfigurationRecord::ptl |
Definition at line 64 of file vvc.c.
Referenced by vvcc_init(), vvcc_update_ptl(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::max_picture_width |
Definition at line 65 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::max_picture_height |
Definition at line 66 of file vvc.c.
Referenced by vvcc_parse_sps(), and vvcc_write().
uint16_t VVCDecoderConfigurationRecord::avg_frame_rate |
Definition at line 67 of file vvc.c.
Referenced by vvcc_write().
uint8_t VVCDecoderConfigurationRecord::num_of_arrays |
Definition at line 68 of file vvc.c.
Referenced by vvcc_array_add_nal_unit(), vvcc_close(), and vvcc_write().
VVCCNALUnitArray* VVCDecoderConfigurationRecord::array |
Definition at line 69 of file vvc.c.
Referenced by vvcc_array_add_nal_unit(), vvcc_close(), and vvcc_write().