Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dreceiver.cc212 int max_packet_age_to_nack, in SetNackSettings() argument
214 jitter_buffer_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
Dreceiver.h60 int max_packet_age_to_nack,
Dvideo_coding_impl.cc258 int max_packet_age_to_nack, in SetNackSettings() argument
260 return receiver_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
Dvideo_receiver.cc528 int max_packet_age_to_nack, in SetNackSettings() argument
534 _receiver.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
Dvideo_coding_impl.h167 int max_packet_age_to_nack,
Djitter_buffer.h194 int max_packet_age_to_nack,
Djitter_buffer.cc957 int max_packet_age_to_nack, in SetNackSettings() argument
960 assert(max_packet_age_to_nack >= 0); in SetNackSettings()
963 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h493 int max_packet_age_to_nack,