Searched refs:max_packet_age_to_nack (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | receiver.h | 65 int max_packet_age_to_nack,
|
D | receiver.cc | 238 int max_packet_age_to_nack, in SetNackSettings() argument 241 max_packet_age_to_nack, in SetNackSettings()
|
D | video_coding_impl.cc | 333 int max_packet_age_to_nack, in SetNackSettings() argument 336 max_nack_list_size, max_packet_age_to_nack, max_incomplete_time_ms); in SetNackSettings()
|
D | video_receiver.cc | 786 int max_packet_age_to_nack, in SetNackSettings() argument 793 max_nack_list_size, max_packet_age_to_nack, max_incomplete_time_ms); in SetNackSettings() 795 max_nack_list_size, max_packet_age_to_nack, max_incomplete_time_ms); in SetNackSettings()
|
D | jitter_buffer.h | 165 int max_packet_age_to_nack,
|
D | video_coding_impl.h | 174 int max_packet_age_to_nack,
|
D | jitter_buffer.cc | 871 int max_packet_age_to_nack, in SetNackSettings() argument 874 assert(max_packet_age_to_nack >= 0); in SetNackSettings() 877 max_packet_age_to_nack_ = max_packet_age_to_nack; in SetNackSettings()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/ |
D | video_coding.h | 581 int max_packet_age_to_nack,
|