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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info.cc 33 empty_seq_num_high_(-1),
55 return empty_seq_num_high_;
56 if (empty_seq_num_high_ == -1)
58 return LatestSequenceNumber(packets_.back().seqNum, empty_seq_num_high_);
103 empty_seq_num_high_ = -1;
470 if (empty_seq_num_high_ == -1)
471 empty_seq_num_high_ = seq_num;
473 empty_seq_num_high_ = LatestSequenceNumber(seq_num, empty_seq_num_high_);
session_info.h 153 int empty_seq_num_high_; member in class:webrtc::VCMSessionInfo

Completed in 538 milliseconds