Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h30 return DEPRECATED_Create(configuration); in Create()
33 static std::unique_ptr<RtpRtcp> DEPRECATED_Create(
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc51 std::unique_ptr<RtpRtcp> RtpRtcp::DEPRECATED_Create( in DEPRECATED_Create() function in webrtc::RtpRtcp
/external/webrtc/video/
Drtp_video_stream_receiver.cc100 std::unique_ptr<RtpRtcp> rtp_rtcp = RtpRtcp::DEPRECATED_Create(configuration); in CreateRtpRtcpModule()