FFmpeg
Data Fields
CodedBitstreamH265Context Struct Reference

#include <cbs_h265.h>

Data Fields

CodedBitstreamH2645Context common
 
AVBufferRefvps_ref [HEVC_MAX_VPS_COUNT]
 
AVBufferRefsps_ref [HEVC_MAX_SPS_COUNT]
 
AVBufferRefpps_ref [HEVC_MAX_PPS_COUNT]
 
H265RawVPSvps [HEVC_MAX_VPS_COUNT]
 
H265RawSPSsps [HEVC_MAX_SPS_COUNT]
 
H265RawPPSpps [HEVC_MAX_PPS_COUNT]
 
const H265RawVPSactive_vps
 
const H265RawSPSactive_sps
 
const H265RawPPSactive_pps
 

Detailed Description

Definition at line 727 of file cbs_h265.h.

Field Documentation

◆ common

CodedBitstreamH2645Context CodedBitstreamH265Context::common

Definition at line 729 of file cbs_h265.h.

Referenced by cbs_h265_close().

◆ vps_ref

AVBufferRef* CodedBitstreamH265Context::vps_ref[HEVC_MAX_VPS_COUNT]

Definition at line 733 of file cbs_h265.h.

Referenced by cbs_h265_close().

◆ sps_ref

AVBufferRef* CodedBitstreamH265Context::sps_ref[HEVC_MAX_SPS_COUNT]

Definition at line 734 of file cbs_h265.h.

Referenced by cbs_h265_close().

◆ pps_ref

AVBufferRef* CodedBitstreamH265Context::pps_ref[HEVC_MAX_PPS_COUNT]

Definition at line 735 of file cbs_h265.h.

Referenced by cbs_h265_close().

◆ vps

H265RawVPS* CodedBitstreamH265Context::vps[HEVC_MAX_VPS_COUNT]

Definition at line 736 of file cbs_h265.h.

Referenced by cbs_h265_close(), sei_active_parameter_sets(), and sps().

◆ sps

H265RawSPS* CodedBitstreamH265Context::sps[HEVC_MAX_SPS_COUNT]

◆ pps

H265RawPPS* CodedBitstreamH265Context::pps[HEVC_MAX_PPS_COUNT]

Definition at line 738 of file cbs_h265.h.

Referenced by cbs_h265_close(), and slice_segment_header().

◆ active_vps

const H265RawVPS* CodedBitstreamH265Context::active_vps

Definition at line 743 of file cbs_h265.h.

Referenced by sei_active_parameter_sets(), and sps().

◆ active_sps

const H265RawSPS* CodedBitstreamH265Context::active_sps

◆ active_pps

const H265RawPPS* CodedBitstreamH265Context::active_pps

Definition at line 745 of file cbs_h265.h.

Referenced by slice_segment_header().


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