Searched defs:H264SliceHeader (Results 1 – 2 of 2) sorted by relevance
242 struct H264SliceHeader { struct245 enum { kRefListSize = 32, kRefListModSize = kRefListSize };247 enum Type {261 bool idr_pic_flag; // from NAL header262 int nal_ref_idc; // from NAL header263 const uint8_t* nalu_data; // from NAL header264 off_t nalu_size; // from NAL header265 off_t header_bit_size; // calculated267 int first_mb_in_slice;268 int slice_type;[all …]
127 H264SliceHeader::H264SliceHeader() { in H264SliceHeader() function in media::H264SliceHeader