Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_video_sender_interface.h58 virtual uint32_t GetProtectionBitrateBps() const = 0;
Drtp_video_sender.h149 uint32_t GetProtectionBitrateBps() const RTC_LOCKS_EXCLUDED(mutex_) override;
Drtp_video_sender.cc833 uint32_t RtpVideoSender::GetProtectionBitrateBps() const { in GetProtectionBitrateBps() function in webrtc::RtpVideoSender
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc95 MOCK_METHOD(uint32_t, GetProtectionBitrateBps, (), (const, override));
750 EXPECT_CALL(rtp_video_sender_, GetProtectionBitrateBps()) in TEST_F()
766 EXPECT_CALL(rtp_video_sender_, GetProtectionBitrateBps()) in TEST_F()
Dvideo_send_stream_impl.cc636 rtp_video_sender_->GetProtectionBitrateBps(); in OnBitrateUpdated()