HomeSort by relevance Sort by last modified time
    Searched full:findx (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
LinearMap.h 39 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 {
Tracks.cpp     [all...]
  /external/skia/src/core/
SkAAClip.h 69 const uint8_t* findX(const uint8_t data[], int x, int* initialCount = nullptr) const;
SkAAClip.cpp 888 const uint8_t* SkAAClip::findX(const uint8_t data[], int x, int* initialCount) const {
927 row = this->findX(row, left, &count);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2771 unsigned int findx; local
3418 unsigned int findx; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]

Completed in 753 milliseconds