Home
last modified time | relevance | path

Searched refs:GetLowSeqNum (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc112 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()
170 ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in UpdateSyncState()
208 return ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in ContinuousFrame()
Dframe_buffer.h54 int32_t GetLowSeqNum() const;
Dframe_buffer.cc41 int32_t VCMFrameBuffer::GetLowSeqNum() const { in GetLowSeqNum() function in webrtc::VCMFrameBuffer
Djitter_buffer.cc985 assert(frame.GetLowSeqNum() >= 0); in EstimatedLowSequenceNumber()
987 return frame.GetLowSeqNum(); in EstimatedLowSequenceNumber()
991 return frame.GetLowSeqNum() - 1; in EstimatedLowSequenceNumber()