FFmpeg
|
#include <cbs_h266.h>
Data Fields | |
CodedBitstreamH2645Context | common |
H266RawVPS * | vps [VVC_MAX_VPS_COUNT] |
RefStruct references. More... | |
H266RawSPS * | sps [VVC_MAX_SPS_COUNT] |
RefStruct references. More... | |
H266RawPPS * | pps [VVC_MAX_PPS_COUNT] |
RefStruct references. More... | |
H266RawPictureHeader * | ph |
void * | ph_ref |
RefStruct reference backing ph above. More... | |
Definition at line 866 of file cbs_h266.h.
CodedBitstreamH2645Context CodedBitstreamH266Context::common |
Definition at line 868 of file cbs_h266.h.
Referenced by cbs_h266_close(), and decode_nal_units().
H266RawVPS* CodedBitstreamH266Context::vps[VVC_MAX_VPS_COUNT] |
RefStruct references.
Definition at line 872 of file cbs_h266.h.
Referenced by cbs_h266_flush(), picture_header(), ref_pic_list_struct(), and sps().
H266RawSPS* CodedBitstreamH266Context::sps[VVC_MAX_SPS_COUNT] |
RefStruct references.
Definition at line 873 of file cbs_h266.h.
Referenced by cbs_h266_flush(), decode_ps(), get_pu_info(), picture_header(), pps(), and slice_header().
H266RawPPS* CodedBitstreamH266Context::pps[VVC_MAX_PPS_COUNT] |
RefStruct references.
Definition at line 874 of file cbs_h266.h.
Referenced by cbs_h266_flush(), decode_frame_ps(), decode_ps(), get_pu_info(), picture_header(), and slice_header().
H266RawPictureHeader* CodedBitstreamH266Context::ph |
Definition at line 875 of file cbs_h266.h.
Referenced by cbs_h2645_replace_ps(), decode_frame_ps(), decode_ps(), and slice_header().
void* CodedBitstreamH266Context::ph_ref |
RefStruct reference backing ph above.
Definition at line 876 of file cbs_h266.h.
Referenced by cbs_h2645_replace_ps(), cbs_h266_flush(), and decode_frame_ps().