Searched refs:max_packet_age_to_nack (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/video_coding/ |
D | video_coding_impl.cc | 101 int max_packet_age_to_nack, in SetNackSettings() argument 103 return receiver_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | receiver.cc | 184 int max_packet_age_to_nack, in SetNackSettings() argument 186 jitter_buffer_.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | video_receiver.cc | 304 int max_packet_age_to_nack, in SetNackSettings() argument 310 _receiver.SetNackSettings(max_nack_list_size, max_packet_age_to_nack, in SetNackSettings()
|
D | receiver.h | 51 int max_packet_age_to_nack,
|
D | video_coding_impl.h | 81 int max_packet_age_to_nack,
|
D | jitter_buffer.cc | 581 int max_packet_age_to_nack, in SetNackSettings() argument 584 assert(max_packet_age_to_nack >= 0); in SetNackSettings() 587 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()
|
D | jitter_buffer.h | 123 int max_packet_age_to_nack,
|
/external/webrtc/modules/video_coding/include/ |
D | video_coding.h | 145 int max_packet_age_to_nack,
|