Searched refs:max_packet_age_to_nack (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/video_coding/ |
D | receiver.cc | 181 int max_packet_age_to_nack, in SetNackSettings() argument 183 jitter_buffer_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | video_receiver.cc | 267 int max_packet_age_to_nack, in SetNackSettings() argument 273 _receiver.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | video_coding_impl.cc | 230 int max_packet_age_to_nack, in SetNackSettings() argument 232 return receiver_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | receiver.h | 55 int max_packet_age_to_nack,
|
D | video_coding_impl.h | 126 int max_packet_age_to_nack,
|
D | jitter_buffer.cc | 579 int max_packet_age_to_nack, in SetNackSettings() argument 582 RTC_DCHECK_GE(max_packet_age_to_nack, 0); in SetNackSettings() 585 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()
|
D | jitter_buffer.h | 127 int max_packet_age_to_nack,
|
/external/webrtc/modules/video_coding/include/ |
D | video_coding.h | 141 int max_packet_age_to_nack,
|