Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc128 RawRtpPacket* NextPacketToResend(int64_t time_now) { in NextPacketToResend() function in webrtc::rtpplayer::LostPackets
351 for (RawRtpPacket* packet = lost_packets_.NextPacketToResend(time_now); in NextPacket()
352 packet != NULL; packet = lost_packets_.NextPacketToResend(time_now)) { in NextPacket()