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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.cc 25 hdr_info_(hdr),
132 if (hdr_info_->pictureId != kNoPictureId ||
133 hdr_info_->temporalIdx != kNoTemporalIdx ||
134 hdr_info_->tl0PicIdx != kNoTl0PicIdx ||
135 hdr_info_->keyIdx != kNoKeyIdx) {
145 EXPECT_BIT_N_EQ(buffer_[0], hdr_info_->nonReference ? 1 : 0);
160 // with the information in hdr_info_->pictureId.
162 if (hdr_info_->pictureId != kNoPictureId) {
164 if (hdr_info_->pictureId > 0x7F) {
167 (hdr_info_->pictureId >> 8) & 0x7F)
    [all...]
rtp_format_vp8_unittest.cc 91 hdr_info_.pictureId = kNoPictureId;
92 hdr_info_.nonReference = false;
93 hdr_info_.temporalIdx = kNoTemporalIdx;
94 hdr_info_.layerSync = false;
95 hdr_info_.tl0PicIdx = kNoTl0PicIdx;
96 hdr_info_.keyIdx = kNoKeyIdx;
99 helper_ = new test::RtpFormatVp8TestHelper(&hdr_info_);
103 RTPVideoHeaderVP8 hdr_info_; member in class:webrtc::RtpPacketizerVp8Test
112 hdr_info_.pictureId = 200; // > 0x7F should produce 2-byte PictureID.
114 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict)
    [all...]
rtp_format_vp8.cc 253 hdr_info_(hdr_info),
268 hdr_info_(hdr_info),
326 hdr_info_.temporalIdx == 0 || hdr_info_.temporalIdx == kNoTemporalIdx;
332 if (hdr_info_.temporalIdx == 0 &&
335 } else if (hdr_info_.temporalIdx != kNoTemporalIdx &&
336 hdr_info_.temporalIdx > 0 &&
577 if (hdr_info_.nonReference)
639 const uint16_t pic_id = static_cast<uint16_t>(hdr_info_.pictureId);
662 hdr_info_.tl0PicIdx
    [all...]
rtp_format_vp8_test_helper.h 61 const RTPVideoHeaderVP8* hdr_info_; member in class:webrtc::test::RtpFormatVp8TestHelper
rtp_format_vp8.h 209 const RTPVideoHeaderVP8 hdr_info_; member in class:webrtc::RtpPacketizerVp8

Completed in 862 milliseconds