Home
last modified time | relevance | path

Searched refs:OnRtpPacket (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediarecorder_unittest.cc69 void OnRtpPacket(const RawRtpPacket& raw) { in OnRtpPacket() function in cricket::RtpDumpSinkTest
95 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[0]); in TEST_F()
101 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[1]); in TEST_F()
106 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[2]); in TEST_F()
123 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[0]); in TEST_F()
126 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[1]); in TEST_F()
127 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[2]); in TEST_F()
146 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[0]); in TEST_F()
151 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[1]); in TEST_F()
156 OnRtpPacket(RtpTestUtility::kTestRawRtpPackets[2]); in TEST_F()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasink.h43 virtual void OnRtpPacket(const void* data, size_t size) = 0;
Dchannel.cc289 sent_media_sink_->OnRtpPacket(packet->data(), packet->length()); in SendPacket()
377 received_media_sink_->OnRtpPacket(packet->data(), packet->length()); in HandlePacket()