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

  /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...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h 33 webrtc::RemoteBitrateEstimator** estimator,
bwe_rtp.cc 75 webrtc::RemoteBitrateEstimator** estimator,
113 // Setup the RTP header parser and the bitrate estimator.
116 if (estimator) {
119 *estimator =
125 *estimator =
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());
  /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...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 252 Estimator estimator; local
253 getEstimator(id, &estimator);
255 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
257 int(estimator.degree),
258 vectorToString(estimator.xCoeff, estimator.degree + 1).c_str(),
259 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(),
260 estimator.confidence)
337 Estimator estimator; local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 70 BandwidthEstimatorType estimator);
107 BandwidthEstimatorType estimator);
bwe.cc 85 BweSender* CreateBweSender(BandwidthEstimatorType estimator,
89 switch (estimator) {
bwe.h 186 BweSender* CreateBweSender(BandwidthEstimatorType estimator,
packet_sender.cc 158 BandwidthEstimatorType estimator)
159 : VideoSender(listener, source, estimator),
  /external/opencv/cv/src/
cvfundam.cpp 616 CvHomographyEstimator estimator( MIN(count, 5) );
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
624 result = estimator.runKernel( M, m, &_H ) > 0;
631 estimator.refine( M, m, &_H, 10 );
988 CvFMEstimator estimator( MIN(count, (method & 3) == CV_FM_7POINT ? 7 : 8) );
990 result = estimator.run7Point(m1, m2, &_F9x3);
992 result = estimator.run8Point(m1, m2, &_F3x3);
1001 result = estimator.runRANSAC(m1, m2, &_F3x3, tempMask, param1, param2 );
1003 result = estimator.runLMeDS(m1, m2, &_F3x3, tempMask, param2 )
    [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...]
  /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 945 milliseconds