Searched defs:SendRtp (Results 1 – 8 of 8) sorted by relevance
15 bool NullTransport::SendRtp(const uint8_t* packet, size_t length) { in SendRtp() function in webrtc::test::NullTransport
63 bool DirectTransport::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::test::DirectTransport
131 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function
116 bool StreamObserver::SendRtp(const uint8_t* packet, size_t length) { in SendRtp() function in webrtc::StreamObserver242 bool LowRateStreamObserver::SendRtp(const uint8_t* data, size_t length) { in SendRtp() function in webrtc::LowRateStreamObserver
145 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function in webrtc::VideoAnalyzer
58 virtual bool SendRtp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtp() function in webrtc::EndToEndTest::UnusedTransport
1268 bool WebRtcVideoChannel2::SendRtp(const uint8_t* data, size_t len) { in SendRtp() function in cricket::WebRtcVideoChannel2
72 bool SendRtp(const void* data, int len) { in SendRtp() function