Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dsender.cc132 slot->packet_sent_times.assign(packet_count, SenderPacketRouter::kNever); in EnqueueFrame()
238 chosen.slot->packet_sent_times[chosen.packet_id] = send_time; in GetRtpPacketForImmediateSend()
429 if (slot->packet_sent_times[packet_id] <= too_recent_a_send_time) { in OnReceiverIsMissingPackets()
434 const FramePacketId range_end = slot->packet_sent_times.size(); in OnReceiverIsMissingPackets()
496 chosen.slot->packet_sent_times[chosen.packet_id]; in ChooseKickstartPacket()
Dsender.h190 std::vector<Clock::time_point> packet_sent_times; member