Home | History | Annotate | Download | only in parser

Lines Matching refs:uint8

23 #ifndef uint8
24 typedef unsigned char uint8;
44 uint8 profile_and_level_indication;
49 uint8* buffer_addr;
57 uint8 vop_coded;
81 uint8 pic_parameter_set_id;
82 uint8 seq_parameter_set_id;
84 uint8 profile_idc;
85 uint8 level_idc;
86 uint8 constraint_set1_flag;
88 uint8 num_ref_frames;
89 uint8 gaps_in_frame_num_value_allowed_flag;
91 uint8 frame_mbs_only_flag;
92 uint8 mb_adaptive_frame_field_flag;
97 uint8 frame_cropping_flag;
103 uint8 vui_parameters_present_flag;
105 uint8 aspect_ratio_info_present_flag;
106 uint8 aspect_ratio_idc;
111 uint8 video_signal_type_present_flag;
112 uint8 video_format;
118 uint8* buffer_addr;
165 uint8 PROFILE;
166 uint8 LEVEL;
167 uint8 POSTPROCFLAG;
168 uint8 PULLDOWN;
169 uint8 INTERLACE;
170 uint8 TFCNTRFLAG;
171 uint8 FINTERPFLAG;
172 uint8 PSF;
175 uint8 BROKEN_LINK;
176 uint8 CLOSED_ENTRY;
177 uint8 PANSCAN_FLAG;
178 uint8 REFDIST_FLAG;
179 uint8 LOOPFILTER;
180 uint8 FASTUVMC;
181 uint8 EXTENDED_MV;
182 uint8 DQUANT;
183 uint8 VSTRANSFORM;
184 uint8 OVERLAP;
185 uint8 QUANTIZER;
188 uint8 EXTENDED_DMV;
189 uint8 RANGE_MAPY_FLAG;
190 uint8 RANGE_MAPY;
191 uint8 RANGE_MAPUV_FLAG;
192 uint8 RANGE_MAPUV;
195 uint8 RANGERED;
196 uint8 MAXBFRAMES;
197 uint8 MULTIRES;
198 uint8 SYNCMARKER;
199 uint8 RNDCTRL;
200 uint8 REFDIST;
204 uint8 INTCOMPFIELD;
205 uint8 LUMSCALE2;
206 uint8 LUMSHIFT2;
211 uint8 *buffer_addr;
223 uint8 *packed_bitplanes; /* contains up to three bitplanes packed for libVA */
297 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag);