Home
last modified time | relevance | path

Searched refs:GetPayloadBitrateBps (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc99 MOCK_METHOD(uint32_t, GetPayloadBitrateBps, (), (const, override));
476 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
487 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
507 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
569 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
612 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
751 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
769 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
784 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
799 EXPECT_CALL(rtp_video_sender_, GetPayloadBitrateBps()) in TEST_F()
[all …]
Dvideo_send_stream_impl.cc590 encoder_target_rate_bps_ = rtp_video_sender_->GetPayloadBitrateBps(); in OnBitrateUpdated()
/external/webrtc/call/
Drtp_video_sender_interface.h56 virtual uint32_t GetPayloadBitrateBps() const = 0;
Drtp_video_sender.h141 uint32_t GetPayloadBitrateBps() const RTC_LOCKS_EXCLUDED(mutex_) override;
Drtp_video_sender_unittest.cc1082 EXPECT_EQ(test.router()->GetPayloadBitrateBps(), in TEST()
1089 EXPECT_EQ(test.router()->GetPayloadBitrateBps(), in TEST()
1096 EXPECT_EQ(test.router()->GetPayloadBitrateBps(), in TEST()
Drtp_video_sender.cc892 uint32_t RtpVideoSender::GetPayloadBitrateBps() const { in GetPayloadBitrateBps() function in webrtc::RtpVideoSender