HomeSort by relevance Sort by last modified time
    Searched defs:findY (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/include/media/
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 {
  /frameworks/av/include/media/
Interpolator.h 69 T findY(S x) { // logically const, but modifies cache
  /frameworks/base/core/java/com/android/internal/policy/
PipSnapAlgorithm.java 140 vertPoint.y = findY(slope, yIntercept, vertPoint.x);
194 private int findY(float slope, float yIntercept, float x) {

Completed in 376 milliseconds