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

  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 33 empty_seq_num_high_(-1),
54 return empty_seq_num_high_;
55 if (empty_seq_num_high_ == -1)
57 return LatestSequenceNumber(packets_.back().seqNum, empty_seq_num_high_);
141 empty_seq_num_high_ = -1;
560 if (empty_seq_num_high_ == -1)
561 empty_seq_num_high_ = seq_num;
563 empty_seq_num_high_ = LatestSequenceNumber(seq_num, empty_seq_num_high_);
session_info.h 157 int empty_seq_num_high_; member in class:webrtc::VCMSessionInfo

Completed in 531 milliseconds