Searched defs:RtpDumpLoopReader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc205 // Implementation of RtpDumpLoopReader.
207 RtpDumpLoopReader::RtpDumpLoopReader(rtc::StreamInterface* stream) function in class:cricket::RtpDumpLoopReader
223 rtc::StreamResult RtpDumpLoopReader::ReadPacket(RtpDumpPacket* packet) {
257 void RtpDumpLoopReader::UpdateStreamStatistics(const RtpDumpPacket& packet) {
281 void RtpDumpLoopReader::CalculateIncreases() {
296 void RtpDumpLoopReader::UpdateDumpPacket(RtpDumpPacket* packet) {
H A Drtpdump.h139 // RtpDumpLoopReader reads RTP dump packets from the input stream and rewinds
140 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the
141 // RTP sequence number and the RTP timestamp properly. RtpDumpLoopReader can
144 class RtpDumpLoopReader : public RtpDumpReader { class in namespace:cricket
146 explicit RtpDumpLoopReader(rtc::StreamInterface* stream);
184 DISALLOW_COPY_AND_ASSIGN(RtpDumpLoopReader);

Completed in 111 milliseconds