Home
last modified time | relevance | path

Searched defs:nalu_size (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.cc49 uint16_t nalu_size = nalu_ptr[0] << 8 | nalu_ptr[1]; in VerifyStapANaluLengths() local
/external/v4l2_codec2/vda/
Dh264_parser.cc315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU()
Dh264_parser.h264 off_t nalu_size; // from NAL header member