HomeSort by relevance Sort by last modified time
    Searched defs:Update (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc 72 int DelayManager::Update(uint16_t sequence_number,
103 // Cannot update statistics unless |packet_len_ms| is valid.
174 // longer sum up to 1 (in Q30) after the update. To correct this, a correction
179 // beginning. With each update of the histogram, the factor is increased towards
214 // Update |iat_factor_| (changes only during the first seconds after a reset).
225 // The lower limit is equivalent of |minimum_delay_ms_| in packets. We update
280 // Update detector for delay peaks.
281 bool delay_peak_found = peak_detector_.Update(iat_packets, target_level);
delay_peak_detector.cc 67 bool DelayPeakDetector::Update(int inter_arrival_time, int target_level) {
rtcp.cc 33 void Rtcp::Update(const RTPHeader& rtp_header, uint32_t receive_timestamp) {
34 // Update number of received packets, and largest packet number received.
45 // Calculate jitter according to RFC 3550, and update previous timestamps.
background_noise.cc 44 void BackgroundNoise::Update(const AudioMultiVector& input,
47 // Do not update the background noise parameters if we know that the signal
74 // update energy threshold levels, since we have in fact observed
82 // Only update BGN if filter is stable, i.e., if return value from
90 // Center value in auto-correlation is not positive. Do not update.
120 // not low enough. Increase the threshold for update so that it increases
189 // TODO(hlundin): Simplify the below threshold update. What this code
211 // Update maximum energy.
238 // Save energy level and update energy threshold levels.
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.cc 76 int WPDTree::Update(const float* data, size_t data_length) {
81 // Update the root node.
87 // Variables used to update the rest of the nodes.
102 update_result = nodes_[index_left_child]->Update(
108 update_result = nodes_[index_right_child]->Update(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.cc 48 void OveruseEstimator::Update(int64_t t_delta,
61 // Update the Kalman filter.
97 // Update state.
143 // Only update the noise estimate if we're not over-using. |beta| is a
144 // function of alpha and the time delta since the previous update.
rate_statistics.cc 38 void RateStatistics::Update(size_t count, int64_t now_ms) {
  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc 56 void VCMRttFilter::Update(int64_t rttMs) {
87 // In some cases we don't want to update the statistics
105 // Update the buffer used for the short time
130 // Update the buffer used for the short time
  /development/ndk/sources/android/ndk_helper/
interpolator.cpp 72 bool Interpolator::Update( const double current_time, float& p )
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
builder.py 27 self.Update(data)
35 def Update(self, data=None):
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
update.py 16 """DNS Dynamic Update Support"""
25 class Update(dns.message.Message):
28 """Initialize a new DNS Update object.
48 super(Update, self).__init__()
49 self.flags |= dns.opcode.to_flags(dns.opcode.UPDATE)
62 """Add a single RR to the update section."""
183 execution of the update. The first argument is always a name.
218 not exist as a prerequisite to the execution of the update."""
236 """Return a string containing the update in DNS compressed wire
241 return super(Update, self).to_wire(origin, max_size
    [all...]
  /external/chromium-trace/catapult/tracing/tracing_build/
update_gypi.py 48 def Update(self, files_by_group):
111 build_file.Update(files_by_group)
122 def Update():
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 33 * Update [RFC2136]
35 Update("Update", 5);
  /external/v8/tools/
test-server.py 48 update Alias for "setup".
65 def Update():
112 # Check out or update the server implementation in the current directory.
121 # Update this very script.
127 # Check out or update V8.
140 if sys.argv[1] in ("setup", "update"):
144 Update()
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
bitrate.cc 35 void Bitrate::Update(const size_t bytes) {
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz)
  /system/keymaster/
ecdsa_operation.cpp 125 keymaster_error_t EcdsaSignOperation::Update(const AuthorizationSet& /* additional_params */,
190 keymaster_error_t EcdsaVerifyOperation::Update(const AuthorizationSet& /* additional_params */,
hmac_operation.cpp 150 keymaster_error_t HmacOperation::Update(const AuthorizationSet& /* additional_params */,
  /system/update_engine/common/
hash_calculator.cc 36 // Update is called with all of the data that should be hashed in order.
38 bool HashCalculator::Update(const void* data, size_t length) {
65 if (rc < 0 || !Update(buffer.data(), rc)) {
93 TEST_AND_RETURN_FALSE(calc.Update(data, length));
120 calc.Update(data, length);
  /external/ceres-solver/internal/ceres/
preconditioner.h 109 // Update the numerical value of the preconditioner for the linear
120 virtual bool Update(const LinearOperator& A, const double* D) = 0;
124 // num_rows respectively. Update() must be called before
144 virtual bool Update(const LinearOperator& A, const double* D) {
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 132 void TraceEventMemoryOverhead::Update(const TraceEventMemoryOverhead& other) {
  /external/libchrome/sandbox/win/src/
crosscall_client.h 65 // Update the stored value with the value in the buffer. This is not
67 bool Update(void* buffer) {
102 // Update the stored value with the value in the buffer. This is not
104 bool Update(void* buffer) {
140 // Update the stored value with the value in the buffer. This is not
142 bool Update(void* buffer) {
193 bool Update(void* buffer) {
194 return Base::Update(buffer);
221 bool Update(void* buffer) {
222 return Base::Update(buffer)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 36 bool Update = false;
46 Update = true;
52 if (Update || CSR != CalleeSaved) {
60 Update = true;
67 Update = true;
72 if (Update)
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pictureboximp.cpp 74 FWL_ERR CFWL_PictureBoxImp::Update() {
  /external/v8/build/
vs_toolchain.py 40 Update()
200 def Update(force=False):
201 """Requests an update of the toolchain to the specific hashes we have at
202 this revision. The update outputs a .json of the various configuration
233 previously updated by 'update'). This is used for the GN build."""
257 'update': Update,

Completed in 518 milliseconds

12 3 4 5 6 7