Searched refs:findY (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DLinearMap.h40 used for timestamps, similarly for findY() which is provided for completeness.
96 from findX() and findY() are accurate regardless of how many speed or sample
116 In that case, the most recent solution is returned by findX() or findY(). We
120 5) Due to rounding it is possible x != findX(findY(x)) or y != findY(findX(y))
128 // This enumeration describes the reliability of the findX() or findY() estimation
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { function in class:android::LinearMap
H A DInterpolator.h69 T findY(S x) { // logically const, but modifies cache function in class:android::Interpolator
H A DVolumeShaper.h701 const T unscaledVolume = mConfiguration->findY(xOffset);
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h40 used for timestamps, similarly for findY() which is provided for completeness.
96 from findX() and findY() are accurate regardless of how many speed or sample
116 In that case, the most recent solution is returned by findX() or findY(). We
120 5) Due to rounding it is possible x != findX(findY(x)) or y != findY(findX(y))
128 // This enumeration describes the reliability of the findX() or findY() estimation
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { function in class:android::LinearMap
/frameworks/base/core/java/com/android/internal/policy/
H A DPipSnapAlgorithm.java140 vertPoint.y = findY(slope, yIntercept, vertPoint.x);
194 private int findY(float slope, float yIntercept, float x) { method in class:PipSnapAlgorithm

Completed in 13 milliseconds