Home
last modified time | relevance | path

Searched defs:SendRtp (Results 1 – 8 of 8) 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
Ddirect_transport.cc63 bool DirectTransport::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::test::DirectTransport
Drtp_rtcp_observer.h131 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function
/external/chromium_org/third_party/webrtc/video/
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
Dfull_stack.cc145 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function in webrtc::VideoAnalyzer
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/media/webrtc/
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