Searched refs:max_packet_age_to_nack (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | receiver.cc | 212 int max_packet_age_to_nack, in SetNackSettings() argument 214 jitter_buffer_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | receiver.h | 60 int max_packet_age_to_nack,
|
D | video_coding_impl.cc | 258 int max_packet_age_to_nack, in SetNackSettings() argument 260 return receiver_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | video_receiver.cc | 528 int max_packet_age_to_nack, in SetNackSettings() argument 534 _receiver.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | video_coding_impl.h | 167 int max_packet_age_to_nack,
|
D | jitter_buffer.h | 194 int max_packet_age_to_nack,
|
D | jitter_buffer.cc | 957 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/ |
D | video_coding.h | 493 int max_packet_age_to_nack,
|