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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history.cc 26 history_.clear();
34 if (history_.empty())
37 history_.insert(std::pair<uint16_t, PacketInfo>(
44 auto it = history_.find(sequence_number);
45 if (it == history_.end())
52 while (!history_.empty()) {
53 auto it = history_.find(oldest_sequence_number_);
54 assert(it != history_.end());
62 history_.erase(it);
71 if (history_.empty()
    [all...]
send_time_history_unittest.cc 27 : clock_(0), history_(&clock_, kDefaultHistoryLengthMs) {}
38 history_.AddAndRemoveOld(sequence_number, length, was_paced);
39 history_.OnSentPacket(sequence_number, send_time_ms);
43 SendTimeHistory history_; member in class:webrtc::test::SendTimeHistoryTest
77 EXPECT_TRUE(history_.GetInfo(&received_packet, false));
81 EXPECT_TRUE(history_.GetInfo(&received_packet2, true));
85 EXPECT_FALSE(history_.GetInfo(&received_packet3, true));
98 EXPECT_TRUE(history_.GetInfo(&info, true));
122 history_.AddAndRemoveOld(sent_packets[i].sequence_number,
127 history_.OnSentPacket(sent_packets[i].sequence_number
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
send_time_history.h 42 std::map<uint16_t, PacketInfo> history_; member in class:webrtc::SendTimeHistory
  /external/opencv3/modules/cudabgsegm/src/
mog.cpp 85 int getHistory() const { return history_; }
86 void setHistory(int nframes) { history_ = nframes; }
101 int history_;
121 history_ = history > 0 ? history : defaultHistory;
152 learningRate = learningRate >= 0 && nframes_ > 1 ? learningRate : 1.0 / std::min(nframes_, history_);
mog2.cpp 92 int getHistory() const { return history_; }
93 void setHistory(int history) { history_ = history; }
131 int history_;
159 history_ = history > 0 ? history : defaultHistory;
197 learningRate = learningRate >= 0 && nframes_ > 1 ? learningRate : 1.0 / std::min(2 * nframes_, history_);
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc 71 history_.reset(new rtc::scoped_ptr<complex<float>[]>[num_freqs_]());
73 history_[i].reset(new complex<float>[window_size_]());
166 history_[i][history_cursor_] = data[i];
168 mean = history_[i][history_cursor_];
172 zerofudge(history_[i][(history_cursor_ + j) % window_size_]);
173 sample = history_[i][(history_cursor_ + j) % window_size_];
intelligibility_utils.h 116 rtc::scoped_ptr<rtc::scoped_ptr<std::complex<float>[]>[]> history_; member in class:webrtc::intelligibility::VarianceArray
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 98 milliseconds