Lines Matching refs:u8
69 u8 aspect_ratio_info_present_flag;
70 u8 aspect_ratio_idc;
73 u8 overscan_info_present_flag;
74 u8 overscan_appropriate_flag;
75 u8 video_signal_type_present_flag;
76 u8 video_format;
77 u8 video_full_range_flag;
78 u8 colour_description_present_flag;
79 u8 colour_primaries;
80 u8 transfer_characteristics;
81 u8 matrix_coefficients;
82 u8 chroma_loc_info_present_flag;
83 u8 chroma_sample_loc_type_top_field;
84 u8 chroma_sample_loc_type_bottom_field;
85 u8 timing_info_present_flag;
88 u8 fixed_frame_rate_flag;
89 u8 nal_hrd_parameters_present_flag;
90 u8 vcl_hrd_parameters_present_flag;
91 u8 low_delay_hrd_flag;
92 u8 pic_struct_present_flag;
93 u8 bitstream_restriction_flag;
94 u8 motion_vectors_over_pic_boundaries_flag;
110 u8 CropEnableFlag;
115 u8 PanScanEnableFlag;
121 u8 vui_parameters_present_flag;
140 s32 H264DECSetBitstream(void *memPtr, const u8 *bitstream, const s32 length, const f64 timeStam…
146 s32 H264DECGetImageSize(const u8 *buf, s32 TotalBytes, s32 streamOffset, s32 *Width, s32 *Heigh…
147 s32 H264DECFindDecstartpoint(const u8 *buf, s32 totalBytes, s32 *streamOffset);
148 s32 H264DECFindIdrpoint(const u8 *buf, s32 totalBytes, s32 *streamOffset);
149 s32 H264DECCheckDecunitLength(void *memPtr, const u8 *buf, s32 totalBytes, s32 streamOffset, s3…
151 s32 H264DECCheckSkipableFrame(const u8 *buf, s32 Length, s32 *SkipFlag);