Home
last modified time | relevance | path

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/
Dreceiver.h65 int max_packet_age_to_nack,
Dreceiver.cc238 int max_packet_age_to_nack, in SetNackSettings() argument
241 max_packet_age_to_nack, in SetNackSettings()
Dvideo_coding_impl.cc333 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()
Dvideo_receiver.cc786 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()
Djitter_buffer.h165 int max_packet_age_to_nack,
Dvideo_coding_impl.h174 int max_packet_age_to_nack,
Djitter_buffer.cc871 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/
Dvideo_coding.h581 int max_packet_age_to_nack,