FFmpeg
|
#include <hevc_ps.h>
Data Fields | |
PTLCommon | general_ptl |
PTLCommon | sub_layer_ptl [HEVC_MAX_SUB_LAYERS] |
uint8_t | sub_layer_profile_present_flag [HEVC_MAX_SUB_LAYERS] |
uint8_t | sub_layer_level_present_flag [HEVC_MAX_SUB_LAYERS] |
PTLCommon PTL::general_ptl |
Definition at line 116 of file hevc_ps.h.
Referenced by export_stream_params(), ff_hevc_decode_nal_pps(), ff_vaapi_parse_hevc_rext_profile(), ff_videotoolbox_hvcc_extradata_create(), hevc_parse_slice_header(), parse_ptl(), vdpau_hevc_parse_rext_profile(), and write_ptl().
PTLCommon PTL::sub_layer_ptl[HEVC_MAX_SUB_LAYERS] |
Definition at line 117 of file hevc_ps.h.
Referenced by parse_ptl(), and write_ptl().
uint8_t PTL::sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS] |
Definition at line 119 of file hevc_ps.h.
Referenced by parse_ptl(), and write_ptl().
uint8_t PTL::sub_layer_level_present_flag[HEVC_MAX_SUB_LAYERS] |
Definition at line 120 of file hevc_ps.h.
Referenced by parse_ptl(), and write_ptl().