Searched refs:hasPictureID (Results 1 – 4 of 4) sorted by relevance
201 info.VP8.hasPictureID = false; in SetType()692 vp8->hasPictureID = (*dataPtr & 0x80) ? true : false; // I bit in ParseVP8Extension()702 if (vp8->hasPictureID) { in ParseVP8Extension()
133 bool hasPictureID; member
181 from_header->hasPictureID ? from_header->pictureID : kNoPictureId; in ReceiveVp8Codec()
68 EXPECT_EQ(I, header.hasPictureID); in VerifyExtensions()