FFmpeg
Data Fields
CodedBitstreamH265Context Struct Reference

#include <cbs_h265.h>

Data Fields

CodedBitstreamH2645Context common
 
H265RawVPSvps [HEVC_MAX_VPS_COUNT]
 RefStruct references. More...
 
H265RawSPSsps [HEVC_MAX_SPS_COUNT]
 RefStruct references. More...
 
H265RawPPSpps [HEVC_MAX_PPS_COUNT]
 RefStruct references. More...
 
const H265RawVPSactive_vps
 
const H265RawSPSactive_sps
 
const H265RawPPSactive_pps
 

Detailed Description

Definition at line 678 of file cbs_h265.h.

Field Documentation

◆ common

CodedBitstreamH2645Context CodedBitstreamH265Context::common

Definition at line 680 of file cbs_h265.h.

Referenced by cbs_h265_close().

◆ vps

H265RawVPS* CodedBitstreamH265Context::vps[HEVC_MAX_VPS_COUNT]

RefStruct references.

Definition at line 684 of file cbs_h265.h.

Referenced by cbs_h265_close(), cbs_h265_flush(), SEI_FUNC(), and sps().

◆ sps

H265RawSPS* CodedBitstreamH265Context::sps[HEVC_MAX_SPS_COUNT]

RefStruct references.

Definition at line 685 of file cbs_h265.h.

Referenced by cbs_h265_close(), cbs_h265_flush(), pps(), SEI_FUNC(), and slice_segment_header().

◆ pps

H265RawPPS* CodedBitstreamH265Context::pps[HEVC_MAX_PPS_COUNT]

RefStruct references.

Definition at line 686 of file cbs_h265.h.

Referenced by cbs_h265_close(), cbs_h265_flush(), and slice_segment_header().

◆ active_vps

const H265RawVPS* CodedBitstreamH265Context::active_vps

Definition at line 691 of file cbs_h265.h.

Referenced by cbs_h265_flush(), SEI_FUNC(), and sps().

◆ active_sps

const H265RawSPS* CodedBitstreamH265Context::active_sps

◆ active_pps

const H265RawPPS* CodedBitstreamH265Context::active_pps

Definition at line 693 of file cbs_h265.h.

Referenced by cbs_h265_flush(), and slice_segment_header().


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