HomeSort by relevance Sort by last modified time
    Searched refs:round_trip_time_ms (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack.h 90 std::vector<uint16_t> GetNackList(int round_trip_time_ms) const;
acm_receiver.h 313 // -round_trip_time_ms : estimate of the round-trip-time (in milliseconds).
316 std::vector<uint16_t> GetNackList(int round_trip_time_ms) const;
nack.cc 216 std::vector<uint16_t> Nack::GetNackList(int round_trip_time_ms) const {
221 it->second.time_to_play_ms > round_trip_time_ms)
acm_receiver.cc 742 int round_trip_time_ms) const {
744 if (round_trip_time_ms < 0) {
747 " round_trip_time_ms=%d", round_trip_time_ms);
749 if (nack_enabled_ && round_trip_time_ms >= 0) {
751 return nack_->GetNackList(round_trip_time_ms);
audio_coding_module_impl.h 240 std::vector<uint16_t> GetNackList(int round_trip_time_ms) const;
audio_coding_module_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.h 54 // round_trip_time_ms - round trip time in milliseconds.
61 uint32_t round_trip_time_ms,
media_optimization.cc 181 uint32_t round_trip_time_ms,
193 loss_prot_logic_->UpdateRtt(round_trip_time_ms);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 185 const uint32_t round_trip_time_ms);
vie_encoder.cc 840 const uint32_t round_trip_time_ms) {
843 << " rtt " << round_trip_time_ms; local
844 vcm_.SetChannelParameters(bitrate_bps, fraction_lost, round_trip_time_ms);

Completed in 335 milliseconds