Home
last modified time | relevance | path

Searched defs:PLL (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h58 struct PLL { struct
71 nsecs_t mPhase;
73 bool mPrimed; // have an estimate for the period
74 size_t mSamplesUsedForPriming;
76 nsecs_t mLastTime; // last input time
77 nsecs_t mRefitAt; // next input time to fit at
79 size_t mNumSamples; // can go past kHistorySize
80 nsecs_t mTimes[kHistorySize];
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp58 VideoFrameSchedulerBase::PLL::PLL() in PLL() function in android::VideoFrameSchedulerBase::PLL