Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/test/
Dnull_transport.cc15 bool NullTransport::SendRtp(const uint8_t* packet, size_t length) { in SendRtp() function in webrtc::test::NullTransport
Drtp_rtcp_observer.h131 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function
143 return test::DirectTransport::SendRtp(packet, length); in SendRtp()
Dnull_transport.h22 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE;
Ddirect_transport.h42 virtual bool SendRtp(const uint8_t* data, size_t length) OVERRIDE;
Ddirect_transport.cc63 bool DirectTransport::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::test::DirectTransport
/external/chromium_org/third_party/webrtc/
Dtransport.h23 virtual bool SendRtp(const uint8_t* packet, size_t length) = 0;
/external/chromium_org/third_party/webrtc/video/
Drampup_tests.h55 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE;
104 virtual bool SendRtp(const uint8_t* data, size_t length) OVERRIDE;
Dtransport_adapter.cc25 bool success = transport_->SendRtp(static_cast<const uint8_t*>(packet), in SendPacket()
Drampup_tests.cc116 bool StreamObserver::SendRtp(const uint8_t* packet, size_t length) { in SendRtp() function in webrtc::StreamObserver
242 bool LowRateStreamObserver::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::LowRateStreamObserver
261 return test::DirectTransport::SendRtp(data, length); in SendRtp()
Dfull_stack.cc145 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function in webrtc::VideoAnalyzer
161 return transport_->SendRtp(packet, length); in SendRtp()
Dend_to_end_tests.cc58 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function in webrtc::EndToEndTest::UnusedTransport
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel_unittest.cc355 return media_channel1_->SendRtp(rtp_packet_.c_str(), in SendRtp1()
359 return media_channel2_->SendRtp(rtp_packet_.c_str(), in SendRtp2()
373 return media_channel1_->SendRtp(data.c_str(), in SendCustomRtp1()
378 return media_channel2_->SendRtp(data.c_str(), in SendCustomRtp2()
1032 T::MediaChannel::SendRtp(kPcmuFrame, sizeof(kPcmuFrame)); in TestCallTeardownRtcpMux()
1750 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()
1755 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()
1760 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h401 virtual bool SendRtp(const uint8_t* data, size_t len) OVERRIDE;
Dwebrtcvideoengine2.cc1268 bool WebRtcVideoChannel2::SendRtp(const uint8_t* data, size_t len) { in SendRtp() function in cricket::WebRtcVideoChannel2
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakemediaengine.h72 bool SendRtp(const void* data, int len) { in SendRtp() function