Home
last modified time | relevance | path

Searched refs:GetHighSeqNum (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc68 assert(frame != NULL && frame->GetHighSeqNum() >= 0); in SetState()
71 sequence_num_ = static_cast<uint16_t>(frame->GetHighSeqNum()); in SetState()
112 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()
117 if ((empty_packet && ContinuousSeqNum(frame->GetHighSeqNum())) || in UpdateEmptyFrame()
121 sequence_num_ = frame->GetHighSeqNum(); in UpdateEmptyFrame()
Dframe_buffer.h56 int32_t GetHighSeqNum() const;
Dframe_buffer.cc45 int32_t VCMFrameBuffer::GetHighSeqNum() const { in GetHighSeqNum() function in webrtc::VCMFrameBuffer