HomeSort by relevance Sort by last modified time
    Searched defs:Estimate (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 53 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) {
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 92 return Estimate(compile_events_, source_length);
115 double CompilerDispatcherTracer::Estimate(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.cc 33 // 3. Each estimate is logged as a pair of words: time in milliseconds and
67 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) {
112 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) {
113 verifier_->Estimate(time_ms, estimate_bps);
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_Utf8.c 303 ssize_t Estimate;
308 Estimate = 0;
312 ((size_t)(Estimate + NumBytes) < Limit))
315 Estimate += NumBytes; // Count the Bytes for this character
321 return (size_t)Estimate; // Return esimate of required bytes.
    [all...]

Completed in 398 milliseconds