Searched refs:NextPacketToResend (Results 1 – 1 of 1) sorted by relevance
128 RawRtpPacket* NextPacketToResend(int64_t time_now) { in NextPacketToResend() function in webrtc::rtpplayer::LostPackets351 for (RawRtpPacket* packet = lost_packets_.NextPacketToResend(time_now); in NextPacket()352 packet != NULL; packet = lost_packets_.NextPacketToResend(time_now)) { in NextPacket()