Searched defs:findY (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DInterpolator.h69 T findY(S x) { // logically const, but modifies cache function in class:android::Interpolator
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/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

Completed in 182 milliseconds