FFmpeg
|
#include <cbs_h266.h>
Data Fields | |
H266RawSliceHeader | header |
uint8_t * | data |
AVBufferRef * | data_ref |
size_t | header_size |
size_t | data_size |
int | data_bit_start |
H266RawSPS * | sps |
RefStruct reference to referred-to SPS. More... | |
H266RawPPS * | pps |
RefStruct reference to referred-to PPS. More... | |
H266RawPictureHeader * | ph |
void * | ph_ref |
RefStruct reference backing referred-to PH above. More... | |
Definition at line 843 of file cbs_h266.h.
H266RawSliceHeader H266RawSlice::header |
Definition at line 844 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), cbs_h266_write_nal_unit(), get_pict_type(), h266_metadata_update_fragment(), is_au_start(), and set_parser_ctx().
uint8_t* H266RawSlice::data |
Definition at line 846 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), cbs_h266_write_nal_unit(), get_slice_data_byte_offset(), and slice_init_entry_points().
AVBufferRef* H266RawSlice::data_ref |
Definition at line 847 of file cbs_h266.h.
Referenced by cbs_h266_free_slice(), and cbs_h266_read_nal_unit().
size_t H266RawSlice::header_size |
Definition at line 848 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), and slice_init_entry_points().
size_t H266RawSlice::data_size |
Definition at line 849 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), cbs_h266_write_nal_unit(), get_slice_data_byte_offset(), and slice_init_entry_points().
int H266RawSlice::data_bit_start |
Definition at line 850 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), and cbs_h266_write_nal_unit().
H266RawSPS* H266RawSlice::sps |
RefStruct reference to referred-to SPS.
Definition at line 852 of file cbs_h266.h.
Referenced by cbs_h266_free_slice(), cbs_h266_read_nal_unit(), and decode_ps().
H266RawPPS* H266RawSlice::pps |
RefStruct reference to referred-to PPS.
Definition at line 853 of file cbs_h266.h.
Referenced by cbs_h266_free_slice(), cbs_h266_read_nal_unit(), decode_frame_ps(), and decode_ps().
H266RawPictureHeader* H266RawSlice::ph |
Definition at line 854 of file cbs_h266.h.
Referenced by cbs_h266_read_nal_unit(), and decode_frame_ps().
void* H266RawSlice::ph_ref |
RefStruct reference backing referred-to PH above.
Definition at line 855 of file cbs_h266.h.
Referenced by cbs_h266_free_slice(), cbs_h266_read_nal_unit(), and decode_frame_ps().