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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 172 loop_count_(0),
191 if (0 == loop_count_) {
196 if (0 == loop_count_) {
204 ++loop_count_;
210 if (talk_base::SR_SUCCESS == res && loop_count_ > 0) {
261 packet->elapsed_time += loop_count_ * elapsed_time_increases_;
270 sequence += loop_count_ * rtp_seq_num_increase_;
271 timestamp += loop_count_ * rtp_timestamp_increase_;
rtpdump.h 140 int loop_count_; member in class:cricket::RtpDumpLoopReader

Completed in 206 milliseconds