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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info_unittest.cc 489 vp8_header_->beginningOfPartition = true;
505 vp8_header_->beginningOfPartition = false;
519 vp8_header_->beginningOfPartition = true;
546 vp8_header_->beginningOfPartition = true;
562 vp8_header_->beginningOfPartition = false;
576 vp8_header_->beginningOfPartition = true;
590 vp8_header_->beginningOfPartition = false;
617 vp8_header_->beginningOfPartition = true;
633 vp8_header_->beginningOfPartition = false;
647 vp8_header_->beginningOfPartition = true
    [all...]
session_info.cc 305 if ((*it).codecSpecificHeader.codecHeader.VP8.beginningOfPartition) {
321 (*it).codecSpecificHeader.codecHeader.VP8.beginningOfPartition;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc 178 from_header->beginningOfPartition && (from_header->partitionID == 0);
197 to_header->beginningOfPartition = from_header->beginningOfPartition;
rtp_utility.h 131 bool beginningOfPartition;
rtp_utility.cc 199 info.VP8.beginningOfPartition = false;
630 vp8->beginningOfPartition = (*dataPtr & 0x10) ? true : false; // S bit
655 if (dataLength > 0 && vp8->beginningOfPartition && vp8->partitionID == 0) {
rtp_utility_unittest.cc 62 EXPECT_EQ(S, header.beginningOfPartition);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 62 beginningOfPartition = false;
75 bool beginningOfPartition; // True if this packet is the first
  /external/webrtc/src/modules/interface/
module_common_types.h 68 beginningOfPartition = false;
83 bool beginningOfPartition; // True if this packet is the first

Completed in 59 milliseconds