Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc64 bool PictureIdPresent(const RTPVideoHeaderVP9& hdr) { in PictureIdPresent() function
238 if (!PictureIdPresent(vp9) || in WriteRefIndices()
621 bool i_bit = PictureIdPresent(hdr_); in WriteHeader()
Drtp_format_vp8.h199 bool PictureIdPresent() const { return (PictureIdLength() > 0); } in PictureIdPresent() function
Drtp_format_vp8.cc509 if (PictureIdPresent()) { in WriteExtensionFields()
625 return (TIDFieldPresent() || TL0PicIdxFieldPresent() || PictureIdPresent() || in XFieldPresent()