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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 42 webrtc::RemoteBitrateEstimator* estimator; local
48 &parser, &estimator, &estimator_used)) {
53 rtc::scoped_ptr<webrtc::RemoteBitrateEstimator> rbe(estimator);
105 printf("Estimator used: %s\n", estimator_used.c_str());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 40 estimator(options),
44 OveruseEstimator estimator; member in struct:webrtc::RemoteBitrateEstimatorSingleStream::Detector
92 Detector* estimator = it->second; local
93 estimator->last_packet_time_ms = now_ms;
95 const BandwidthUsage prior_state = estimator->detector.State();
99 if (estimator->inter_arrival.ComputeDeltas(rtp_timestamp, arrival_time_ms,
103 estimator->estimator.Update(time_delta, timestamp_delta_ms, size_delta,
104 estimator->detector.State());
105 estimator->detector.Detect(estimator->estimator.offset()
    [all...]
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 54 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
135 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) {
198 VelocityTracker::Estimator estimator; local
199 bool result = state->getEstimator(id, &estimator);
206 env->SetFloatArrayRegion(xCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1,
207 estimator.xCoeff);
208 env->SetFloatArrayRegion(yCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1,
209 estimator.yCoeff);
210 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 423 const gls::LineParameters estimator = simpleLinearRegression(data); local
428 const float estY = estimator.offset + estimator.coefficient*data[i].x();
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 423 const gls::LineParameters estimator = simpleLinearRegression(data); local
428 const float estY = estimator.offset + estimator.coefficient*data[i].x();
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 253 Estimator estimator; local
254 getEstimator(id, &estimator);
256 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
258 int(estimator.degree),
259 vectorToString(estimator.xCoeff, estimator.degree + 1).string(),
260 vectorToString(estimator.yCoeff, estimator.degree + 1).string(),
261 estimator.confidence)
338 Estimator estimator; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 318 milliseconds