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

  /external/webrtc/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 138 // RtpDumpLoopReader reads RTP dump packets from the input stream and rewinds
139 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the
140 // RTP sequence number and the RTP timestamp properly. RtpDumpLoopReader can
143 class RtpDumpLoopReader : public RtpDumpReader {
145 explicit RtpDumpLoopReader(rtc::StreamInterface* stream);
183 RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpLoopReader);

Completed in 48 milliseconds