HomeSort by relevance Sort by last modified time
    Searched refs:mYHistory (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 37 mYHistory.resize(mHistoryLength);
125 mHead.add(mXHistory[lastHeadIx], mYHistory[lastHeadIx], -1.); // remove
127 mMain.add(mXHistory[lastHeadIx], mYHistory[lastHeadIx], 1.);
130 mMain.add(mXHistory[mSampleIx], mYHistory[mSampleIx], -1.); // remove
131 mTail.add(mXHistory[mSampleIx], mYHistory[mSampleIx], 1.);
137 mYHistory.editItemAt(mSampleIx) = y;
148 mHead.add(mXHistory[ix], mYHistory[ix], w);
  /frameworks/av/include/media/stagefright/
ClockEstimator.h 93 Vector<double> mYHistory; // circular buffer

Completed in 3614 milliseconds