Searched defs:H265RawProfileTierLevel (Results 1 – 1 of 1) sorted by relevance
35 typedef struct H265RawProfileTierLevel { struct36 uint8_t general_profile_space;37 uint8_t general_tier_flag;38 uint8_t general_profile_idc;40 uint8_t general_profile_compatibility_flag[32];42 uint8_t general_progressive_source_flag;43 uint8_t general_interlaced_source_flag;44 uint8_t general_non_packed_constraint_flag;45 uint8_t general_frame_only_constraint_flag;47 uint8_t general_max_12bit_constraint_flag;[all …]