HomeSort by relevance Sort by last modified time
    Searched defs:RtpDumpLoopReader (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 205 // Implementation of RtpDumpLoopReader.
207 RtpDumpLoopReader::RtpDumpLoopReader(rtc::StreamInterface* stream)
223 rtc::StreamResult RtpDumpLoopReader::ReadPacket(RtpDumpPacket* packet) {
257 void RtpDumpLoopReader::UpdateStreamStatistics(const RtpDumpPacket& packet) {
281 void RtpDumpLoopReader::CalculateIncreases() {
296 void RtpDumpLoopReader::UpdateDumpPacket(RtpDumpPacket* packet) {
rtpdump.h 139 // 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 {
146 explicit RtpDumpLoopReader(rtc::StreamInterface* stream);
184 DISALLOW_COPY_AND_ASSIGN(RtpDumpLoopReader);

Completed in 43 milliseconds