HomeSort by relevance Sort by last modified time
    Searched full:rtp_timestamp (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 224 uint32 rtp_timestamp = 0; local
225 packet.GetRtpTimestamp(&rtp_timestamp);
231 first_rtp_timestamp_ = rtp_timestamp;
234 } else if (rtp_timestamp != prev_rtp_timestamp_) {
240 prev_rtp_timestamp_ = rtp_timestamp;

Completed in 235 milliseconds