Home
last modified time | relevance | path

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

/external/webrtc/call/
Dvideo_receive_stream.cc105 VideoReceiveStream::Config::Rtp::Rtp() = default;
106 VideoReceiveStream::Config::Rtp::Rtp(const Rtp&) = default;
107 VideoReceiveStream::Config::Rtp::~Rtp() = default;
109 std::string VideoReceiveStream::Config::Rtp::ToString() const { in ToString()
Daudio_receive_stream.cc21 AudioReceiveStream::Config::Rtp::Rtp() = default;
22 AudioReceiveStream::Config::Rtp::~Rtp() = default;
Daudio_send_stream.cc43 AudioSendStream::Config::Rtp::Rtp() = default;
45 AudioSendStream::Config::Rtp::~Rtp() = default;
47 std::string AudioSendStream::Config::Rtp::ToString() const { in ToString()
Dvideo_receive_stream.h177 struct Rtp { struct
178 Rtp();
179 Rtp(const Rtp&);
180 ~Rtp();
Daudio_receive_stream.h102 struct Rtp { struct
103 Rtp();
104 ~Rtp();
Daudio_send_stream.h82 struct Rtp { struct
83 Rtp();
84 ~Rtp();
/external/webrtc/audio/
Daudio_receive_stream.cc34 std::string AudioReceiveStream::Config::Rtp::ToString() const { in ToString()