Lines Matching refs:RtpVideoSender

319 RtpVideoSender::RtpVideoSender(  in RtpVideoSender()  function in webrtc::RtpVideoSender
443 RtpVideoSender::~RtpVideoSender() { in ~RtpVideoSender()
451 void RtpVideoSender::RegisterProcessThread( in RegisterProcessThread()
463 void RtpVideoSender::DeRegisterProcessThread() { in DeRegisterProcessThread()
469 void RtpVideoSender::SetActive(bool active) { in SetActive()
477 void RtpVideoSender::SetActiveModules(const std::vector<bool> active_modules) { in SetActiveModules()
482 void RtpVideoSender::SetActiveModulesLocked( in SetActiveModulesLocked()
497 bool RtpVideoSender::IsActive() { in IsActive()
502 bool RtpVideoSender::IsActiveLocked() { in IsActiveLocked()
506 EncodedImageCallback::Result RtpVideoSender::OnEncodedImage( in OnEncodedImage()
583 void RtpVideoSender::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated()
611 bool RtpVideoSender::NackEnabled() const { in NackEnabled()
616 uint32_t RtpVideoSender::GetPacketizationOverheadRate() const { in GetPacketizationOverheadRate()
627 void RtpVideoSender::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp()
633 void RtpVideoSender::ConfigureSsrcs() { in ConfigureSsrcs()
679 void RtpVideoSender::ConfigureRids() { in ConfigureRids()
691 void RtpVideoSender::OnNetworkAvailability(bool network_available) { in OnNetworkAvailability()
698 std::map<uint32_t, RtpState> RtpVideoSender::GetRtpStates() const { in GetRtpStates()
726 std::map<uint32_t, RtpPayloadState> RtpVideoSender::GetRtpPayloadStates() in GetRtpPayloadStates()
737 void RtpVideoSender::OnTransportOverheadChanged( in OnTransportOverheadChanged()
750 void RtpVideoSender::OnBitrateUpdated(BitrateAllocationUpdate update, in OnBitrateUpdated()
829 uint32_t RtpVideoSender::GetPayloadBitrateBps() const { in GetPayloadBitrateBps()
833 uint32_t RtpVideoSender::GetProtectionBitrateBps() const { in GetProtectionBitrateBps()
837 std::vector<RtpSequenceNumberMap::Info> RtpVideoSender::GetSentRtpPacketInfos( in GetSentRtpPacketInfos()
848 int RtpVideoSender::ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest()
881 void RtpVideoSender::SetFecAllowed(bool fec_allowed) { in SetFecAllowed()
886 void RtpVideoSender::OnPacketFeedbackVector( in OnPacketFeedbackVector()
944 void RtpVideoSender::SetEncodingData(size_t width, in SetEncodingData()