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

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 34 mHeadLength(headLength) {
38 mFirstWeight = pow(headFactor, mHeadLength);
121 if (mNumSamples >= mHeadLength) {
123 size_t lastHeadIx = (mSampleIx + mHeadLength) % mHistoryLength;
146 for (size_t headIx = 0; headIx < mHeadLength && headIx < mNumSamples; ++headIx) {
  /frameworks/av/include/media/stagefright/
ClockEstimator.h 101 size_t mHeadLength;

Completed in 4966 milliseconds