FFmpeg
|
#include <hevc.h>
uint8_t PTLCommon::profile_space |
Definition at line 352 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::tier_flag |
Definition at line 353 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::profile_idc |
Definition at line 354 of file hevc.h.
Referenced by decode_profile_tier_level(), export_stream_params(), ff_hevc_decode_nal_pps(), hevc_parse_slice_header(), and write_ptl_layer().
uint8_t PTLCommon::profile_compatibility_flag[32] |
Definition at line 355 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::level_idc |
Definition at line 356 of file hevc.h.
Referenced by export_stream_params(), hevc_parse_slice_header(), parse_ptl(), and write_ptl().
uint8_t PTLCommon::progressive_source_flag |
Definition at line 357 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::interlaced_source_flag |
Definition at line 358 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::non_packed_constraint_flag |
Definition at line 359 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().
uint8_t PTLCommon::frame_only_constraint_flag |
Definition at line 360 of file hevc.h.
Referenced by decode_profile_tier_level(), and write_ptl_layer().