Home
last modified time | relevance | path

Searched defs:H264NALU (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.h33 struct H264NALU { struct
36 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;
Dh264_parser.cc38 H264NALU::H264NALU() { in H264NALU() function in media::H264NALU