Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc53 RtpRtcp::Configuration configuration_copy; in CreateRtpRtcp() local
54 memcpy(&configuration_copy, &configuration, in CreateRtpRtcp()
56 configuration_copy.clock = Clock::GetRealTimeClock(); in CreateRtpRtcp()
57 return new ModuleRtpRtcpImpl(configuration_copy); in CreateRtpRtcp()