FFmpeg
Data Fields
HEVCParamSets Struct Reference

#include <hevc_ps.h>

Data Fields

const HEVCVPSvps_list [HEVC_MAX_VPS_COUNT]
 RefStruct references. More...
 
const HEVCSPSsps_list [HEVC_MAX_SPS_COUNT]
 RefStruct references. More...
 
const HEVCPPSpps_list [HEVC_MAX_PPS_COUNT]
 RefStruct references. More...
 
const HEVCVPSvps
 
const HEVCSPSsps
 
const HEVCPPSpps
 

Detailed Description

Definition at line 439 of file hevc_ps.h.

Field Documentation

◆ vps_list

const HEVCVPS* HEVCParamSets::vps_list[HEVC_MAX_VPS_COUNT]

◆ sps_list

const HEVCSPS* HEVCParamSets::sps_list[HEVC_MAX_SPS_COUNT]

◆ pps_list

const HEVCPPS* HEVCParamSets::pps_list[HEVC_MAX_PPS_COUNT]

RefStruct references.

Definition at line 442 of file hevc_ps.h.

Referenced by ff_hevc_decode_nal_pps(), ff_hevc_ps_uninit(), and hevc_parse_slice_header().

◆ vps

const HEVCVPS* HEVCParamSets::vps

Definition at line 445 of file hevc_ps.h.

Referenced by ff_hevc_ps_uninit(), and hevc_parse_slice_header().

◆ sps

const HEVCSPS* HEVCParamSets::sps

◆ pps

const HEVCPPS* HEVCParamSets::pps

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