Searched refs:max_packet_age_to_nack_ (Results 1 – 2 of 2) sorted by relevance
156 max_packet_age_to_nack_(0), in VCMJitterBuffer()202 assert(max_packet_age_to_nack_ == rhs.max_packet_age_to_nack_); in CopyFrom()877 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()1048 return age_of_oldest_missing_packet > max_packet_age_to_nack_; in MissingTooOldPacket()1057 << max_packet_age_to_nack_; in HandleTooOldPackets()
326 int max_packet_age_to_nack_; // Measured in sequence numbers. variable