Searched refs:findY (Results 1 - 5 of 5) sorted by relevance
/frameworks/av/include/media/ |
H A D | LinearMap.h | 40 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 D | Interpolator.h | 69 T findY(S x) { // logically const, but modifies cache function in class:android::Interpolator
|
H A D | VolumeShaper.h | 701 const T unscaledVolume = mConfiguration->findY(xOffset);
|
/frameworks/av/media/libmedia/include/media/ |
H A D | LinearMap.h | 40 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 D | PipSnapAlgorithm.java | 140 vertPoint.y = findY(slope, yIntercept, vertPoint.x); 194 private int findY(float slope, float yIntercept, float x) { method in class:PipSnapAlgorithm
|
Completed in 38 milliseconds