FFmpeg
|
#include <hevc_ps.h>
uint8_t PTLCommon::profile_space |
Definition at line 93 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), ptl_convert(), and write_ptl_layer().
uint8_t PTLCommon::tier_flag |
Definition at line 94 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), ptl_convert(), and write_ptl_layer().
uint8_t PTLCommon::profile_idc |
Definition at line 95 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), export_stream_params(), ff_hevc_decode_nal_pps(), ff_videotoolbox_hvcc_extradata_create(), hevc_parse_slice_header(), ptl_convert(), and write_ptl_layer().
uint8_t PTLCommon::profile_compatibility_flag[32] |
Definition at line 96 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), ptl_convert(), and write_ptl_layer().
uint8_t PTLCommon::progressive_source_flag |
Definition at line 97 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), and write_ptl_layer().
uint8_t PTLCommon::interlaced_source_flag |
Definition at line 98 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), and write_ptl_layer().
uint8_t PTLCommon::non_packed_constraint_flag |
Definition at line 99 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), and write_ptl_layer().
uint8_t PTLCommon::frame_only_constraint_flag |
Definition at line 100 of file hevc_ps.h.
Referenced by decode_profile_tier_level(), ff_videotoolbox_hvcc_extradata_create(), and write_ptl_layer().
uint8_t PTLCommon::max_12bit_constraint_flag |
Definition at line 101 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_10bit_constraint_flag |
Definition at line 102 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_8bit_constraint_flag |
Definition at line 103 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_422chroma_constraint_flag |
Definition at line 104 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_420chroma_constraint_flag |
Definition at line 105 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_monochrome_constraint_flag |
Definition at line 106 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::intra_constraint_flag |
Definition at line 107 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::one_picture_only_constraint_flag |
Definition at line 108 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::lower_bit_rate_constraint_flag |
Definition at line 109 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::max_14bit_constraint_flag |
Definition at line 110 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::inbld_flag |
Definition at line 111 of file hevc_ps.h.
Referenced by decode_profile_tier_level().
uint8_t PTLCommon::level_idc |
Definition at line 112 of file hevc_ps.h.
Referenced by export_stream_params(), ff_videotoolbox_hvcc_extradata_create(), hevc_parse_slice_header(), parse_ptl(), and write_ptl().