Searched defs:H265RawVUI (Results 1 – 1 of 1) sorted by relevance
127 typedef struct H265RawVUI { struct128 uint8_t aspect_ratio_info_present_flag;129 uint8_t aspect_ratio_idc;130 uint16_t sar_width;131 uint16_t sar_height;133 uint8_t overscan_info_present_flag;134 uint8_t overscan_appropriate_flag;136 uint8_t video_signal_type_present_flag;137 uint8_t video_format;138 uint8_t video_full_range_flag;[all …]