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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h 43 RTPFragmentationHeader* fragmentation() const { return fragmentation_; }
60 RTPFragmentationHeader* fragmentation_; member in class:webrtc::test::RtpFormatVp8TestHelper
rtp_format_vp8_test_helper.cc 24 fragmentation_(NULL),
33 delete fragmentation_;
41 fragmentation_ = new RTPFragmentationHeader;
42 fragmentation_->VerifyAndAllocateFragmentationHeader(num_partitions);
54 fragmentation_->fragmentationLength[p] = partition_sizes[p];
55 fragmentation_->fragmentationOffset[p] = j;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 180 fragmentation_.VerifyAndAllocateFragmentationHeader(
300 fragmentation_.fragmentationLength[fragmentation_index] = len_bytes;
301 fragmentation_.fragmentationPlType[fragmentation_index] = payload_type;
302 fragmentation_.fragmentationTimeDiff[fragmentation_index] =
304 fragmentation_.fragmentationVectorSize++;
339 fragmentation_.fragmentationLength[2]);
362 fragmentation_.fragmentationLength[2] = len_bytes;
412 fragmentation_.fragmentationVectorSize = 0;
419 fragmentation_.fragmentationLength[index_previous_secondary] =
421 fragmentation_.fragmentationPlType[index_previous_secondary]
    [all...]
audio_coding_module_impl.h 341 // TODO(turajs): we actually don't need |fragmentation_| as a member variable.
344 RTPFragmentationHeader fragmentation_ GUARDED_BY(acm_crit_sect_);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info_unittest.cc 74 fragmentation_.VerifyAndAllocateFragmentationHeader(kMaxVP8Partitions);
81 fragmentation_.fragmentationLength[partition_id]);
83 int packet_index = fragmentation_.fragmentationOffset[partition_id] +
94 RTPFragmentationHeader fragmentation_; member in class:webrtc::TestVP8Partitions
534 &fragmentation_),
605 &fragmentation_),
676 &fragmentation_),
747 &fragmentation_),
819 &fragmentation_),
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 789 Candidate() : fragmentation_(0), page_(NULL) { }
790 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { }
792 int fragmentation() { return fragmentation_; }
796 int fragmentation_; member in class:v8::internal::Candidate
    [all...]

Completed in 723 milliseconds