Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc201 info.VP8.hasPictureID = false; in SetType()
692 vp8->hasPictureID = (*dataPtr & 0x80) ? true : false; // I bit in ParseVP8Extension()
702 if (vp8->hasPictureID) { in ParseVP8Extension()
Drtp_utility.h133 bool hasPictureID; member
Drtp_receiver_video.cc181 from_header->hasPictureID ? from_header->pictureID : kNoPictureId; in ReceiveVp8Codec()
Drtp_utility_unittest.cc68 EXPECT_EQ(I, header.hasPictureID); in VerifyExtensions()