Searched defs:H264NALU (Results 1 – 2 of 2) sorted by relevance
33 struct H264NALU { struct36 enum Type {62 const uint8_t* data;63 off_t size; // From after start code to start code of next NALU (or EOS).65 int nal_ref_idc;66 int nal_unit_type;
38 H264NALU::H264NALU() { in H264NALU() function in media::H264NALU