Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dh264_parser.h35 struct H264NALU { struct
38 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;
Dh264_parser.cc78 H264NALU::H264NALU() { in H264NALU() function in media::H264NALU