Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.h67 bool first_fragment; member
Drtp_format_vp8.h92 bool first_fragment; member
Drtp_format_h264.cc124 bool first_fragment = (payload_data[1] & kSBit) > 0; in ParseFuaNalu() local