Searched refs:estimate (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DClockEstimator.h30 virtual double estimate(double x, double y) = 0;
64 * to get an estimate for y (from the current and past inputs
89 virtual double estimate(double x, double y);
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java256 * Gets an estimate of the X position of the pointer at the specified time point.
261 return estimate(time, xCoeff);
265 * Gets an estimate of the Y position of the pointer at the specified time point.
270 return estimate(time, yCoeff);
291 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { argument
76 *estimate = mTimeServer.getEstimatedError();
H A Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
/frameworks/av/include/common_time/
H A DICommonClock.h51 // a reserved invalid error estimate
81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp100 double WindowedLinearFitEstimator::estimate(double x, double y) { function in class:android::WindowedLinearFitEstimator
H A DAwesomePlayer.cpp2073 return (int64_t)mClockEstimator->estimate(systemTimeUs, ts->getRealTimeUs());
/frameworks/av/media/common_time/
H A DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { argument
161 *estimate = reply.readInt32();

Completed in 969 milliseconds