Searched defs:H264SliceHeader (Results 1 – 2 of 2) sorted by relevance
171 struct MEDIA_EXPORT H264SliceHeader { struct174 enum {179 enum Type {193 bool idr_pic_flag; // from NAL header194 int nal_ref_idc; // from NAL header195 const uint8* nalu_data; // from NAL header196 off_t nalu_size; // from NAL header197 off_t header_bit_size; // calculated199 int first_mb_in_slice;200 int slice_type;[all …]
45 H264SliceHeader::H264SliceHeader() { in H264SliceHeader() function in media::H264SliceHeader