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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 168 // Implementation of RtpDumpLoopReader.
170 RtpDumpLoopReader::RtpDumpLoopReader(talk_base::StreamInterface* stream)
186 talk_base::StreamResult RtpDumpLoopReader::ReadPacket(RtpDumpPacket* packet) {
220 void RtpDumpLoopReader::UpdateStreamStatistics(const RtpDumpPacket& packet) {
244 void RtpDumpLoopReader::CalculateIncreases() {
259 void RtpDumpLoopReader::UpdateDumpPacket(RtpDumpPacket* packet) {
rtpdump.h 116 // RtpDumpLoopReader reads RTP dump packets from the input stream and rewinds
117 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the
118 // RTP sequence number and the RTP timestamp properly. RtpDumpLoopReader can
121 class RtpDumpLoopReader : public RtpDumpReader {
123 explicit RtpDumpLoopReader(talk_base::StreamInterface* stream);
161 DISALLOW_COPY_AND_ASSIGN(RtpDumpLoopReader);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 205 // Implementation of RtpDumpLoopReader.
207 RtpDumpLoopReader::RtpDumpLoopReader(talk_base::StreamInterface* stream)
223 talk_base::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(talk_base::StreamInterface* stream);
183 DISALLOW_COPY_AND_ASSIGN(RtpDumpLoopReader);

Completed in 419 milliseconds