1e8556ba3Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2e8556ba3Sopenharmony_ci<registry>
3e8556ba3Sopenharmony_ci    <comment>
4e8556ba3Sopenharmony_ciCopyright 2021-2024 The Khronos Group Inc.
5e8556ba3Sopenharmony_ciSPDX-License-Identifier: Apache-2.0 OR MIT
6e8556ba3Sopenharmony_ci    </comment>
7e8556ba3Sopenharmony_ci
8e8556ba3Sopenharmony_ci    <comment>
9e8556ba3Sopenharmony_ciThis file, video.xml, provides the machine readable definition of data
10e8556ba3Sopenharmony_cistructures and enumerations that are related to the externally-provided
11e8556ba3Sopenharmony_civideo compression standards.
12e8556ba3Sopenharmony_ci
13e8556ba3Sopenharmony_ciThe current public version of video.xml is maintained in the default branch
14e8556ba3Sopenharmony_ci(currently named main) of the Khronos Vulkan GitHub project.
15e8556ba3Sopenharmony_ci    </comment>
16e8556ba3Sopenharmony_ci
17e8556ba3Sopenharmony_ci    <types comment="Video type definitions">
18e8556ba3Sopenharmony_ci            <!-- base types -->
19e8556ba3Sopenharmony_ci        <type name="stdint" category="include">#if !defined(VK_NO_STDINT_H)
20e8556ba3Sopenharmony_ci    #include &lt;stdint.h&gt;
21e8556ba3Sopenharmony_ci#endif</type>
22e8556ba3Sopenharmony_ci        <type name="uint32_t" requires="stdint"/>
23e8556ba3Sopenharmony_ci        <type name="uint16_t" requires="stdint"/>
24e8556ba3Sopenharmony_ci        <type name="uint8_t" requires="stdint"/>
25e8556ba3Sopenharmony_ci        <type name="int32_t" requires="stdint"/>
26e8556ba3Sopenharmony_ci        <type name="int8_t" requires="stdint"/>
27e8556ba3Sopenharmony_ci
28e8556ba3Sopenharmony_ci        <type category="include" name="vk_video/vulkan_video_codecs_common.h">#include "vulkan_video_codecs_common.h"</type>
29e8556ba3Sopenharmony_ci        <type category="include" name="vk_video/vulkan_video_codec_h264std.h">#include "vulkan_video_codec_h264std.h"</type>
30e8556ba3Sopenharmony_ci        <type category="include" name="vk_video/vulkan_video_codec_h265std.h">#include "vulkan_video_codec_h265std.h"</type>
31e8556ba3Sopenharmony_ci
32e8556ba3Sopenharmony_ci            <!-- vulkan_video_codecs_common macros -->
33e8556ba3Sopenharmony_ci        <type category="define">#define <name>VK_MAKE_VIDEO_STD_VERSION</name>(major, minor, patch) \
34e8556ba3Sopenharmony_ci    ((((uint32_t)(major)) &lt;&lt; 22) | (((uint32_t)(minor)) &lt;&lt; 12) | ((uint32_t)(patch)))</type>
35e8556ba3Sopenharmony_ci
36e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_decode.h macros -->
37e8556ba3Sopenharmony_ci        <type category="define" requires="VK_MAKE_VIDEO_STD_VERSION">
38e8556ba3Sopenharmony_ci#define <name>VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0</name> <type>VK_MAKE_VIDEO_STD_VERSION</type>(1, 0, 0)</type>
39e8556ba3Sopenharmony_ci
40e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_encode.h macros -->
41e8556ba3Sopenharmony_ci        <type category="define" requires="VK_MAKE_VIDEO_STD_VERSION">
42e8556ba3Sopenharmony_ci#define <name>VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_API_VERSION_1_0_0</name> <type>VK_MAKE_VIDEO_STD_VERSION</type>(1, 0, 0)</type>
43e8556ba3Sopenharmony_ci
44e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std_decode.h macros -->
45e8556ba3Sopenharmony_ci        <type category="define" requires="VK_MAKE_VIDEO_STD_VERSION">
46e8556ba3Sopenharmony_ci#define <name>VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_API_VERSION_1_0_0</name> <type>VK_MAKE_VIDEO_STD_VERSION</type>(1, 0, 0)</type>
47e8556ba3Sopenharmony_ci
48e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std_encode.h macros -->
49e8556ba3Sopenharmony_ci        <type category="define" requires="VK_MAKE_VIDEO_STD_VERSION">
50e8556ba3Sopenharmony_ci#define <name>VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_API_VERSION_1_0_0</name> <type>VK_MAKE_VIDEO_STD_VERSION</type>(1, 0, 0)</type>
51e8556ba3Sopenharmony_ci
52e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std.h enumerated types -->
53e8556ba3Sopenharmony_ci        <type name="StdVideoH264ChromaFormatIdc" category="enum"/>
54e8556ba3Sopenharmony_ci        <type name="StdVideoH264ProfileIdc" category="enum"/>
55e8556ba3Sopenharmony_ci        <type name="StdVideoH264LevelIdc" category="enum"/>
56e8556ba3Sopenharmony_ci        <type name="StdVideoH264PocType" category="enum"/>
57e8556ba3Sopenharmony_ci        <type name="StdVideoH264AspectRatioIdc" category="enum"/>
58e8556ba3Sopenharmony_ci        <type name="StdVideoH264WeightedBipredIdc" category="enum"/>
59e8556ba3Sopenharmony_ci        <type name="StdVideoH264ModificationOfPicNumsIdc" category="enum"/>
60e8556ba3Sopenharmony_ci        <type name="StdVideoH264MemMgmtControlOp" category="enum"/>
61e8556ba3Sopenharmony_ci        <type name="StdVideoH264CabacInitIdc" category="enum"/>
62e8556ba3Sopenharmony_ci        <type name="StdVideoH264DisableDeblockingFilterIdc" category="enum"/>
63e8556ba3Sopenharmony_ci        <type name="StdVideoH264SliceType" category="enum"/>
64e8556ba3Sopenharmony_ci        <type name="StdVideoH264PictureType" category="enum"/>
65e8556ba3Sopenharmony_ci        <type name="StdVideoH264NonVclNaluType" category="enum"/>
66e8556ba3Sopenharmony_ci
67e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std.h structs -->
68e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264SpsVuiFlags">
69e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>aspect_ratio_info_present_flag</name> : 1</member>
70e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>overscan_info_present_flag</name> : 1</member>
71e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>overscan_appropriate_flag</name> : 1</member>
72e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>video_signal_type_present_flag</name> : 1</member>
73e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>video_full_range_flag</name> : 1</member>
74e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>color_description_present_flag</name> : 1</member>
75e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>chroma_loc_info_present_flag</name> : 1</member>
76e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>timing_info_present_flag</name> : 1</member>
77e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>fixed_frame_rate_flag</name> : 1</member>
78e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bitstream_restriction_flag</name> : 1</member>
79e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>nal_hrd_parameters_present_flag</name> : 1</member>
80e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vcl_hrd_parameters_present_flag</name> : 1</member>
81e8556ba3Sopenharmony_ci        </type>
82e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264HrdParameters" comment="hrd_parameters">
83e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>cpb_cnt_minus1</name></member>
84e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>bit_rate_scale</name></member>
85e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>cpb_size_scale</name></member>
86e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
87e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bit_rate_value_minus1</name>[<enum>STD_VIDEO_H264_CPB_CNT_LIST_SIZE</enum>]<comment>cpb_cnt_minus1 number of valid elements</comment></member>
88e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cpb_size_value_minus1</name>[<enum>STD_VIDEO_H264_CPB_CNT_LIST_SIZE</enum>]<comment>cpb_cnt_minus1 number of valid elements</comment></member>
89e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>cbr_flag</name>[<enum>STD_VIDEO_H264_CPB_CNT_LIST_SIZE</enum>]<comment>cpb_cnt_minus1 number of valid elements</comment></member>
90e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>initial_cpb_removal_delay_length_minus1</name></member>
91e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cpb_removal_delay_length_minus1</name></member>
92e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>dpb_output_delay_length_minus1</name></member>
93e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>time_offset_length</name></member>
94e8556ba3Sopenharmony_ci        </type>
95e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264SequenceParameterSetVui">
96e8556ba3Sopenharmony_ci            <member><type>StdVideoH264SpsVuiFlags</type>              <name>flags</name></member>
97e8556ba3Sopenharmony_ci            <member><type>StdVideoH264AspectRatioIdc</type>           <name>aspect_ratio_idc</name></member>
98e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>sar_width</name></member>
99e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>sar_height</name></member>
100e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>video_format</name></member>
101e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>colour_primaries</name></member>
102e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>transfer_characteristics</name></member>
103e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>matrix_coefficients</name></member>
104e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>num_units_in_tick</name></member>
105e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>time_scale</name></member>
106e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_num_reorder_frames</name></member>
107e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_dec_frame_buffering</name></member>
108e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_sample_loc_type_top_field</name></member>
109e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_sample_loc_type_bottom_field</name></member>
110e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
111e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH264HrdParameters</type>*     <name>pHrdParameters</name><comment>must be a valid ptr to hrd_parameters, if nal_hrd_parameters_present_flag or vcl_hrd_parameters_present_flag are set</comment></member>
112e8556ba3Sopenharmony_ci        </type>
113e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264SpsFlags">
114e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set0_flag</name> : 1</member>
115e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set1_flag</name> : 1</member>
116e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set2_flag</name> : 1</member>
117e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set3_flag</name> : 1</member>
118e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set4_flag</name> : 1</member>
119e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constraint_set5_flag</name> : 1</member>
120e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>direct_8x8_inference_flag</name> : 1</member>
121e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>mb_adaptive_frame_field_flag</name> : 1</member>
122e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_mbs_only_flag</name> : 1</member>
123e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>delta_pic_order_always_zero_flag</name> : 1</member>
124e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>separate_colour_plane_flag</name> : 1</member>
125e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>gaps_in_frame_num_value_allowed_flag</name> : 1</member>
126e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>qpprime_y_zero_transform_bypass_flag</name> : 1</member>
127e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_cropping_flag</name> : 1</member>
128e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>seq_scaling_matrix_present_flag</name> : 1</member>
129e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_parameters_present_flag</name> : 1</member>
130e8556ba3Sopenharmony_ci        </type>
131e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264ScalingLists">
132e8556ba3Sopenharmony_ci            <comment>
133e8556ba3Sopenharmony_ci                scaling_list_present_mask has one bit for each
134e8556ba3Sopenharmony_ci                seq_scaling_list_present_flag[i] for SPS OR
135e8556ba3Sopenharmony_ci                pic_scaling_list_present_flag[i] for PPS,
136e8556ba3Sopenharmony_ci                bit 0 - 5 are for each entry of ScalingList4x4
137e8556ba3Sopenharmony_ci                bit 6 - 11 are for each entry plus 6 for ScalingList8x8
138e8556ba3Sopenharmony_ci            </comment>
139e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>scaling_list_present_mask</name></member>
140e8556ba3Sopenharmony_ci            <comment>
141e8556ba3Sopenharmony_ci                use_default_scaling_matrix_mask has one bit for each
142e8556ba3Sopenharmony_ci                UseDefaultScalingMatrix4x4Flag[ i ] and
143e8556ba3Sopenharmony_ci                UseDefaultScalingMatrix8x8Flag[ i - 6 ] for SPS OR PPS
144e8556ba3Sopenharmony_ci                bit 0 - 5 are for each entry of ScalingList4x4
145e8556ba3Sopenharmony_ci                bit 6 - 11 are for each entry plus 6 for ScalingList8x8
146e8556ba3Sopenharmony_ci            </comment>
147e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>use_default_scaling_matrix_mask</name></member>
148e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList4x4</name>[<enum>STD_VIDEO_H264_SCALING_LIST_4X4_NUM_LISTS</enum>][<enum>STD_VIDEO_H264_SCALING_LIST_4X4_NUM_ELEMENTS</enum>]</member>
149e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList8x8</name>[<enum>STD_VIDEO_H264_SCALING_LIST_8X8_NUM_LISTS</enum>][<enum>STD_VIDEO_H264_SCALING_LIST_8X8_NUM_ELEMENTS</enum>]</member>
150e8556ba3Sopenharmony_ci        </type>
151e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264SequenceParameterSet">
152e8556ba3Sopenharmony_ci            <member><type>StdVideoH264SpsFlags</type>                 <name>flags</name></member>
153e8556ba3Sopenharmony_ci            <member><type>StdVideoH264ProfileIdc</type>               <name>profile_idc</name></member>
154e8556ba3Sopenharmony_ci            <member><type>StdVideoH264LevelIdc</type>                 <name>level_idc</name></member>
155e8556ba3Sopenharmony_ci            <member><type>StdVideoH264ChromaFormatIdc</type>          <name>chroma_format_idc</name></member>
156e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>seq_parameter_set_id</name></member>
157e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>bit_depth_luma_minus8</name></member>
158e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>bit_depth_chroma_minus8</name></member>
159e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_frame_num_minus4</name></member>
160e8556ba3Sopenharmony_ci            <member><type>StdVideoH264PocType</type>                  <name>pic_order_cnt_type</name></member>
161e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>offset_for_non_ref_pic</name></member>
162e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>offset_for_top_to_bottom_field</name></member>
163e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_pic_order_cnt_lsb_minus4</name></member>
164e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_frames_in_pic_order_cnt_cycle</name></member>
165e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_num_ref_frames</name></member>
166e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
167e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pic_width_in_mbs_minus1</name></member>
168e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pic_height_in_map_units_minus1</name></member>
169e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_crop_left_offset</name></member>
170e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_crop_right_offset</name></member>
171e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_crop_top_offset</name></member>
172e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_crop_bottom_offset</name></member>
173e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
174e8556ba3Sopenharmony_ci            <comment>
175e8556ba3Sopenharmony_ci                pOffsetForRefFrame is a pointer representing the offset_for_ref_frame array with num_ref_frames_in_pic_order_cnt_cycle number of elements.
176e8556ba3Sopenharmony_ci                If pOffsetForRefFrame has nullptr value, then num_ref_frames_in_pic_order_cnt_cycle must also be "0".
177e8556ba3Sopenharmony_ci            </comment>
178e8556ba3Sopenharmony_ci            <member>const <type>int32_t</type>*                             <name>pOffsetForRefFrame</name></member>
179e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH264ScalingLists</type>*            <name>pScalingLists</name><comment>Must be a valid pointer if seq_scaling_matrix_present_flag is set</comment></member>
180e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH264SequenceParameterSetVui</type>* <name>pSequenceParameterSetVui</name><comment>Must be a valid pointer if StdVideoH264SpsFlags:vui_parameters_present_flag is set</comment></member>
181e8556ba3Sopenharmony_ci        </type>
182e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264PpsFlags">
183e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>transform_8x8_mode_flag</name> : 1</member>
184e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>redundant_pic_cnt_present_flag</name> : 1</member>
185e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constrained_intra_pred_flag</name> : 1</member>
186e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>deblocking_filter_control_present_flag</name> : 1</member>
187e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>weighted_pred_flag</name> : 1</member>
188e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bottom_field_pic_order_in_frame_present_flag</name> : 1</member>
189e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>entropy_coding_mode_flag</name> : 1</member>
190e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pic_scaling_matrix_present_flag</name> : 1</member>
191e8556ba3Sopenharmony_ci        </type>
192e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH264PictureParameterSet">
193e8556ba3Sopenharmony_ci            <member><type>StdVideoH264PpsFlags</type>                 <name>flags</name></member>
194e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>seq_parameter_set_id</name></member>
195e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pic_parameter_set_id</name></member>
196e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l0_default_active_minus1</name></member>
197e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l1_default_active_minus1</name></member>
198e8556ba3Sopenharmony_ci            <member><type>StdVideoH264WeightedBipredIdc</type>        <name>weighted_bipred_idc</name></member>
199e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pic_init_qp_minus26</name></member>
200e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pic_init_qs_minus26</name></member>
201e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>chroma_qp_index_offset</name></member>
202e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>second_chroma_qp_index_offset</name></member>
203e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH264ScalingLists</type>*      <name>pScalingLists</name><comment>Must be a valid pointer if StdVideoH264PpsFlags::pic_scaling_matrix_present_flag is set.</comment></member>
204e8556ba3Sopenharmony_ci        </type>
205e8556ba3Sopenharmony_ci
206e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_decode.h enumerated types -->
207e8556ba3Sopenharmony_ci        <type name="StdVideoDecodeH264FieldOrderCount" category="enum"/>
208e8556ba3Sopenharmony_ci
209e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_decode.h structs -->
210e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH264PictureInfoFlags">
211e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>field_pic_flag</name> : 1<comment>Is field picture</comment></member>
212e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>is_intra</name> : 1<comment>Is intra picture</comment></member>
213e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>IdrPicFlag</name> : 1<comment>instantaneous decoding refresh (IDR) picture</comment></member>
214e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bottom_field_flag</name> : 1<comment>bottom (true) or top (false) field if field_pic_flag is set.</comment></member>
215e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>is_reference</name> : 1<comment>This only applies to picture info, and not to the DPB lists.</comment></member>
216e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>complementary_field_pair</name> : 1<comment>complementary field pair, complementary non-reference field pair, complementary reference field pair</comment></member>
217e8556ba3Sopenharmony_ci        </type>
218e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH264PictureInfo" requires="StdVideoDecodeH264FieldOrderCount" comment="requires tag is for PicOrderCnt, which needs the enum type">
219e8556ba3Sopenharmony_ci            <member><type>StdVideoDecodeH264PictureInfoFlags</type>   <name>flags</name></member>
220e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>seq_parameter_set_id</name><comment>Selecting SPS id from the Sequence Parameters Set</comment></member>
221e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pic_parameter_set_id</name><comment>Selecting PPS id from the Picture Parameters Set</comment></member>
222e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
223e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
224e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>frame_num</name><comment>7.4.3 Slice header semantics</comment></member>
225e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>idr_pic_id</name><comment>7.4.3 Slice header semantics</comment></member>
226e8556ba3Sopenharmony_ci            <comment>
227e8556ba3Sopenharmony_ci                PicOrderCnt is based on TopFieldOrderCnt and BottomFieldOrderCnt. See 8.2.1 Decoding process for picture order count type 0 - 2
228e8556ba3Sopenharmony_ci            </comment>
229e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCnt</name>[<enum>STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE</enum>]<comment>TopFieldOrderCnt and BottomFieldOrderCnt fields.</comment></member>
230e8556ba3Sopenharmony_ci        </type>
231e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH264ReferenceInfoFlags">
232e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>top_field_flag</name> : 1<comment>Reference is used for top field reference.</comment></member>
233e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bottom_field_flag</name> : 1<comment>Reference is used for bottom field reference.</comment></member>
234e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>used_for_long_term_reference</name> : 1<comment>A picture that is marked as "used for long-term reference", derived binary value from clause 8.2.5.1 Sequence of operations for decoded reference picture marking process</comment></member>
235e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>is_non_existing</name> : 1<comment>Must be handled in accordance with 8.2.5.2: Decoding process for gaps in frame_num</comment></member>
236e8556ba3Sopenharmony_ci        </type>
237e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH264ReferenceInfo">
238e8556ba3Sopenharmony_ci            <member><type>StdVideoDecodeH264ReferenceInfoFlags</type> <name>flags</name></member>
239e8556ba3Sopenharmony_ci            <comment>
240e8556ba3Sopenharmony_ci                FrameNum = used_for_long_term_reference ?  long_term_frame_idx : frame_num
241e8556ba3Sopenharmony_ci            </comment>
242e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>FrameNum</name><comment>7.4.3.3 Decoded reference picture marking semantics</comment></member>
243e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>reserved</name><comment>for structure members 32-bit packing/alignment</comment></member>
244e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCnt</name>[<enum>STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE</enum>]<comment>TopFieldOrderCnt and BottomFieldOrderCnt fields.</comment></member>
245e8556ba3Sopenharmony_ci        </type>
246e8556ba3Sopenharmony_ci
247e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_encode.h structs -->
248e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264WeightTableFlags">
249e8556ba3Sopenharmony_ci            <member><type>uint32_t</type> <name>luma_weight_l0_flag</name><comment>each bit n represents the nth entry in reference list l0, n &lt;= num_ref_idx_l0_active_minus1</comment></member>
250e8556ba3Sopenharmony_ci            <member><type>uint32_t</type> <name>chroma_weight_l0_flag</name><comment>each bit n represents the nth entry in reference list l0, n &lt;= num_ref_idx_l0_active_minus1</comment></member>
251e8556ba3Sopenharmony_ci            <member><type>uint32_t</type> <name>luma_weight_l1_flag</name><comment>each bit n represents the nth entry in reference list l1, n &lt;= num_ref_idx_l1_active_minus1</comment></member>
252e8556ba3Sopenharmony_ci            <member><type>uint32_t</type> <name>chroma_weight_l1_flag</name><comment>each bit n represents the nth entry in reference list l1, n &lt;= num_ref_idx_l1_active_minus1</comment></member>
253e8556ba3Sopenharmony_ci        </type>
254e8556ba3Sopenharmony_ci
255e8556ba3Sopenharmony_ci       <type category="struct" name="StdVideoEncodeH264WeightTable">
256e8556ba3Sopenharmony_ci            <comment>
257e8556ba3Sopenharmony_ci                StdVideoEncodeH264WeightTable corresponds to the values produced by pred_weight_table() for the h.264 specification.
258e8556ba3Sopenharmony_ci                For details, refer to weighted_pred_flag, weighted_bipred_idc, pre_pred_weight_table_src and pred_weight_table().
259e8556ba3Sopenharmony_ci            </comment>
260e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH264WeightTableFlags</type> <name>flags</name><comment></comment></member>
261e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                            <name>luma_log2_weight_denom</name><comment></comment></member>
262e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                            <name>chroma_log2_weight_denom</name><comment></comment></member>
263e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>luma_weight_l0</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>]<comment>valid entry range is [0, num_ref_idx_l0_active_minus1]</comment></member>
264e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>luma_offset_l0</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>]<comment>valid entry range is [0, num_ref_idx_l0_active_minus1]</comment></member>
265e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>chroma_weight_l0</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H264_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l0_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
266e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>chroma_offset_l0</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H264_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l0_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
267e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>luma_weight_l1</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>]<comment>valid entry range is [0, num_ref_idx_l1_active_minus1]</comment></member>
268e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>luma_offset_l1</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>]<comment>valid entry range is [0, num_ref_idx_l1_active_minus1]</comment></member>
269e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>chroma_weight_l1</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H264_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l1_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
270e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                             <name>chroma_offset_l1</name>[<enum>STD_VIDEO_H264_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H264_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l1_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
271e8556ba3Sopenharmony_ci        </type>
272e8556ba3Sopenharmony_ci
273e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264SliceHeaderFlags">
274e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>direct_spatial_mv_pred_flag</name> : 1</member>
275e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>num_ref_idx_active_override_flag</name> : 1</member>
276e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 30</member>
277e8556ba3Sopenharmony_ci        </type>
278e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264PictureInfoFlags">
279e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>IdrPicFlag</name> : 1</member>
280e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>is_reference</name> : 1<comment>A reference picture, i.e. a picture with nal_ref_idc not equal to 0, as defined in clause 3.136</comment></member>
281e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>no_output_of_prior_pics_flag</name> : 1</member>
282e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>long_term_reference_flag</name> : 1</member>
283e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>adaptive_ref_pic_marking_mode_flag</name> : 1</member>
284e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 27</member>
285e8556ba3Sopenharmony_ci        </type>
286e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264ReferenceInfoFlags">
287e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>used_for_long_term_reference</name> : 1<comment>A picture that is marked as "used for long-term reference", derived binary value from clause 8.2.5.1 Sequence of operations for decoded reference picture marking process</comment></member>
288e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 31</member>
289e8556ba3Sopenharmony_ci        </type>
290e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264ReferenceListsInfoFlags">
291e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>ref_pic_list_modification_flag_l0</name> : 1</member>
292e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>ref_pic_list_modification_flag_l1</name> : 1</member>
293e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 30</member>
294e8556ba3Sopenharmony_ci        </type>
295e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264RefListModEntry">
296e8556ba3Sopenharmony_ci            <member><type>StdVideoH264ModificationOfPicNumsIdc</type> <name>modification_of_pic_nums_idc</name></member>
297e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>abs_diff_pic_num_minus1</name></member>
298e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>long_term_pic_num</name></member>
299e8556ba3Sopenharmony_ci        </type>
300e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264RefPicMarkingEntry">
301e8556ba3Sopenharmony_ci            <member><type>StdVideoH264MemMgmtControlOp</type>         <name>memory_management_control_operation</name></member>
302e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>difference_of_pic_nums_minus1</name></member>
303e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>long_term_pic_num</name></member>
304e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>long_term_frame_idx</name></member>
305e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>max_long_term_frame_idx_plus1</name></member>
306e8556ba3Sopenharmony_ci        </type>
307e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264ReferenceListsInfo">
308e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH264ReferenceListsInfoFlags</type>   <name>flags</name></member>
309e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>num_ref_idx_l0_active_minus1</name></member>
310e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>num_ref_idx_l1_active_minus1</name></member>
311e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>RefPicList0</name>[STD_VIDEO_H264_MAX_NUM_LIST_REF]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures or STD_VIDEO_H264_NO_REFERENCE_PICTURE</comment></member>
312e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>RefPicList1</name>[STD_VIDEO_H264_MAX_NUM_LIST_REF]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures or STD_VIDEO_H264_NO_REFERENCE_PICTURE</comment></member>
313e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>refList0ModOpCount</name></member>
314e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>refList1ModOpCount</name></member>
315e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>refPicMarkingOpCount</name></member>
316e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                     <name>reserved1</name>[7]<comment>Reserved for future use and must be initialized with 0.</comment></member>
317e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH264RefListModEntry</type>*    <name>pRefList0ModOperations</name><comment>Must be a valid pointer to an array with size refList0ModOpCount if ref_pic_list_modification_flag_l0 is set and contains the RefList0 modification parameters as defined in section 7.4.3.1</comment></member>
318e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH264RefListModEntry</type>*    <name>pRefList1ModOperations</name><comment>Must be a valid pointer to an array with size refList1ModOpCount if ref_pic_list_modification_flag_l1 is set and contains the RefList1 modification parameters as defined in section 7.4.3.1</comment></member>
319e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH264RefPicMarkingEntry</type>* <name>pRefPicMarkingOperations</name><comment>Must be a valid pointer to an array with size refPicMarkingOpCount and contains the reference picture markings as defined in section 7.4.3.3</comment></member>
320e8556ba3Sopenharmony_ci        </type>
321e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264PictureInfo">
322e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH264PictureInfoFlags</type>   <name>flags</name></member>
323e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>seq_parameter_set_id</name><comment>Selecting SPS id from the Sequence Parameters Set</comment></member>
324e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pic_parameter_set_id</name><comment>Selecting PPS from the Picture Parameters for all StdVideoEncodeH264SliceHeader(s)</comment></member>
325e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>idr_pic_id</name></member>
326e8556ba3Sopenharmony_ci            <member><type>StdVideoH264PictureType</type>              <name>primary_pic_type</name></member>
327e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_num</name></member>
328e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCnt</name><comment>Picture order count, as defined in 8.2</comment></member>
329e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>temporal_id</name><comment>Temporal identifier of the picture, as defined in G.7.3.1.1 / G.7.4.1.1</comment></member>
330e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name>[3]<comment>Reserved for future use and must be initialized with 0.</comment></member>
331e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH264ReferenceListsInfo</type>* <name>pRefLists</name></member>
332e8556ba3Sopenharmony_ci        </type>
333e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264ReferenceInfo">
334e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH264ReferenceInfoFlags</type> <name>flags</name></member>
335e8556ba3Sopenharmony_ci            <member><type>StdVideoH264PictureType</type>              <name>primary_pic_type</name></member>
336e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>FrameNum</name><comment>Frame number, as defined in 8.2</comment></member>
337e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCnt</name><comment>Picture order count, as defined in 8.2</comment></member>
338e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>long_term_pic_num</name></member>
339e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>long_term_frame_idx</name></member>
340e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>temporal_id</name><comment>Temporal identifier of the picture, as defined in G.7.3.1.1 / G.7.4.1.1</comment></member>
341e8556ba3Sopenharmony_ci        </type>
342e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH264SliceHeader">
343e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH264SliceHeaderFlags</type>   <name>flags</name></member>
344e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>first_mb_in_slice</name></member>
345e8556ba3Sopenharmony_ci            <member><type>StdVideoH264SliceType</type>                <name>slice_type</name></member>
346e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_alpha_c0_offset_div2</name></member>
347e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_beta_offset_div2</name></member>
348e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_qp_delta</name></member>
349e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
350e8556ba3Sopenharmony_ci            <member><type>StdVideoH264CabacInitIdc</type>             <name>cabac_init_idc</name></member>
351e8556ba3Sopenharmony_ci            <member><type>StdVideoH264DisableDeblockingFilterIdc</type> <name>disable_deblocking_filter_idc</name></member>
352e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH264WeightTable</type>* <name>pWeightTable</name><comment></comment></member>
353e8556ba3Sopenharmony_ci        </type>
354e8556ba3Sopenharmony_ci
355e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std.h enumerated types -->
356e8556ba3Sopenharmony_ci        <type name="StdVideoH265ChromaFormatIdc" category="enum"/>
357e8556ba3Sopenharmony_ci        <type name="StdVideoH265ProfileIdc" category="enum"/>
358e8556ba3Sopenharmony_ci        <type name="StdVideoH265LevelIdc" category="enum"/>
359e8556ba3Sopenharmony_ci        <type name="StdVideoH265SliceType" category="enum"/>
360e8556ba3Sopenharmony_ci        <type name="StdVideoH265PictureType" category="enum"/>
361e8556ba3Sopenharmony_ci        <type name="StdVideoH265AspectRatioIdc" category="enum"/>
362e8556ba3Sopenharmony_ci
363e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std.h structs -->
364e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265ProfileTierLevelFlags">
365e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>general_tier_flag</name> : 1</member>
366e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>general_progressive_source_flag</name> : 1</member>
367e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>general_interlaced_source_flag</name> : 1</member>
368e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>general_non_packed_constraint_flag</name> : 1</member>
369e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>general_frame_only_constraint_flag</name> : 1</member>
370e8556ba3Sopenharmony_ci        </type>
371e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265ProfileTierLevel" comment="profile_tier_level">
372e8556ba3Sopenharmony_ci            <member><type>StdVideoH265ProfileTierLevelFlags</type>    <name>flags</name></member>
373e8556ba3Sopenharmony_ci            <member><type>StdVideoH265ProfileIdc</type>               <name>general_profile_idc</name></member>
374e8556ba3Sopenharmony_ci            <member><type>StdVideoH265LevelIdc</type>                 <name>general_level_idc</name></member>
375e8556ba3Sopenharmony_ci        </type>
376e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265DecPicBufMgr" comment="sps_ or vps_ parameters, based on if the StdVideoH265DecPicBufMgr is used within the StdVideoH265SequenceParameterSet or StdVideoH265VideoParameterSet">
377e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>max_latency_increase_plus1</name>[<enum>STD_VIDEO_H265_SUBLAYERS_LIST_SIZE</enum>]<comment>represents sps_max_latency_increase_plus1 or vps_max_latency_increase_plus1</comment></member>
378e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_dec_pic_buffering_minus1</name>[<enum>STD_VIDEO_H265_SUBLAYERS_LIST_SIZE</enum>]<comment>represents sps_max_dec_pic_buffering_minus1 or vps_max_dec_pic_buffering_minus1</comment></member>
379e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_num_reorder_pics</name>[<enum>STD_VIDEO_H265_SUBLAYERS_LIST_SIZE</enum>]<comment>represents sps_max_num_reorder_pics or vps_max_num_reorder_pics</comment></member>
380e8556ba3Sopenharmony_ci        </type>
381e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265SubLayerHrdParameters" comment="sub_layer_hrd_parameters">
382e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bit_rate_value_minus1</name>[<enum>STD_VIDEO_H265_CPB_CNT_LIST_SIZE</enum>]</member>
383e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cpb_size_value_minus1</name>[<enum>STD_VIDEO_H265_CPB_CNT_LIST_SIZE</enum>]</member>
384e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cpb_size_du_value_minus1</name>[<enum>STD_VIDEO_H265_CPB_CNT_LIST_SIZE</enum>]</member>
385e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bit_rate_du_value_minus1</name>[<enum>STD_VIDEO_H265_CPB_CNT_LIST_SIZE</enum>]</member>
386e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cbr_flag</name><comment>each bit represents a range of CpbCounts (bit 0 - cpb_cnt_minus1) per sub-layer</comment></member>
387e8556ba3Sopenharmony_ci        </type>
388e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265HrdFlags">
389e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>nal_hrd_parameters_present_flag</name> : 1</member>
390e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vcl_hrd_parameters_present_flag</name> : 1</member>
391e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sub_pic_hrd_params_present_flag</name> : 1</member>
392e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sub_pic_cpb_params_in_pic_timing_sei_flag</name> : 1</member>
393e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>fixed_pic_rate_general_flag</name> : 8<comment>each bit represents a sublayer, bit 0 - vps_max_sub_layers_minus1</comment></member>
394e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>fixed_pic_rate_within_cvs_flag</name> : 8<comment>each bit represents a sublayer, bit 0 - vps_max_sub_layers_minus1</comment></member>
395e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>low_delay_hrd_flag</name> : 8<comment>each bit represents a sublayer, bit 0 - vps_max_sub_layers_minus1</comment></member>
396e8556ba3Sopenharmony_ci        </type>
397e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265HrdParameters">
398e8556ba3Sopenharmony_ci            <member><type>StdVideoH265HrdFlags</type>                       <name>flags</name></member>
399e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>tick_divisor_minus2</name></member>
400e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>du_cpb_removal_delay_increment_length_minus1</name></member>
401e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>dpb_output_delay_du_length_minus1</name></member>
402e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>bit_rate_scale</name></member>
403e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>cpb_size_scale</name></member>
404e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>cpb_size_du_scale</name></member>
405e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>initial_cpb_removal_delay_length_minus1</name></member>
406e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>au_cpb_removal_delay_length_minus1</name></member>
407e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>dpb_output_delay_length_minus1</name></member>
408e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                                    <name>cpb_cnt_minus1</name>[<enum>STD_VIDEO_H265_SUBLAYERS_LIST_SIZE</enum>]</member>
409e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                                   <name>elemental_duration_in_tc_minus1</name>[<enum>STD_VIDEO_H265_SUBLAYERS_LIST_SIZE</enum>]</member>
410e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                                   <name>reserved</name>[3]<comment>Reserved for future use and must be initialized with 0.</comment></member>
411e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265SubLayerHrdParameters</type>*   <name>pSubLayerHrdParametersNal</name><comment>if flags.nal_hrd_parameters_present_flag is set, then this must be a ptr to an array of StdVideoH265SubLayerHrdParameters with a size specified by sps_max_sub_layers_minus1 + 1 or vps_max_sub_layers_minus1 + 1, depending on whether the HRD parameters are part of the SPS or VPS, respectively.</comment></member>
412e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265SubLayerHrdParameters</type>*   <name>pSubLayerHrdParametersVcl</name><comment>if flags.vcl_hrd_parameters_present_flag is set, then this must be a ptr to an array of StdVideoH265SubLayerHrdParameters with a size specified by sps_max_sub_layers_minus1 + 1 or vps_max_sub_layers_minus1 + 1, depending on whether the HRD parameters are part of the SPS or VPS, respectively.</comment></member>
413e8556ba3Sopenharmony_ci        </type>
414e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265VpsFlags">
415e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_temporal_id_nesting_flag</name> : 1</member>
416e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_sub_layer_ordering_info_present_flag</name> : 1</member>
417e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_timing_info_present_flag</name> : 1</member>
418e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_poc_proportional_to_timing_flag</name> : 1</member>
419e8556ba3Sopenharmony_ci        </type>
420e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265VideoParameterSet">
421e8556ba3Sopenharmony_ci            <member><type>StdVideoH265VpsFlags</type>                 <name>flags</name></member>
422e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>vps_video_parameter_set_id</name></member>
423e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>vps_max_sub_layers_minus1</name></member>
424e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
425e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
426e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_num_units_in_tick</name></member>
427e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_time_scale</name></member>
428e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vps_num_ticks_poc_diff_one_minus1</name></member>
429e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved3</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
430e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265DecPicBufMgr</type>*      <name>pDecPicBufMgr</name></member>
431e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265HrdParameters</type>*     <name>pHrdParameters</name></member>
432e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ProfileTierLevel</type>*  <name>pProfileTierLevel</name></member>
433e8556ba3Sopenharmony_ci        </type>
434e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265ScalingLists">
435e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList4x4</name>[<enum>STD_VIDEO_H265_SCALING_LIST_4X4_NUM_LISTS</enum>][<enum>STD_VIDEO_H265_SCALING_LIST_4X4_NUM_ELEMENTS</enum>]<comment>ScalingList[ 0 ][ MatrixID ][ i ] (sizeID = 0)</comment></member>
436e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList8x8</name>[<enum>STD_VIDEO_H265_SCALING_LIST_8X8_NUM_LISTS</enum>][<enum>STD_VIDEO_H265_SCALING_LIST_8X8_NUM_ELEMENTS</enum>]<comment>ScalingList[ 1 ][ MatrixID ][ i ] (sizeID = 1)</comment></member>
437e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList16x16</name>[<enum>STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS</enum>][<enum>STD_VIDEO_H265_SCALING_LIST_16X16_NUM_ELEMENTS</enum>]<comment>ScalingList[ 2 ][ Matri]xID ][ i ] (sizeID = 2)</comment></member>
438e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingList32x32</name>[<enum>STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS</enum>][<enum>STD_VIDEO_H265_SCALING_LIST_32X32_NUM_ELEMENTS</enum>]<comment>ScalingList[ 3 ][ MatrixID ][ i ] (sizeID = 3)</comment></member>
439e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingListDCCoef16x16</name>[<enum>STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS</enum>]<comment>scaling_list_dc_coef_minus8[ sizeID - 2 ][ matrixID ] + 8, sizeID = 2</comment></member>
440e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>ScalingListDCCoef32x32</name>[<enum>STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS</enum>]<comment>scaling_list_dc_coef_minus8[ sizeID - 2 ][ matrixID ] + 8. sizeID = 3</comment></member>
441e8556ba3Sopenharmony_ci        </type>
442e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265ShortTermRefPicSetFlags">
443e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>inter_ref_pic_set_prediction_flag</name> : 1</member>
444e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>delta_rps_sign</name> : 1</member>
445e8556ba3Sopenharmony_ci        </type>
446e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265ShortTermRefPicSet">
447e8556ba3Sopenharmony_ci            <member><type>StdVideoH265ShortTermRefPicSetFlags</type>  <name>flags</name></member>
448e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>delta_idx_minus1</name></member>
449e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>use_delta_flag</name><comment>each bit represents a use_delta_flag[j] syntax</comment></member>
450e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>abs_delta_rps_minus1</name></member>
451e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>used_by_curr_pic_flag</name><comment>each bit represents a used_by_curr_pic_flag[j] syntax</comment></member>
452e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>used_by_curr_pic_s0_flag</name><comment>each bit represents a used_by_curr_pic_s0_flag[i] syntax</comment></member>
453e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>used_by_curr_pic_s1_flag</name><comment>each bit represents a used_by_curr_pic_s1_flag[i] syntax</comment></member>
454e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
455e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
456e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved3</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
457e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_negative_pics</name></member>
458e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_positive_pics</name></member>
459e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>delta_poc_s0_minus1</name>[<enum>STD_VIDEO_H265_MAX_DPB_SIZE</enum>]</member>
460e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>delta_poc_s1_minus1</name>[<enum>STD_VIDEO_H265_MAX_DPB_SIZE</enum>]</member>
461e8556ba3Sopenharmony_ci        </type>
462e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265LongTermRefPicsSps">
463e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>used_by_curr_pic_lt_sps_flag</name><comment>each bit represents a used_by_curr_pic_lt_sps_flag[i] syntax</comment></member>
464e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>lt_ref_pic_poc_lsb_sps</name>[<enum>STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS</enum>]</member>
465e8556ba3Sopenharmony_ci        </type>
466e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265SpsVuiFlags">
467e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>aspect_ratio_info_present_flag</name> : 1</member>
468e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>overscan_info_present_flag</name> : 1</member>
469e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>overscan_appropriate_flag</name> : 1</member>
470e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>video_signal_type_present_flag</name> : 1</member>
471e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>video_full_range_flag</name> : 1</member>
472e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>colour_description_present_flag</name> : 1</member>
473e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>chroma_loc_info_present_flag</name> : 1</member>
474e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>neutral_chroma_indication_flag</name> : 1</member>
475e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>field_seq_flag</name> : 1</member>
476e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>frame_field_info_present_flag</name> : 1</member>
477e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>default_display_window_flag</name> : 1</member>
478e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_timing_info_present_flag</name> : 1</member>
479e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_poc_proportional_to_timing_flag</name> : 1</member>
480e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_hrd_parameters_present_flag</name> : 1</member>
481e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>bitstream_restriction_flag</name> : 1</member>
482e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>tiles_fixed_structure_flag</name> : 1</member>
483e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>motion_vectors_over_pic_boundaries_flag</name> : 1</member>
484e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>restricted_ref_pic_lists_flag</name> : 1</member>
485e8556ba3Sopenharmony_ci        </type>
486e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265SequenceParameterSetVui">
487e8556ba3Sopenharmony_ci            <member><type>StdVideoH265SpsVuiFlags</type>              <name>flags</name></member>
488e8556ba3Sopenharmony_ci            <member><type>StdVideoH265AspectRatioIdc</type>           <name>aspect_ratio_idc</name></member>
489e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>sar_width</name></member>
490e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>sar_height</name></member>
491e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>video_format</name></member>
492e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>colour_primaries</name></member>
493e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>transfer_characteristics</name></member>
494e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>matrix_coeffs</name></member>
495e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_sample_loc_type_top_field</name></member>
496e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_sample_loc_type_bottom_field</name></member>
497e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
498e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
499e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>def_disp_win_left_offset</name></member>
500e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>def_disp_win_right_offset</name></member>
501e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>def_disp_win_top_offset</name></member>
502e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>def_disp_win_bottom_offset</name></member>
503e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_num_units_in_tick</name></member>
504e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_time_scale</name></member>
505e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_num_ticks_poc_diff_one_minus1</name></member>
506e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>min_spatial_segmentation_idc</name></member>
507e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>reserved3</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
508e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_bytes_per_pic_denom</name></member>
509e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_bits_per_min_cu_denom</name></member>
510e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_mv_length_horizontal</name></member>
511e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_mv_length_vertical</name></member>
512e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265HrdParameters</type>*     <name>pHrdParameters</name></member>
513e8556ba3Sopenharmony_ci        </type>
514e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265PredictorPaletteEntries">
515e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>PredictorPaletteEntries</name>[<enum>STD_VIDEO_H265_PREDICTOR_PALETTE_COMPONENTS_LIST_SIZE</enum>][<enum>STD_VIDEO_H265_PREDICTOR_PALETTE_COMP_ENTRIES_LIST_SIZE</enum>]</member>
516e8556ba3Sopenharmony_ci        </type>
517e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265SpsFlags">
518e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_temporal_id_nesting_flag</name> : 1</member>
519e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>separate_colour_plane_flag</name> : 1</member>
520e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>conformance_window_flag</name> : 1</member>
521e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_sub_layer_ordering_info_present_flag</name> : 1</member>
522e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>scaling_list_enabled_flag</name> : 1</member>
523e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_scaling_list_data_present_flag</name> : 1</member>
524e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>amp_enabled_flag</name> : 1</member>
525e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sample_adaptive_offset_enabled_flag</name> : 1</member>
526e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pcm_enabled_flag</name> : 1</member>
527e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pcm_loop_filter_disabled_flag</name> : 1</member>
528e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>long_term_ref_pics_present_flag</name> : 1</member>
529e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_temporal_mvp_enabled_flag</name> : 1</member>
530e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>strong_intra_smoothing_enabled_flag</name> : 1</member>
531e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>vui_parameters_present_flag</name> : 1</member>
532e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_extension_present_flag</name> : 1</member>
533e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_range_extension_flag</name> : 1</member>
534e8556ba3Sopenharmony_ci            <comment>
535e8556ba3Sopenharmony_ci                extension SPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSIONS is set
536e8556ba3Sopenharmony_ci            </comment>
537e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>transform_skip_rotation_enabled_flag</name> : 1</member>
538e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>transform_skip_context_enabled_flag</name> : 1</member>
539e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>implicit_rdpcm_enabled_flag</name> : 1</member>
540e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>explicit_rdpcm_enabled_flag</name> : 1</member>
541e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>extended_precision_processing_flag</name> : 1</member>
542e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>intra_smoothing_disabled_flag</name> : 1</member>
543e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>high_precision_offsets_enabled_flag</name> : 1</member>
544e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>persistent_rice_adaptation_enabled_flag</name> : 1</member>
545e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cabac_bypass_alignment_enabled_flag</name> : 1</member>
546e8556ba3Sopenharmony_ci            <comment>
547e8556ba3Sopenharmony_ci                extension SPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS is set
548e8556ba3Sopenharmony_ci            </comment>
549e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_scc_extension_flag</name> : 1</member>
550e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_curr_pic_ref_enabled_flag</name> : 1</member>
551e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>palette_mode_enabled_flag</name> : 1</member>
552e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sps_palette_predictor_initializers_present_flag</name> : 1</member>
553e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>intra_boundary_filtering_disabled_flag</name> : 1</member>
554e8556ba3Sopenharmony_ci        </type>
555e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265SequenceParameterSet">
556e8556ba3Sopenharmony_ci            <member><type>StdVideoH265SpsFlags</type>                 <name>flags</name></member>
557e8556ba3Sopenharmony_ci            <member><type>StdVideoH265ChromaFormatIdc</type>          <name>chroma_format_idc</name></member>
558e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pic_width_in_luma_samples</name></member>
559e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pic_height_in_luma_samples</name></member>
560e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_video_parameter_set_id</name></member>
561e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_max_sub_layers_minus1</name></member>
562e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_seq_parameter_set_id</name></member>
563e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>bit_depth_luma_minus8</name></member>
564e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>bit_depth_chroma_minus8</name></member>
565e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_pic_order_cnt_lsb_minus4</name></member>
566e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_min_luma_coding_block_size_minus3</name></member>
567e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_diff_max_min_luma_coding_block_size</name></member>
568e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_min_luma_transform_block_size_minus2</name></member>
569e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_diff_max_min_luma_transform_block_size</name></member>
570e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_transform_hierarchy_depth_inter</name></member>
571e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>max_transform_hierarchy_depth_intra</name></member>
572e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_short_term_ref_pic_sets</name></member>
573e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_long_term_ref_pics_sps</name></member>
574e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pcm_sample_bit_depth_luma_minus1</name></member>
575e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pcm_sample_bit_depth_chroma_minus1</name></member>
576e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_min_pcm_luma_coding_block_size_minus3</name></member>
577e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_diff_max_min_pcm_luma_coding_block_size</name></member>
578e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
579e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
580e8556ba3Sopenharmony_ci            <comment>
581e8556ba3Sopenharmony_ci                Start extension SPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS is set
582e8556ba3Sopenharmony_ci            </comment>
583e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>palette_max_size</name></member>
584e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>delta_palette_max_predictor_size</name></member>
585e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>motion_vector_resolution_control_idc</name></member>
586e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_num_palette_predictor_initializers_minus1</name></member>
587e8556ba3Sopenharmony_ci            <comment>
588e8556ba3Sopenharmony_ci                End extension SPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS is set
589e8556ba3Sopenharmony_ci            </comment>
590e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>conf_win_left_offset</name></member>
591e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>conf_win_right_offset</name></member>
592e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>conf_win_top_offset</name></member>
593e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>conf_win_bottom_offset</name></member>
594e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ProfileTierLevel</type>*  <name>pProfileTierLevel</name></member>
595e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265DecPicBufMgr</type>*      <name>pDecPicBufMgr</name></member>
596e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ScalingLists</type>*      <name>pScalingLists</name><comment>Must be a valid pointer if sps_scaling_list_data_present_flag is set</comment></member>
597e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ShortTermRefPicSet</type>*      <name>pShortTermRefPicSet</name><comment>Must be a valid pointer to an array with size num_short_term_ref_pic_sets if num_short_term_ref_pic_sets is not 0.</comment></member>
598e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265LongTermRefPicsSps</type>*      <name>pLongTermRefPicsSps</name><comment>Must be a valid pointer if long_term_ref_pics_present_flag is set</comment></member>
599e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265SequenceParameterSetVui</type>* <name>pSequenceParameterSetVui</name><comment>Must be a valid pointer if StdVideoH265SpsFlags:vui_parameters_present_flag is set palette_max_size</comment></member>
600e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265PredictorPaletteEntries</type>* <name>pPredictorPaletteEntries</name><comment>Must be a valid pointer if sps_palette_predictor_initializer_present_flag is set</comment></member>
601e8556ba3Sopenharmony_ci        </type>
602e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265PpsFlags">
603e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>dependent_slice_segments_enabled_flag</name> : 1</member>
604e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>output_flag_present_flag</name> : 1</member>
605e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>sign_data_hiding_enabled_flag</name> : 1</member>
606e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cabac_init_present_flag</name> : 1</member>
607e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>constrained_intra_pred_flag</name> : 1</member>
608e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>transform_skip_enabled_flag</name> : 1</member>
609e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cu_qp_delta_enabled_flag</name> : 1</member>
610e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_slice_chroma_qp_offsets_present_flag</name> : 1</member>
611e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>weighted_pred_flag</name> : 1</member>
612e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>weighted_bipred_flag</name> : 1</member>
613e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>transquant_bypass_enabled_flag</name> : 1</member>
614e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>tiles_enabled_flag</name> : 1</member>
615e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>entropy_coding_sync_enabled_flag</name> : 1</member>
616e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>uniform_spacing_flag</name> : 1</member>
617e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>loop_filter_across_tiles_enabled_flag</name> : 1</member>
618e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_loop_filter_across_slices_enabled_flag</name> : 1</member>
619e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>deblocking_filter_control_present_flag</name> : 1</member>
620e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>deblocking_filter_override_enabled_flag</name> : 1</member>
621e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_deblocking_filter_disabled_flag</name> : 1</member>
622e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_scaling_list_data_present_flag</name> : 1</member>
623e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>lists_modification_present_flag</name> : 1</member>
624e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>slice_segment_header_extension_present_flag</name> : 1</member>
625e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_extension_present_flag</name> : 1</member>
626e8556ba3Sopenharmony_ci            <comment>
627e8556ba3Sopenharmony_ci                extension PPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSIONS is set
628e8556ba3Sopenharmony_ci            </comment>
629e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>cross_component_prediction_enabled_flag</name> : 1</member>
630e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>chroma_qp_offset_list_enabled_flag</name> : 1</member>
631e8556ba3Sopenharmony_ci            <comment>
632e8556ba3Sopenharmony_ci                extension PPS flags, valid when STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS is set
633e8556ba3Sopenharmony_ci            </comment>
634e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_curr_pic_ref_enabled_flag</name> : 1</member>
635e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>residual_adaptive_colour_transform_enabled_flag</name> : 1</member>
636e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_slice_act_qp_offsets_present_flag</name> : 1</member>
637e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_palette_predictor_initializers_present_flag</name> : 1</member>
638e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>monochrome_palette_flag</name> : 1</member>
639e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>pps_range_extension_flag</name> : 1</member>
640e8556ba3Sopenharmony_ci        </type>
641e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoH265PictureParameterSet">
642e8556ba3Sopenharmony_ci            <member><type>StdVideoH265PpsFlags</type>                 <name>flags</name></member>
643e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_pic_parameter_set_id</name></member>
644e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_seq_parameter_set_id</name></member>
645e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_video_parameter_set_id</name></member>
646e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_extra_slice_header_bits</name></member>
647e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l0_default_active_minus1</name></member>
648e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l1_default_active_minus1</name></member>
649e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>init_qp_minus26</name></member>
650e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>diff_cu_qp_delta_depth</name></member>
651e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_cb_qp_offset</name></member>
652e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_cr_qp_offset</name></member>
653e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_beta_offset_div2</name></member>
654e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_tc_offset_div2</name></member>
655e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_parallel_merge_level_minus2</name></member>
656e8556ba3Sopenharmony_ci            <comment>
657e8556ba3Sopenharmony_ci                extension PPS, valid when STD_VIDEO_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSIONS is set
658e8556ba3Sopenharmony_ci            </comment>
659e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_max_transform_skip_block_size_minus2</name></member>
660e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>diff_cu_chroma_qp_offset_depth</name></member>
661e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_qp_offset_list_len_minus1</name></member>
662e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>cb_qp_offset_list</name>[<enum>STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE</enum>]</member>
663e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>cr_qp_offset_list</name>[<enum>STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE</enum>]</member>
664e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_sao_offset_scale_luma</name></member>
665e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>log2_sao_offset_scale_chroma</name></member>
666e8556ba3Sopenharmony_ci            <comment>
667e8556ba3Sopenharmony_ci                extension PPS, valid when STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS is set
668e8556ba3Sopenharmony_ci            </comment>
669e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_act_y_qp_offset_plus5</name></member>
670e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_act_cb_qp_offset_plus5</name></member>
671e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>pps_act_cr_qp_offset_plus3</name></member>
672e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_num_palette_predictor_initializers</name></member>
673e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>luma_bit_depth_entry_minus8</name></member>
674e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>chroma_bit_depth_entry_minus8</name></member>
675e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_tile_columns_minus1</name></member>
676e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_tile_rows_minus1</name></member>
677e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
678e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved2</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
679e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>column_width_minus1</name>[<enum>STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_COLS_LIST_SIZE</enum>]</member>
680e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>row_height_minus1</name>[<enum>STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_ROWS_LIST_SIZE</enum>]</member>
681e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved3</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
682e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ScalingLists</type>*      <name>pScalingLists</name><comment>Must be a valid pointer if pps_scaling_list_data_present_flag is set</comment></member>
683e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265PredictorPaletteEntries</type>* <name>pPredictorPaletteEntries</name><comment>Must be a valid pointer if pps_palette_predictor_initializer_present_flag is set</comment></member>
684e8556ba3Sopenharmony_ci        </type>
685e8556ba3Sopenharmony_ci
686e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std_decode.h structs -->
687e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH265PictureInfoFlags">
688e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>IrapPicFlag</name> : 1</member>
689e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>IdrPicFlag</name>  : 1</member>
690e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>IsReference</name> : 1</member>
691e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>short_term_ref_pic_set_sps_flag</name> : 1</member>
692e8556ba3Sopenharmony_ci        </type>
693e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH265PictureInfo">
694e8556ba3Sopenharmony_ci            <member><type>StdVideoDecodeH265PictureInfoFlags</type>   <name>flags</name></member>
695e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_video_parameter_set_id</name><comment>Selecting VPS id from the Video Parameters Set</comment></member>
696e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_seq_parameter_set_id</name><comment>Selecting SPS id from the Sequence Parameters Set</comment></member>
697e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_pic_parameter_set_id</name><comment>Selecting PPS id from the Picture Parameters Set</comment></member>
698e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>NumDeltaPocsOfRefRpsIdx</name><comment>NumDeltaPocs[ RefRpsIdx ] when short_term_ref_pic_set_sps_flag = 1, otherwise 0</comment></member>
699e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCntVal</name></member>
700e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>NumBitsForSTRefPicSetInSlice</name><comment>number of bits used in st_ref_pic_set() when short_term_ref_pic_set_sps_flag is 0otherwise set to 0.</comment></member>
701e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>reserved</name></member>
702e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>RefPicSetStCurrBefore</name>[<enum>STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE</enum>]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures representing pReferenceSlots in VkVideoDecodeInfoKHR or STD_VIDEO_H265_NO_REFERENCE_PICTURE</comment></member>
703e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>RefPicSetStCurrAfter</name>[<enum>STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE</enum>]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures representing pReferenceSlots in VkVideoDecodeInfoKHR or STD_VIDEO_H265_NO_REFERENCE_PICTURE</comment></member>
704e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>RefPicSetLtCurr</name>[<enum>STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE</enum>]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures representing pReferenceSlots in VkVideoDecodeInfoKHR or STD_VIDEO_H265_NO_REFERENCE_PICTURE</comment></member>
705e8556ba3Sopenharmony_ci        </type>
706e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH265ReferenceInfoFlags">
707e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>used_for_long_term_reference</name> : 1<comment>A picture that is marked as "used for long-term reference", derived binary value from clause 8.3.2 Decoding process for reference picture set</comment></member>
708e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>unused_for_reference</name> : 1<comment>A picture that is marked as "unused for reference", derived binary value from clause 8.3.2 Decoding process for reference picture set</comment></member>
709e8556ba3Sopenharmony_ci        </type>
710e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoDecodeH265ReferenceInfo">
711e8556ba3Sopenharmony_ci            <member><type>StdVideoDecodeH265ReferenceInfoFlags</type> <name>flags</name></member>
712e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCntVal</name></member>
713e8556ba3Sopenharmony_ci        </type>
714e8556ba3Sopenharmony_ci
715e8556ba3Sopenharmony_ci        <!-- vulkan_video_codec_h265std_encode.h structs -->
716e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265WeightTableFlags">
717e8556ba3Sopenharmony_ci            <member><type>uint16_t</type> <name>luma_weight_l0_flag</name><comment>each bit n represents the nth entry in reference list l0, n &lt;= num_ref_idx_l0_active_minus1</comment></member>
718e8556ba3Sopenharmony_ci            <member><type>uint16_t</type> <name>chroma_weight_l0_flag</name><comment>each bit n represents the nth entry in reference list l0, n &lt;= num_ref_idx_l0_active_minus1</comment></member>
719e8556ba3Sopenharmony_ci            <member><type>uint16_t</type> <name>luma_weight_l1_flag</name><comment>each bit n represents the nth entry in reference list l1, n &lt;= num_ref_idx_l1_active_minus1</comment></member>
720e8556ba3Sopenharmony_ci            <member><type>uint16_t</type> <name>chroma_weight_l1_flag</name><comment>each bit n represents the nth entry in reference list l1, n &lt;= num_ref_idx_l1_active_minus1</comment></member>
721e8556ba3Sopenharmony_ci        </type>
722e8556ba3Sopenharmony_ci
723e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265WeightTable">
724e8556ba3Sopenharmony_ci            <comment>
725e8556ba3Sopenharmony_ci                StdVideoEncodeH265WeightTable corresponds to the values produced by pred_weight_table() for the h.265 specification.
726e8556ba3Sopenharmony_ci                For details, refer to weighted_pred_flag, weighted_bipred_flag and pred_weight_table().
727e8556ba3Sopenharmony_ci            </comment>
728e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH265WeightTableFlags</type>  <name>flags</name></member>
729e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                             <name>luma_log2_weight_denom</name><comment>[0, 7]</comment></member>
730e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_chroma_log2_weight_denom</name></member>
731e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_luma_weight_l0</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>]<comment>comment</comment></member>
732e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>luma_offset_l0</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>]<comment>comment</comment></member>
733e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_chroma_weight_l0</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H265_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l0_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
734e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_chroma_offset_l0</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H265_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l0_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
735e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_luma_weight_l1</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>]<comment> </comment></member>
736e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>luma_offset_l1</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>]<comment> </comment></member>
737e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_chroma_weight_l1</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H265_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l1_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
738e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                              <name>delta_chroma_offset_l1</name>[<enum>STD_VIDEO_H265_MAX_NUM_LIST_REF</enum>][<enum>STD_VIDEO_H265_MAX_CHROMA_PLANES</enum>]<comment>[i][j]: valid entry range for i is [0, num_ref_idx_l1_active_minus1]; j = 0 for Cb, j = 1 for Cr</comment></member>
739e8556ba3Sopenharmony_ci        </type>
740e8556ba3Sopenharmony_ci
741e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265LongTermRefPics">
742e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_long_term_sps</name></member>
743e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_long_term_pics</name></member>
744e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>lt_idx_sps</name>[<enum>STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS</enum>]</member>
745e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>poc_lsb_lt</name>[<enum>STD_VIDEO_H265_MAX_LONG_TERM_PICS</enum>]</member>
746e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>used_by_curr_pic_lt_flag</name><comment>each bit represents a used_by_curr_pic_lt_flag[i] syntax</comment></member>
747e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>delta_poc_msb_present_flag</name>[<enum>STD_VIDEO_H265_MAX_DELTA_POC</enum>]</member>
748e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>delta_poc_msb_cycle_lt</name>[<enum>STD_VIDEO_H265_MAX_DELTA_POC</enum>]</member>
749e8556ba3Sopenharmony_ci        </type>
750e8556ba3Sopenharmony_ci
751e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265SliceSegmentHeaderFlags">
752e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>first_slice_segment_in_pic_flag</name> : 1</member>
753e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>dependent_slice_segment_flag</name> : 1</member>
754e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>slice_sao_luma_flag</name> : 1</member>
755e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>slice_sao_chroma_flag</name> : 1</member>
756e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>num_ref_idx_active_override_flag</name> : 1</member>
757e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>mvd_l1_zero_flag</name> : 1</member>
758e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>cabac_init_flag</name> : 1</member>
759e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>cu_chroma_qp_offset_enabled_flag</name> : 1</member>
760e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>deblocking_filter_override_flag</name> : 1</member>
761e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>slice_deblocking_filter_disabled_flag</name> : 1</member>
762e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>collocated_from_l0_flag</name> : 1</member>
763e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>slice_loop_filter_across_slices_enabled_flag</name> : 1</member>
764e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>reserved</name> : 20</member>
765e8556ba3Sopenharmony_ci        </type>
766e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265SliceSegmentHeader">
767e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH265SliceSegmentHeaderFlags</type>   <name>flags</name></member>
768e8556ba3Sopenharmony_ci            <member><type>StdVideoH265SliceType</type>                <name>slice_type</name></member>
769e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>slice_segment_address</name></member>
770e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>collocated_ref_idx</name></member>
771e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>MaxNumMergeCand</name></member>
772e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_cb_qp_offset</name><comment>[-12, 12]</comment></member>
773e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_cr_qp_offset</name><comment>[-12, 12]</comment></member>
774e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_beta_offset_div2</name><comment>[-6, 6]</comment></member>
775e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_tc_offset_div2</name><comment>[-6, 6]</comment></member>
776e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_act_y_qp_offset</name></member>
777e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_act_cb_qp_offset</name></member>
778e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_act_cr_qp_offset</name></member>
779e8556ba3Sopenharmony_ci            <member><type>int8_t</type>                               <name>slice_qp_delta</name></member>
780e8556ba3Sopenharmony_ci            <member><type>uint16_t</type>                             <name>reserved1</name><comment>Reserved for future use and must be initialized with 0.</comment></member>
781e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH265WeightTable</type>* <name>pWeightTable</name><comment></comment></member>
782e8556ba3Sopenharmony_ci        </type>
783e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265ReferenceListsInfoFlags">
784e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>ref_pic_list_modification_flag_l0</name> : 1</member>
785e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>ref_pic_list_modification_flag_l1</name> : 1</member>
786e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 30</member>
787e8556ba3Sopenharmony_ci        </type>
788e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265ReferenceListsInfo">
789e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH265ReferenceListsInfoFlags</type> <name>flags</name></member>
790e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l0_active_minus1</name></member>
791e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>num_ref_idx_l1_active_minus1</name></member>
792e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>RefPicList0</name>[STD_VIDEO_H265_MAX_NUM_LIST_REF]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures or STD_VIDEO_H265_NO_REFERENCE_PICTURE</comment></member>
793e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>RefPicList1</name>[STD_VIDEO_H265_MAX_NUM_LIST_REF]<comment>slotIndex as used in VkVideoReferenceSlotInfoKHR structures or STD_VIDEO_H265_NO_REFERENCE_PICTURE</comment></member>
794e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>list_entry_l0</name>[STD_VIDEO_H265_MAX_NUM_LIST_REF]</member>
795e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>list_entry_l1</name>[STD_VIDEO_H265_MAX_NUM_LIST_REF]</member>
796e8556ba3Sopenharmony_ci        </type>
797e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265PictureInfoFlags">
798e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>is_reference</name> : 1<comment>A reference picture, as defined in clause 3.132</comment></member>
799e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>IrapPicFlag</name> : 1<comment>A reference picture, as defined in clause 3.73</comment></member>
800e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>used_for_long_term_reference</name> : 1<comment>A picture that is marked as "used for long-term reference", derived binary value from clause 8.3.2 Decoding process for reference picture set</comment></member>
801e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>discardable_flag</name> : 1</member>
802e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>cross_layer_bla_flag</name> : 1</member>
803e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>pic_output_flag</name> : 1</member>
804e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>no_output_of_prior_pics_flag</name> : 1</member>
805e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>short_term_ref_pic_set_sps_flag</name> : 1</member>
806e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>slice_temporal_mvp_enabled_flag</name> : 1</member>
807e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>  <name>reserved</name> : 23</member>
808e8556ba3Sopenharmony_ci        </type>
809e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265PictureInfo">
810e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH265PictureInfoFlags</type>   <name>flags</name></member>
811e8556ba3Sopenharmony_ci            <member><type>StdVideoH265PictureType</type>              <name>pic_type</name></member>
812e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>sps_video_parameter_set_id</name><comment>Selecting VPS id from the Video Parameters Set</comment></member>
813e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_seq_parameter_set_id</name><comment>Selecting SPS id from the Sequence Parameters Set</comment></member>
814e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>pps_pic_parameter_set_id</name><comment>Selecting PPS id from the Picture Parameters Set</comment></member>
815e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>short_term_ref_pic_set_idx</name></member>
816e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCntVal</name><comment>Picture order count derived as specified in 8.3.1</comment></member>
817e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>TemporalId</name><comment>Temporal ID, as defined in 7.4.2.2</comment></member>
818e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>reserved1</name>[7]<comment>Reserved for future use and must be initialized with 0.</comment></member>
819e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH265ReferenceListsInfo</type>* <name>pRefLists</name></member>
820e8556ba3Sopenharmony_ci            <member>const <type>StdVideoH265ShortTermRefPicSet</type>* <name>pShortTermRefPicSet</name><comment>Must be a valid pointer if short_term_ref_pic_set_sps_flag is not set</comment></member>
821e8556ba3Sopenharmony_ci            <member>const <type>StdVideoEncodeH265LongTermRefPics</type>* <name>pLongTermRefPics</name><comment>Must be a valid pointer if long_term_ref_pics_present_flag is set</comment></member>
822e8556ba3Sopenharmony_ci        </type>
823e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265ReferenceInfoFlags">
824e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>used_for_long_term_reference</name> : 1<comment>A picture that is marked as "used for long-term reference", derived binary value from clause 8.3.2 Decoding process for reference picture set</comment></member>
825e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>unused_for_reference</name> : 1<comment>A picture that is marked as "unused for reference", derived binary value from clause 8.3.2 Decoding process for reference picture set</comment></member>
826e8556ba3Sopenharmony_ci            <member><type>uint32_t</type>                             <name>reserved</name> : 30</member>
827e8556ba3Sopenharmony_ci        </type>
828e8556ba3Sopenharmony_ci
829e8556ba3Sopenharmony_ci        <type category="struct" name="StdVideoEncodeH265ReferenceInfo">
830e8556ba3Sopenharmony_ci            <member><type>StdVideoEncodeH265ReferenceInfoFlags</type> <name>flags</name></member>
831e8556ba3Sopenharmony_ci            <member><type>StdVideoH265PictureType</type>              <name>pic_type</name></member>
832e8556ba3Sopenharmony_ci            <member><type>int32_t</type>                              <name>PicOrderCntVal</name><comment>Picture order count derived as specified in 8.3.1</comment></member>
833e8556ba3Sopenharmony_ci            <member><type>uint8_t</type>                              <name>TemporalId</name><comment>Temporal ID, as defined in 7.4.2.2</comment></member>
834e8556ba3Sopenharmony_ci        </type>
835e8556ba3Sopenharmony_ci    </types>
836e8556ba3Sopenharmony_ci
837e8556ba3Sopenharmony_ci        <!-- vulkan_video_codec_h264std.h enums -->
838e8556ba3Sopenharmony_ci    <enums name="StdVideoH264ChromaFormatIdc" type="enum">
839e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CHROMA_FORMAT_IDC_MONOCHROME"            value="0"/>
840e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CHROMA_FORMAT_IDC_420"                   value="1"/>
841e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CHROMA_FORMAT_IDC_422"                   value="2"/>
842e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CHROMA_FORMAT_IDC_444"                   value="3"/>
843e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CHROMA_FORMAT_IDC_INVALID"               value="0x7FFFFFFF"/>
844e8556ba3Sopenharmony_ci    </enums>
845e8556ba3Sopenharmony_ci    <enums name="StdVideoH264ProfileIdc" type="enum">
846e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PROFILE_IDC_BASELINE"                    value="66" comment="Only constrained baseline is supported"/>
847e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PROFILE_IDC_MAIN"                        value="77"/>
848e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PROFILE_IDC_HIGH"                        value="100"/>
849e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PROFILE_IDC_HIGH_444_PREDICTIVE"         value="244"/>
850e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PROFILE_IDC_INVALID"                     value="0x7FFFFFFF"/>
851e8556ba3Sopenharmony_ci    </enums>
852e8556ba3Sopenharmony_ci    <enums name="StdVideoH264LevelIdc" type="enum">
853e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_1_0"                           value="0"/>
854e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_1_1"                           value="1"/>
855e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_1_2"                           value="2"/>
856e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_1_3"                           value="3"/>
857e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_2_0"                           value="4"/>
858e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_2_1"                           value="5"/>
859e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_2_2"                           value="6"/>
860e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_3_0"                           value="7"/>
861e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_3_1"                           value="8"/>
862e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_3_2"                           value="9"/>
863e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_4_0"                           value="10"/>
864e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_4_1"                           value="11"/>
865e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_4_2"                           value="12"/>
866e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_5_0"                           value="13"/>
867e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_5_1"                           value="14"/>
868e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_5_2"                           value="15"/>
869e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_6_0"                           value="16"/>
870e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_6_1"                           value="17"/>
871e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_6_2"                           value="18"/>
872e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_LEVEL_IDC_INVALID"                       value="0x7FFFFFFF"/>
873e8556ba3Sopenharmony_ci    </enums>
874e8556ba3Sopenharmony_ci    <enums name="StdVideoH264PocType" type="enum">
875e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_POC_TYPE_0"                              value="0"/>
876e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_POC_TYPE_1"                              value="1"/>
877e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_POC_TYPE_2"                              value="2"/>
878e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_POC_TYPE_INVALID"                        value="0x7FFFFFFF"/>
879e8556ba3Sopenharmony_ci    </enums>
880e8556ba3Sopenharmony_ci    <enums name="StdVideoH264AspectRatioIdc" type="enum">
881e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_UNSPECIFIED"            value="0"/>
882e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_SQUARE"                 value="1"/>
883e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_12_11"                  value="2"/>
884e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_10_11"                  value="3"/>
885e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_16_11"                  value="4"/>
886e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_40_33"                  value="5"/>
887e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_24_11"                  value="6"/>
888e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_20_11"                  value="7"/>
889e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_32_11"                  value="8"/>
890e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_80_33"                  value="9"/>
891e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_18_11"                  value="10"/>
892e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_15_11"                  value="11"/>
893e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_64_33"                  value="12"/>
894e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_160_99"                 value="13"/>
895e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_4_3"                    value="14"/>
896e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_3_2"                    value="15"/>
897e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_2_1"                    value="16"/>
898e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_EXTENDED_SAR"           value="255"/>
899e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_ASPECT_RATIO_IDC_INVALID"                value="0x7FFFFFFF"/>
900e8556ba3Sopenharmony_ci    </enums>
901e8556ba3Sopenharmony_ci    <enums name="StdVideoH264WeightedBipredIdc" type="enum">
902e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_DEFAULT"             value="0"/>
903e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_EXPLICIT"            value="1"/>
904e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_IMPLICIT"            value="2"/>
905e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_INVALID"             value="0x7FFFFFFF"/>
906e8556ba3Sopenharmony_ci    </enums>
907e8556ba3Sopenharmony_ci    <enums name="StdVideoH264ModificationOfPicNumsIdc" type="enum">
908e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_SHORT_TERM_SUBTRACT" value="0"/>
909e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_SHORT_TERM_ADD"     value="1"/>
910e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_LONG_TERM"          value="2"/>
911e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_END"                value="3"/>
912e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_INVALID"            value="0x7FFFFFFF"/>
913e8556ba3Sopenharmony_ci    </enums>
914e8556ba3Sopenharmony_ci    <enums name="StdVideoH264MemMgmtControlOp" type="enum">
915e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_END"                         value="0"/>
916e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_SHORT_TERM"           value="1"/>
917e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_LONG_TERM"            value="2"/>
918e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MARK_LONG_TERM"              value="3"/>
919e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_SET_MAX_LONG_TERM_INDEX"     value="4"/>
920e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_ALL"                  value="5"/>
921e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MARK_CURRENT_AS_LONG_TERM"   value="6"/>
922e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_INVALID"                     value="0x7FFFFFFF"/>
923e8556ba3Sopenharmony_ci    </enums>
924e8556ba3Sopenharmony_ci    <enums name="StdVideoH264CabacInitIdc" type="enum">
925e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CABAC_INIT_IDC_0"                        value="0"/>
926e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CABAC_INIT_IDC_1"                        value="1"/>
927e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CABAC_INIT_IDC_2"                        value="2"/>
928e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_CABAC_INIT_IDC_INVALID"                  value="0x7FFFFFFF"/>
929e8556ba3Sopenharmony_ci    </enums>
930e8556ba3Sopenharmony_ci    <enums name="StdVideoH264DisableDeblockingFilterIdc" type="enum">
931e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_DISABLED"  value="0"/>
932e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_ENABLED"   value="1"/>
933e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_PARTIAL"   value="2"/>
934e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_INVALID"   value="0x7FFFFFFF"/>
935e8556ba3Sopenharmony_ci    </enums>
936e8556ba3Sopenharmony_ci    <enums name="StdVideoH264SliceType" type="enum">
937e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_SLICE_TYPE_P"                            value="0"/>
938e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_SLICE_TYPE_B"                            value="1"/>
939e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_SLICE_TYPE_I"                            value="2"/>
940e8556ba3Sopenharmony_ci        <comment>
941e8556ba3Sopenharmony_ci                reserved STD_VIDEO_H264_SLICE_TYPE_SP = 3
942e8556ba3Sopenharmony_ci                reserved STD_VIDEO_H264_SLICE_TYPE_SI = 4
943e8556ba3Sopenharmony_ci        </comment>
944e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_SLICE_TYPE_INVALID"                      value="0x7FFFFFFF"/>
945e8556ba3Sopenharmony_ci    </enums>
946e8556ba3Sopenharmony_ci    <enums name="StdVideoH264PictureType" type="enum">
947e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PICTURE_TYPE_P"                          value="0"/>
948e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PICTURE_TYPE_B"                          value="1"/>
949e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PICTURE_TYPE_I"                          value="2"/>
950e8556ba3Sopenharmony_ci        <comment>
951e8556ba3Sopenharmony_ci                reserved STD_VIDEO_H264_PICTURE_TYPE_SP = 3
952e8556ba3Sopenharmony_ci                reserved STD_VIDEO_H264_PICTURE_TYPE_SI = 4
953e8556ba3Sopenharmony_ci        </comment>
954e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PICTURE_TYPE_IDR"                        value="5"/>
955e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_PICTURE_TYPE_INVALID"                    value="0x7FFFFFFF"/>
956e8556ba3Sopenharmony_ci    </enums>
957e8556ba3Sopenharmony_ci    <enums name="StdVideoH264NonVclNaluType" type="enum">
958e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_SPS"                   value="0"/>
959e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_PPS"                   value="1"/>
960e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_AUD"                   value="2"/>
961e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_PREFIX"                value="3"/>
962e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_END_OF_SEQUENCE"       value="4"/>
963e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_END_OF_STREAM"         value="5"/>
964e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_PRECODED"              value="6"/>
965e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H264_NON_VCL_NALU_TYPE_INVALID"               value="0x7FFFFFFF"/>
966e8556ba3Sopenharmony_ci    </enums>
967e8556ba3Sopenharmony_ci
968e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h264std_decode.h enums -->
969e8556ba3Sopenharmony_ci    <enums name="StdVideoDecodeH264FieldOrderCount" type="enum">
970e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_TOP"            value="0"/>
971e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_BOTTOM"         value="1"/>
972e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_INVALID"        value="0x7FFFFFFF"/>
973e8556ba3Sopenharmony_ci    </enums>
974e8556ba3Sopenharmony_ci
975e8556ba3Sopenharmony_ci            <!-- vulkan_video_codec_h265std.h enums -->
976e8556ba3Sopenharmony_ci    <enums name="StdVideoH265ChromaFormatIdc" type="enum">
977e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_CHROMA_FORMAT_IDC_MONOCHROME"            value="0"/>
978e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_CHROMA_FORMAT_IDC_420"                   value="1"/>
979e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_CHROMA_FORMAT_IDC_422"                   value="2"/>
980e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_CHROMA_FORMAT_IDC_444"                   value="3"/>
981e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_CHROMA_FORMAT_IDC_INVALID"               value="0x7FFFFFFF"/>
982e8556ba3Sopenharmony_ci    </enums>
983e8556ba3Sopenharmony_ci    <enums name="StdVideoH265ProfileIdc" type="enum">
984e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_MAIN"                        value="1"/>
985e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_MAIN_10"                     value="2"/>
986e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_MAIN_STILL_PICTURE"          value="3"/>
987e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSIONS"     value="4"/>
988e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS"              value="9"/>
989e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PROFILE_IDC_INVALID"                     value="0x7FFFFFFF"/>
990e8556ba3Sopenharmony_ci    </enums>
991e8556ba3Sopenharmony_ci    <enums name="StdVideoH265LevelIdc" type="enum">
992e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_1_0"                           value="0"/>
993e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_2_0"                           value="1"/>
994e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_2_1"                           value="2"/>
995e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_3_0"                           value="3"/>
996e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_3_1"                           value="4"/>
997e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_4_0"                           value="5"/>
998e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_4_1"                           value="6"/>
999e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_5_0"                           value="7"/>
1000e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_5_1"                           value="8"/>
1001e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_5_2"                           value="9"/>
1002e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_6_0"                           value="10"/>
1003e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_6_1"                           value="11"/>
1004e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_6_2"                           value="12"/>
1005e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_LEVEL_IDC_INVALID"                       value="0x7FFFFFFF"/>
1006e8556ba3Sopenharmony_ci    </enums>
1007e8556ba3Sopenharmony_ci    <enums name="StdVideoH265SliceType" type="enum">
1008e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_SLICE_TYPE_B"                            value="0"/>
1009e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_SLICE_TYPE_P"                            value="1"/>
1010e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_SLICE_TYPE_I"                            value="2"/>
1011e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_SLICE_TYPE_INVALID"                      value="0x7FFFFFFF"/>
1012e8556ba3Sopenharmony_ci    </enums>
1013e8556ba3Sopenharmony_ci    <enums name="StdVideoH265PictureType" type="enum">
1014e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PICTURE_TYPE_P"                          value="0"/>
1015e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PICTURE_TYPE_B"                          value="1"/>
1016e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PICTURE_TYPE_I"                          value="2"/>
1017e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PICTURE_TYPE_IDR"                        value="3"/>
1018e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_PICTURE_TYPE_INVALID"                    value="0x7FFFFFFF"/>
1019e8556ba3Sopenharmony_ci    </enums>
1020e8556ba3Sopenharmony_ci    <enums name="StdVideoH265AspectRatioIdc" type="enum">
1021e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_UNSPECIFIED"            value="0"/>
1022e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_SQUARE"                 value="1"/>
1023e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_12_11"                  value="2"/>
1024e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_10_11"                  value="3"/>
1025e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_16_11"                  value="4"/>
1026e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_40_33"                  value="5"/>
1027e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_24_11"                  value="6"/>
1028e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_20_11"                  value="7"/>
1029e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_32_11"                  value="8"/>
1030e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_80_33"                  value="9"/>
1031e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_18_11"                  value="10"/>
1032e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_15_11"                  value="11"/>
1033e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_64_33"                  value="12"/>
1034e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_160_99"                 value="13"/>
1035e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_4_3"                    value="14"/>
1036e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_3_2"                    value="15"/>
1037e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_2_1"                    value="16"/>
1038e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_EXTENDED_SAR"           value="255"/>
1039e8556ba3Sopenharmony_ci        <enum name="STD_VIDEO_H265_ASPECT_RATIO_IDC_INVALID"                value="0x7FFFFFFF"/>
1040e8556ba3Sopenharmony_ci    </enums>
1041e8556ba3Sopenharmony_ci
1042e8556ba3Sopenharmony_ci    <extensions>
1043e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codecs_common" comment="protect with VULKAN_VIDEO_CODEC_COMMON_H_" supported="vulkan">
1044e8556ba3Sopenharmony_ci            <require>
1045e8556ba3Sopenharmony_ci                <type name="VK_MAKE_VIDEO_STD_VERSION"/>
1046e8556ba3Sopenharmony_ci                <type name="stdint"/>
1047e8556ba3Sopenharmony_ci            </require>
1048e8556ba3Sopenharmony_ci        </extension>
1049e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h264std" comment="protect with VULKAN_VIDEO_CODEC_H264STD_H_" supported="vulkan">
1050e8556ba3Sopenharmony_ci            <require>
1051e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codecs_common.h"/>
1052e8556ba3Sopenharmony_ci
1053e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_CPB_CNT_LIST_SIZE"               value="32"/>
1054e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_SCALING_LIST_4X4_NUM_LISTS"      value="6"/>
1055e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_SCALING_LIST_4X4_NUM_ELEMENTS"   value="16"/>
1056e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_SCALING_LIST_8X8_NUM_LISTS"      value="6"/>
1057e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_SCALING_LIST_8X8_NUM_ELEMENTS"   value="64"/>
1058e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_MAX_NUM_LIST_REF"                value="32"/>
1059e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_MAX_CHROMA_PLANES"               value="2"/>
1060e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H264_NO_REFERENCE_PICTURE"            value="0xFF"/>
1061e8556ba3Sopenharmony_ci
1062e8556ba3Sopenharmony_ci                <type name="StdVideoH264ChromaFormatIdc"/>
1063e8556ba3Sopenharmony_ci                <type name="StdVideoH264ProfileIdc"/>
1064e8556ba3Sopenharmony_ci                <type name="StdVideoH264LevelIdc"/>
1065e8556ba3Sopenharmony_ci                <type name="StdVideoH264PocType"/>
1066e8556ba3Sopenharmony_ci                <type name="StdVideoH264AspectRatioIdc"/>
1067e8556ba3Sopenharmony_ci                <type name="StdVideoH264WeightedBipredIdc"/>
1068e8556ba3Sopenharmony_ci                <type name="StdVideoH264ModificationOfPicNumsIdc"/>
1069e8556ba3Sopenharmony_ci                <type name="StdVideoH264MemMgmtControlOp"/>
1070e8556ba3Sopenharmony_ci                <type name="StdVideoH264CabacInitIdc"/>
1071e8556ba3Sopenharmony_ci                <type name="StdVideoH264DisableDeblockingFilterIdc"/>
1072e8556ba3Sopenharmony_ci                <type name="StdVideoH264SliceType"/>
1073e8556ba3Sopenharmony_ci                <type name="StdVideoH264PictureType"/>
1074e8556ba3Sopenharmony_ci                <type name="StdVideoH264NonVclNaluType"/>
1075e8556ba3Sopenharmony_ci
1076e8556ba3Sopenharmony_ci                <type name="StdVideoH264SpsVuiFlags"/>
1077e8556ba3Sopenharmony_ci                <type name="StdVideoH264HrdParameters"/>
1078e8556ba3Sopenharmony_ci                <type name="StdVideoH264SequenceParameterSetVui"/>
1079e8556ba3Sopenharmony_ci                <type name="StdVideoH264SpsFlags"/>
1080e8556ba3Sopenharmony_ci                <type name="StdVideoH264ScalingLists"/>
1081e8556ba3Sopenharmony_ci                <type name="StdVideoH264SequenceParameterSet"/>
1082e8556ba3Sopenharmony_ci                <type name="StdVideoH264PpsFlags"/>
1083e8556ba3Sopenharmony_ci                <type name="StdVideoH264PictureParameterSet"/>
1084e8556ba3Sopenharmony_ci            </require>
1085e8556ba3Sopenharmony_ci        </extension>
1086e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h264std_decode" comment="protect with VULKAN_VIDEO_CODEC_H264STD_DECODE_H_" supported="vulkan">
1087e8556ba3Sopenharmony_ci            <require>
1088e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codec_h264std.h"/>
1089e8556ba3Sopenharmony_ci
1090e8556ba3Sopenharmony_ci                <type name="VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0"/>
1091e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_SPEC_VERSION"    value="VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0"/>
1092e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_EXTENSION_NAME"  value="&quot;VK_STD_vulkan_video_codec_h264_decode&quot;"/>
1093e8556ba3Sopenharmony_ci
1094e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE" value="2"/>
1095e8556ba3Sopenharmony_ci
1096e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH264FieldOrderCount"/>
1097e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH264PictureInfoFlags"/>
1098e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH264PictureInfo"/>
1099e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH264ReferenceInfoFlags"/>
1100e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH264ReferenceInfo"/>
1101e8556ba3Sopenharmony_ci            </require>
1102e8556ba3Sopenharmony_ci        </extension>
1103e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h264std_encode" comment="protect with VULKAN_VIDEO_CODEC_H264STD_ENCODE_H_" supported="vulkan">
1104e8556ba3Sopenharmony_ci            <require>
1105e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codec_h264std.h"/>
1106e8556ba3Sopenharmony_ci
1107e8556ba3Sopenharmony_ci                <type name="VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_API_VERSION_1_0_0"/>
1108e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_SPEC_VERSION"    value="VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_API_VERSION_1_0_0"/>
1109e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_EXTENSION_NAME"  value="&quot;VK_STD_vulkan_video_codec_h264_encode&quot;"/>
1110e8556ba3Sopenharmony_ci
1111e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264WeightTableFlags"/>
1112e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264WeightTable"/>
1113e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264SliceHeaderFlags"/>
1114e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264PictureInfoFlags"/>
1115e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264ReferenceInfoFlags"/>
1116e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264ReferenceListsInfoFlags"/>
1117e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264RefListModEntry"/>
1118e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264RefPicMarkingEntry"/>
1119e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264ReferenceListsInfo"/>
1120e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264PictureInfo"/>
1121e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264ReferenceInfo"/>
1122e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH264SliceHeader"/>
1123e8556ba3Sopenharmony_ci            </require>
1124e8556ba3Sopenharmony_ci        </extension>
1125e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h265std" comment="protect with VULKAN_VIDEO_CODEC_H265STD_H_" supported="vulkan">
1126e8556ba3Sopenharmony_ci            <require>
1127e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codecs_common.h"/>
1128e8556ba3Sopenharmony_ci
1129e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_CPB_CNT_LIST_SIZE"                           value="32"/>
1130e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SUBLAYERS_LIST_SIZE"                         value="7"/>
1131e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_4X4_NUM_LISTS"                  value="6"/>
1132e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_4X4_NUM_ELEMENTS"               value="16"/>
1133e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_8X8_NUM_LISTS"                  value="6"/>
1134e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_8X8_NUM_ELEMENTS"               value="64"/>
1135e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS"                value="6"/>
1136e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_16X16_NUM_ELEMENTS"             value="64"/>
1137e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS"                value="2"/>
1138e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_SCALING_LIST_32X32_NUM_ELEMENTS"             value="64"/>
1139e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE"                  value="6"/>
1140e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_COLS_LIST_SIZE"        value="19"/>
1141e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_ROWS_LIST_SIZE"        value="21"/>
1142e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_PREDICTOR_PALETTE_COMPONENTS_LIST_SIZE"      value="3"/>
1143e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_PREDICTOR_PALETTE_COMP_ENTRIES_LIST_SIZE"    value="128"/>
1144e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_NUM_LIST_REF"                            value="15"/>
1145e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_CHROMA_PLANES"                           value="2"/>
1146e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_SHORT_TERM_REF_PIC_SETS"                 value="64"/>
1147e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_DPB_SIZE"                                value="16"/>
1148e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS"                  value="32"/>
1149e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_LONG_TERM_PICS"                          value="16"/>
1150e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_MAX_DELTA_POC"                               value="48"/>
1151e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_H265_NO_REFERENCE_PICTURE"                        value="0xFF"/>
1152e8556ba3Sopenharmony_ci
1153e8556ba3Sopenharmony_ci                <type name="StdVideoH265ChromaFormatIdc"/>
1154e8556ba3Sopenharmony_ci                <type name="StdVideoH265ProfileIdc"/>
1155e8556ba3Sopenharmony_ci                <type name="StdVideoH265LevelIdc"/>
1156e8556ba3Sopenharmony_ci                <type name="StdVideoH265SliceType"/>
1157e8556ba3Sopenharmony_ci                <type name="StdVideoH265PictureType"/>
1158e8556ba3Sopenharmony_ci                <type name="StdVideoH265AspectRatioIdc"/>
1159e8556ba3Sopenharmony_ci                <type name="StdVideoH265DecPicBufMgr"/>
1160e8556ba3Sopenharmony_ci                <type name="StdVideoH265SubLayerHrdParameters"/>
1161e8556ba3Sopenharmony_ci                <type name="StdVideoH265HrdFlags"/>
1162e8556ba3Sopenharmony_ci                <type name="StdVideoH265HrdParameters"/>
1163e8556ba3Sopenharmony_ci                <type name="StdVideoH265VpsFlags"/>
1164e8556ba3Sopenharmony_ci                <type name="StdVideoH265ProfileTierLevelFlags"/>
1165e8556ba3Sopenharmony_ci                <type name="StdVideoH265ProfileTierLevel"/>
1166e8556ba3Sopenharmony_ci                <type name="StdVideoH265VideoParameterSet"/>
1167e8556ba3Sopenharmony_ci                <type name="StdVideoH265ScalingLists"/>
1168e8556ba3Sopenharmony_ci                <type name="StdVideoH265SpsVuiFlags"/>
1169e8556ba3Sopenharmony_ci                <type name="StdVideoH265SequenceParameterSetVui"/>
1170e8556ba3Sopenharmony_ci                <type name="StdVideoH265PredictorPaletteEntries"/>
1171e8556ba3Sopenharmony_ci                <type name="StdVideoH265SpsFlags"/>
1172e8556ba3Sopenharmony_ci                <type name="StdVideoH265ShortTermRefPicSetFlags"/>
1173e8556ba3Sopenharmony_ci                <type name="StdVideoH265ShortTermRefPicSet"/>
1174e8556ba3Sopenharmony_ci                <type name="StdVideoH265LongTermRefPicsSps"/>
1175e8556ba3Sopenharmony_ci                <type name="StdVideoH265SequenceParameterSet"/>
1176e8556ba3Sopenharmony_ci                <type name="StdVideoH265PpsFlags"/>
1177e8556ba3Sopenharmony_ci                <type name="StdVideoH265PictureParameterSet"/>
1178e8556ba3Sopenharmony_ci            </require>
1179e8556ba3Sopenharmony_ci        </extension>
1180e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h265std_decode" comment="protect with VULKAN_VIDEO_CODEC_H265STD_DECODE_H_" supported="vulkan">
1181e8556ba3Sopenharmony_ci            <require>
1182e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codec_h265std.h"/>
1183e8556ba3Sopenharmony_ci
1184e8556ba3Sopenharmony_ci                <type name="VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_API_VERSION_1_0_0"/>
1185e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_SPEC_VERSION"    value="VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_API_VERSION_1_0_0"/>
1186e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_EXTENSION_NAME"  value="&quot;VK_STD_vulkan_video_codec_h265_decode&quot;"/>
1187e8556ba3Sopenharmony_ci
1188e8556ba3Sopenharmony_ci                <enum name="STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE"    value="8"/>
1189e8556ba3Sopenharmony_ci
1190e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH265PictureInfoFlags"/>
1191e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH265PictureInfo"/>
1192e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH265ReferenceInfoFlags"/>
1193e8556ba3Sopenharmony_ci                <type name="StdVideoDecodeH265ReferenceInfo"/>
1194e8556ba3Sopenharmony_ci            </require>
1195e8556ba3Sopenharmony_ci        </extension>
1196e8556ba3Sopenharmony_ci        <extension name="vulkan_video_codec_h265std_encode" comment="protect with VULKAN_VIDEO_CODEC_H265STD_ENCODE_H_" supported="vulkan">
1197e8556ba3Sopenharmony_ci            <require>
1198e8556ba3Sopenharmony_ci                <type name="vk_video/vulkan_video_codec_h265std.h"/>
1199e8556ba3Sopenharmony_ci
1200e8556ba3Sopenharmony_ci                <type name="VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_API_VERSION_1_0_0"/>
1201e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_SPEC_VERSION"    value="VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_API_VERSION_1_0_0"/>
1202e8556ba3Sopenharmony_ci                <enum name="VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_EXTENSION_NAME"  value="&quot;VK_STD_vulkan_video_codec_h265_encode&quot;"/>
1203e8556ba3Sopenharmony_ci
1204e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265WeightTableFlags"/>
1205e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265WeightTable"/>
1206e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265SliceSegmentHeaderFlags"/>
1207e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265SliceSegmentHeader"/>
1208e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265ReferenceListsInfoFlags"/>
1209e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265ReferenceListsInfo"/>
1210e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265PictureInfoFlags"/>
1211e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265LongTermRefPics"/>
1212e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265PictureInfo"/>
1213e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265ReferenceInfoFlags"/>
1214e8556ba3Sopenharmony_ci                <type name="StdVideoEncodeH265ReferenceInfo"/>
1215e8556ba3Sopenharmony_ci            </require>
1216e8556ba3Sopenharmony_ci        </extension>
1217e8556ba3Sopenharmony_ci    </extensions>
1218e8556ba3Sopenharmony_ci</registry>
1219