FFmpeg
Loading...
Searching...
No Matches
CodedBitstreamH265Context Struct Reference

#include <libavcodec/cbs_h265.h>

Data Fields

CodedBitstreamH2645Context common
H265RawVPS * vps [HEVC_MAX_VPS_COUNT]
 RefStruct references.
H265RawSPS * sps [HEVC_MAX_SPS_COUNT]
 RefStruct references.
H265RawPPS * pps [HEVC_MAX_PPS_COUNT]
 RefStruct references.
const H265RawVPS * active_vps
const H265RawSPS * active_sps
const H265RawPPS * active_pps

Detailed Description

Definition at line 751 of file cbs_h265.h.

Field Documentation

◆ common

CodedBitstreamH2645Context CodedBitstreamH265Context::common

Definition at line 753 of file cbs_h265.h.

Referenced by cbs_h265_close(), and cbs_h265_split_fragment().

◆ vps

H265RawVPS* CodedBitstreamH265Context::vps[HEVC_MAX_VPS_COUNT]

RefStruct references.

Definition at line 757 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 758 of file cbs_h265.h.

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

◆ pps

H265RawPPS* CodedBitstreamH265Context::pps[HEVC_MAX_PPS_COUNT]

RefStruct references.

Definition at line 759 of file cbs_h265.h.

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

◆ active_vps

const H265RawVPS* CodedBitstreamH265Context::active_vps

◆ active_sps

const H265RawSPS* CodedBitstreamH265Context::active_sps

◆ active_pps

const H265RawPPS* CodedBitstreamH265Context::active_pps

Definition at line 766 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: