Searched defs:H264SliceHeader (Results 1 – 2 of 2) sorted by relevance
239 struct H264SliceHeader { struct242 enum {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 …]
71 H264SliceHeader::H264SliceHeader() { in H264SliceHeader() function in media::H264SliceHeader