Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.h192 size_t PictureIdLength() const;
199 bool PictureIdPresent() const { return (PictureIdLength() > 0); } in PictureIdPresent()
Drtp_format_vp9.cc58 size_t PictureIdLength(const RTPVideoHeaderVP9& hdr) { in PictureIdLength() function
65 return PictureIdLength(hdr) > 0; in PictureIdPresent()
150 return kFixedPayloadDescriptorBytes + PictureIdLength(hdr) + in PayloadDescriptorLengthMinusSsData()
181 bool m_bit = (PictureIdLength(vp9) == 2); in WritePictureId()
Drtp_format_vp8.cc551 size_t picture_id_len = PictureIdLength(); in WritePictureID()
604 size_t length_bytes = PictureIdLength(); in PayloadDescriptorExtraLength()
614 size_t RtpPacketizerVp8::PictureIdLength() const { in PictureIdLength() function in webrtc::RtpPacketizerVp8