Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc154 size_t PayloadDescriptorLength(const RTPVideoHeaderVP9& hdr) { in PayloadDescriptorLength() function
523 if (max_payload_length_ < PayloadDescriptorLength(hdr_) + 1) { in GeneratePackets()
532 : PayloadDescriptorLength(hdr_)); in GeneratePackets()