Home | History | Annotate | Download | only in src

Lines Matching full:tickcount

628             // Retrieve the tickcount time
629 uint32 tickcount = 0;
631 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, aOverflow);
639 // Calculate the tickcount since last rate change
641 PVTimeComparisonUtils::IsEarlier(iRateChangeTC, tickcount, ticksSinceChange);
663 // Save the tickcount time when the rate changed
668 uint32 tickcount = 0;
669 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, overflow);
670 iRateChangeTC = tickcount;
682 uint32 iRateChangeTCTime; // The tickcount's time when rate last changed