Searched refs:incomplete_frames_ (Results 1 – 2 of 2) sorted by relevance
135 incomplete_frames_(), in VCMJitterBuffer()217 incomplete_frames_.clear(); in CopyFrom()225 CopyFrames(&incomplete_frames_, rhs.incomplete_frames_, &i); in CopyFrom()272 incomplete_frames_.clear(); in Stop()294 incomplete_frames_.Reset(&free_frames_); in Flush()393 } else if (incomplete_frames_.size() <= 1) { in CompleteSequenceWithNextFrame()473 if (decodable_frames_.size() == 1 && incomplete_frames_.empty() in NextMaybeIncompleteTimestamp()491 frame = incomplete_frames_.PopFrame(timestamp); in ExtractAndSetDecode()569 *frame = incomplete_frames_.FindFrame(packet.timestamp); in GetFrame()723 incomplete_frames_.PopFrame(packet.timestamp); in InsertPacket()[all …]
288 FrameList incomplete_frames_; variable