Searched defs:PLL (Results 1 – 2 of 2) sorted by relevance
58 struct PLL { struct71 nsecs_t mPhase;73 bool mPrimed; // have an estimate for the period74 size_t mSamplesUsedForPriming;76 nsecs_t mLastTime; // last input time77 nsecs_t mRefitAt; // next input time to fit at79 size_t mNumSamples; // can go past kHistorySize80 nsecs_t mTimes[kHistorySize];
58 VideoFrameSchedulerBase::PLL::PLL() in PLL() function in android::VideoFrameSchedulerBase::PLL