Searched defs:estimate (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp100 double WindowedLinearFitEstimator::estimate(double x, double y) { function in class:android::WindowedLinearFitEstimator
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { argument
76 *estimate = mTimeServer.getEstimatedError();
/frameworks/av/media/common_time/
H A DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { argument
161 *estimate = reply.readInt32();
/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

Completed in 114 milliseconds