Home
last modified time | relevance | path

Searched refs:QueueInMs (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/pacing/
Dpaced_sender_unittest.cc374 EXPECT_EQ(0, send_bucket_->QueueInMs()); in TEST_F()
403 send_bucket_->QueueInMs()); in TEST_F()
434 EXPECT_EQ(0, send_bucket_->QueueInMs()); in TEST_F()
441 EXPECT_EQ(0, send_bucket_->QueueInMs()); in TEST_F()
458 send_bucket_->QueueInMs()); in TEST_F()
469 send_bucket_->QueueInMs()); in TEST_F()
485 send_bucket_->QueueInMs()); in TEST_F()
494 EXPECT_EQ(0, send_bucket_->QueueInMs()); in TEST_F()
500 EXPECT_EQ(0, send_bucket_->QueueInMs()); in TEST_F()
519 EXPECT_EQ(2001, send_bucket_->QueueInMs()); in TEST_F()
[all …]
Dpaced_sender.cc225 int PacedSender::QueueInMs() const { in QueueInMs() function in webrtc::PacedSender
345 if (max_queue_length_ms_ >= 0 && QueueInMs() > max_queue_length_ms_) { in ShouldSendNextPacket()
/external/chromium_org/third_party/webrtc/modules/pacing/include/mock/
Dmock_paced_sender.h32 MOCK_CONST_METHOD0(QueueInMs, int());
/external/chromium_org/third_party/webrtc/modules/pacing/include/
Dpaced_sender.h104 virtual int QueueInMs() const;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc441 return paced_sender_->QueueInMs() >= in EncoderPaused()
605 return paced_sender_->QueueInMs(); in PacerQueuingDelayMs()