/external/chromium_org/third_party/webrtc/test/ |
D | null_transport.cc | 15 bool NullTransport::SendRtp(const uint8_t* packet, size_t length) { in SendRtp() function in webrtc::test::NullTransport
|
D | rtp_rtcp_observer.h | 131 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function 143 return test::DirectTransport::SendRtp(packet, length); in SendRtp()
|
D | null_transport.h | 22 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE;
|
D | direct_transport.h | 42 virtual bool SendRtp(const uint8_t* data, size_t length) OVERRIDE;
|
D | direct_transport.cc | 63 bool DirectTransport::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::test::DirectTransport
|
/external/chromium_org/third_party/webrtc/ |
D | transport.h | 23 virtual bool SendRtp(const uint8_t* packet, size_t length) = 0;
|
/external/chromium_org/third_party/webrtc/video/ |
D | rampup_tests.h | 55 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE; 104 virtual bool SendRtp(const uint8_t* data, size_t length) OVERRIDE;
|
D | transport_adapter.cc | 25 bool success = transport_->SendRtp(static_cast<const uint8_t*>(packet), in SendPacket()
|
D | rampup_tests.cc | 116 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()
|
D | full_stack.cc | 145 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()
|
D | end_to_end_tests.cc | 58 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/ |
D | channel_unittest.cc | 355 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/ |
D | webrtcvideoengine2.h | 401 virtual bool SendRtp(const uint8_t* data, size_t len) OVERRIDE;
|
D | webrtcvideoengine2.cc | 1268 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/ |
D | fakemediaengine.h | 72 bool SendRtp(const void* data, int len) { in SendRtp() function
|