HomeSort by relevance Sort by last modified time
    Searched refs:PictureIdLength (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h 192 size_t PictureIdLength() const;
199 bool PictureIdPresent() const { return (PictureIdLength() > 0); }
rtp_format_vp9.cc 58 size_t PictureIdLength(const RTPVideoHeaderVP9& hdr) {
65 return PictureIdLength(hdr) > 0;
150 return kFixedPayloadDescriptorBytes + PictureIdLength(hdr) +
181 bool m_bit = (PictureIdLength(vp9) == 2);
rtp_format_vp8.cc 551 size_t picture_id_len = PictureIdLength();
604 size_t length_bytes = PictureIdLength();
614 size_t RtpPacketizerVp8::PictureIdLength() const {

Completed in 127 milliseconds