Home | History | Annotate | Download | only in source

Lines Matching refs:hdr_info_

83     hdr_info_.pictureId = kNoPictureId;
84 hdr_info_.nonReference = false;
85 hdr_info_.temporalIdx = kNoTemporalIdx;
86 hdr_info_.layerSync = false;
87 hdr_info_.tl0PicIdx = kNoTl0PicIdx;
88 hdr_info_.keyIdx = kNoKeyIdx;
91 helper_ = new test::RtpFormatVp8TestHelper(&hdr_info_);
95 RTPVideoHeaderVP8 hdr_info_;
104 hdr_info_.pictureId = 200; // > 0x7F should produce 2-byte PictureID.
106 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict);
135 hdr_info_.pictureId = 200; // > 0x7F should produce 2-byte PictureID.
137 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict);
158 hdr_info_.pictureId = 20; // <= 0x7F should produce 1-byte PictureID.
160 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
185 hdr_info_.pictureId = 20; // <= 0x7F should produce 1-byte PictureID.
187 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
212 hdr_info_.pictureId = 20; // <= 0x7F should produce 1-byte PictureID.
214 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
239 hdr_info_.pictureId = 20; // <= 0x7F should produce 1-byte PictureID.
241 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
267 hdr_info_.pictureId = 200; // > 0x7F should produce 2-byte PictureID
269 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize);
296 hdr_info_.nonReference = true;
298 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize);
325 hdr_info_.tl0PicIdx = 117;
326 hdr_info_.temporalIdx = 2;
327 hdr_info_.layerSync = true;
330 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
356 hdr_info_.keyIdx = 17;
359 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
385 hdr_info_.temporalIdx = 1;
386 hdr_info_.keyIdx = 5;
389 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);