Searched refs:findX (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A DLinearMap.h39 The method findX() can be used to retrieve an x value from a given y value and is
87 5) When called with no points in the map, findX() returns the start value (default 0).
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
226 T findX(T y, 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.h39 The method findX() can be used to retrieve an x value from a given y value and is
87 5) When called with no points in the map, findX() returns the start value (default 0).
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
226 T findX(T y, 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.java145 horizPoint.x = findX(slope, yIntercept, horizPoint.y);
198 private int findX(float slope, float yIntercept, float y) { method in class:PipSnapAlgorithm
/frameworks/av/services/audioflinger/
H A DTracks.cpp1263 local.mPosition[i] = mFrameMap.findX(local.mPosition[i]);

Completed in 107 milliseconds