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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h 199 bool PictureIdPresent() const { return (PictureIdLength() > 0); }
rtp_format_vp9.cc 64 bool PictureIdPresent(const RTPVideoHeaderVP9& hdr) {
238 if (!PictureIdPresent(vp9) ||
621 bool i_bit = PictureIdPresent(hdr_);
rtp_format_vp8.cc 509 if (PictureIdPresent()) {
625 return (TIDFieldPresent() || TL0PicIdxFieldPresent() || PictureIdPresent() ||

Completed in 200 milliseconds