Home | History | Annotate | Download | only in include

Lines Matching refs:uint8

36 #ifndef uint8
37 typedef unsigned char uint8;
57 uint8 profile_and_level_indication;
62 uint8 video_format;
65 uint8 video_range;
68 uint8 matrix_coefficients;
70 uint8 short_video_header;
73 uint8 aspect_ratio_info;
74 uint8 par_width;
75 uint8 par_height;
81 uint8 got_vol;
83 uint8 got_vop;
88 uint8* buffer_addr;
92 uint8* cur_frame_addr;
93 uint8* forward_ref_addr;
94 uint8* backward_ref_addr;
103 uint8 vop_coded;
106 uint8 new_picture_flag;
131 uint8 profile_and_level_indication;
134 uint8 frame_type;
137 uint8 interlaced;
145 uint8 video_format;
148 uint8 video_range;
151 uint8 aspect_ratio;
156 uint8 matrix_coefficients;
158 uint8 load_intra_quantiser_matrix;
159 uint8 load_non_intra_quantiser_matrix;
170 uint8* buffer_addr;
204 uint8 pic_parameter_set_id;
205 uint8 seq_parameter_set_id;
207 uint8 profile_idc;
208 uint8 level_idc;
210 uint8 constraint_set0_flag;
211 uint8 constraint_set1_flag;
212 uint8 constraint_set2_flag;
213 uint8 constraint_set3_flag;
214 uint8 constraint_set4_flag;
215 uint8 constraint_set5_flag;
217 uint8 num_ref_frames;
218 uint8 gaps_in_frame_num_value_allowed_flag;
220 uint8 frame_mbs_only_flag;
221 uint8 mb_adaptive_frame_field_flag;
226 uint8 vui_parameters_present_flag;
229 uint8 aspect_ratio_idc;
242 uint8 video_format;
243 uint8 video_full_range_flag;
246 uint8 matrix_coefficients;
248 uint8 pic_order_cnt_type;
258 uint8* buffer_addr;
264 uint8 nal_unit_type;
290 uint8 has_sps;
293 uint8 has_pps;
295 uint8 new_sps;
297 uint8 new_pps;
321 uint8 PROFILE;
322 uint8 LEVEL;
323 uint8 POSTPROCFLAG;
324 uint8 PULLDOWN;
325 uint8 INTERLACE;
326 uint8 TFCNTRFLAG;
327 uint8 FINTERPFLAG;
328 uint8 PSF;
331 uint8 MATRIX_COEF;
334 uint8 BROKEN_LINK;
335 uint8 CLOSED_ENTRY;
336 uint8 PANSCAN_FLAG;
337 uint8 REFDIST_FLAG;
338 uint8 LOOPFILTER;
339 uint8 FASTUVMC;
340 uint8 EXTENDED_MV;
341 uint8 DQUANT;
342 uint8 VSTRANSFORM;
343 uint8 OVERLAP;
344 uint8 QUANTIZER;
347 uint8 EXTENDED_DMV;
348 uint8 RANGE_MAPY_FLAG;
349 uint8 RANGE_MAPY;
350 uint8 RANGE_MAPUV_FLAG;
351 uint8 RANGE_MAPUV;
354 uint8 RANGERED;
355 uint8 MAXBFRAMES;
356 uint8 MULTIRES;
357 uint8 SYNCMARKER;
358 uint8 RNDCTRL;
359 uint8 REFDIST;
363 uint8 INTCOMPFIELD;
364 uint8 LUMSCALE2;
365 uint8 LUMSHIFT2;
370 uint8 ASPECT_RATIO;
372 uint8 ASPECT_HORIZ_SIZE;
373 uint8 ASPECT_VERT_SIZE;
380 uint8 *buffer_addr;
392 uint8 *packed_bitplanes; /* contains up to three bitplanes packed for libVA */
410 uint8 frame_type;
411 uint8 version_num;
436 uint8 *buffer_addr;
529 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag);