Searched refs:findY (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | LinearMap.h | 233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
|
/frameworks/av/include/media/ |
D | LinearMap.h | 233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
|
D | Interpolator.h | 69 T findY(S x) { // logically const, but modifies cache in findY() function
|
D | VolumeShaper.h | 699 const T unscaledVolume = mConfiguration->findY(xOffset); in computeVolumeFromXOffset()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 140 vertPoint.y = findY(slope, yIntercept, vertPoint.x); in getEdgeIntersect() 194 private int findY(float slope, float yIntercept, float x) { in findY() method in PipSnapAlgorithm
|