Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dsender.cc70 OSP_DCHECK(oldest_slot.is_active_for_frame(checkpoint_frame_id_ + 1)); in GetInFlightMediaDuration()
407 if (candidate_slot->is_active_for_frame(frame_id)) { in OnReceiverIsMissingPackets()
464 if (!slot->is_active_for_frame(frame_id)) { in ChooseNextRtpPacketNeedingSend()
492 OSP_DCHECK(chosen.slot->is_active_for_frame(last_enqueued_frame_id_)); in ChooseKickstartPacket()
524 if (!slot->is_active_for_frame(frame_id)) { in CancelPendingFrame()
Dsender.h195 bool is_active_for_frame(FrameId frame_id) const { in is_active_for_frame() function