Home
last modified time | relevance | path

Searched refs:first_kept_frame (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/streaming/
Dreceiver.cc433 void Receiver::DropAllFramesBefore(FrameId first_kept_frame) { in DropAllFramesBefore() argument
437 OSP_DCHECK_GT(first_kept_frame, first_to_drop); in DropAllFramesBefore()
438 OSP_DCHECK_GT(first_kept_frame, checkpoint_frame()); in DropAllFramesBefore()
439 OSP_DCHECK_LE(first_kept_frame, latest_frame_expected_); in DropAllFramesBefore()
442 for (FrameId f = first_to_drop; f < first_kept_frame; ++f) { in DropAllFramesBefore()
449 last_frame_consumed_ = first_kept_frame - 1; in DropAllFramesBefore()
452 AdvanceCheckpoint(first_kept_frame); in DropAllFramesBefore()
Dreceiver.h258 void DropAllFramesBefore(FrameId first_kept_frame);