Searched defs:H264NALU (Results 1 – 2 of 2) sorted by relevance
35 struct H264NALU { struct38 enum Type {64 const uint8_t* data;65 off_t size; // From after start code to start code of next NALU (or EOS).67 int nal_ref_idc;68 int nal_unit_type;
78 H264NALU::H264NALU() { in H264NALU() function in media::H264NALU