Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Ddecoding_state.cc86 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()
144 frame->GetLowSeqNum())); in UpdateSyncState()
178 return ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in ContinuousFrame()
Dframe_buffer.h54 int32_t GetLowSeqNum() const;
Dframe_buffer.cc50 VCMFrameBuffer::GetLowSeqNum() const { in GetLowSeqNum() function in webrtc::VCMFrameBuffer
Djitter_buffer.cc900 assert(frame.GetLowSeqNum() >= 0); in EstimatedLowSequenceNumber()
902 return frame.GetLowSeqNum(); in EstimatedLowSequenceNumber()
906 return frame.GetLowSeqNum() - 1; in EstimatedLowSequenceNumber()