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

  /external/webrtc/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 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_; member in class:webrtc::RtpPacketizerVp8Test
104 hdr_info_.pictureId = 200; // > 0x7F should produce 2-byte PictureID.
106 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict)
    [all...]
rtp_format_vp8.cc 159 hdr_info_(hdr_info),
174 hdr_info_(hdr_info),
232 hdr_info_.temporalIdx == 0 || hdr_info_.temporalIdx == kNoTemporalIdx;
237 if (hdr_info_.temporalIdx == 0 &&
241 if (hdr_info_.temporalIdx != kNoTemporalIdx &&
242 hdr_info_.temporalIdx > 0 &&
483 if (hdr_info_.nonReference)
550 const uint16_t pic_id = static_cast<uint16_t>(hdr_info_.pictureId);
573 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 81 milliseconds