Home
last modified time | relevance | path

Searched refs:RtcpSenderContext (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp32 //------------------------------ RtcpSenderContext ------------------------------//
33 DataBuffer::Ptr RtcpSenderContext::CreateRtcpSR(uint32_t rtcpSSRC) in CreateRtcpSR()
54 void RtcpSenderContext::OnRtcp(RtcpHeader *rtcp) in OnRtcp()
98 DataBuffer::Ptr RtcpSenderContext::CreateRtcpXRDLRR(uint32_t rtcp_ssrc, uint32_t rtp_ssrc) in CreateRtcpXRDLRR()
103 uint32_t RtcpSenderContext::GetRtt(uint32_t ssrc) const in GetRtt()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp35 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
41 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
52 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
63 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
75 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
87 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
99 auto context = std::make_shared<RtcpSenderContext>(); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.h115 std::shared_ptr<RtcpSenderContext> rtcpSendContext_ = nullptr;
H A Dwfd_rtp_producer.cpp261 rtcpSendContext_ = std::make_shared<RtcpSenderContext>(); in InitUdpClients()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h80 class RtcpSenderContext : public RtcpContext { class

Completed in 4 milliseconds