Searched refs:max_packet_age_to_nack_ (Results 1 – 2 of 2) sorted by relevance
248 max_packet_age_to_nack_(0), in VCMJitterBuffer()963 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()1128 return age_of_oldest_missing_packet > max_packet_age_to_nack_; in MissingTooOldPacket()1137 << max_packet_age_to_nack_; in HandleTooOldPackets()
376 int max_packet_age_to_nack_; // Measured in sequence numbers. variable