Home
last modified time | relevance | path

Searched refs:rtpDataLength (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.h49 RtpHeaderParser(const uint8_t* rtpData, size_t rtpDataLength);
Drtp_utility.cc75 const size_t rtpDataLength) in RtpHeaderParser() argument
77 _ptrRTPDataEnd(rtpData ? (rtpData + rtpDataLength) : NULL) { in RtpHeaderParser()