Searched refs:findX (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | LinearMap.h | 226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
|
/frameworks/av/include/media/ |
D | LinearMap.h | 226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 145 horizPoint.x = findX(slope, yIntercept, horizPoint.y); in getEdgeIntersect() 198 private int findX(float slope, float yIntercept, float y) { in findX() method in PipSnapAlgorithm
|
/frameworks/av/services/audioflinger/ |
D | Tracks.cpp | 1263 local.mPosition[i] = mFrameMap.findX(local.mPosition[i]); in updateTrackFrameInfo()
|