Home
last modified time | relevance | path

Searched refs:aTimebaseTickCount (Results 1 – 3 of 3) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_engine.h626 void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow) in GetCurrentTick32() argument
635 aTimebaseTickCount = 0; in GetCurrentTick32()
649 aTimebaseTickCount = ((ticksSinceChange * convnum) / convden); in GetCurrentTick32()
653 aTimebaseTickCount = ticksSinceChange; in GetCurrentTick32()
657 aTimebaseTickCount = aTimebaseTickCount + iRateChangeTCTime; in GetCurrentTick32()
/external/opencore/pvmi/pvmf/include/
Dpvmf_media_clock.h305 virtual void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow) = 0;
1219 OSCL_IMPORT_REF void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow);
1608 OSCL_IMPORT_REF void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow);
/external/opencore/pvmi/pvmf/src/
Dpvmf_media_clock.cpp472 OSCL_EXPORT_REF void PVMFMediaClock::GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow) in GetCurrentTick32() argument
478 iClockTimebase->GetCurrentTick32(aTimebaseTickCount, aOverflow); in GetCurrentTick32()
482 aTimebaseTickCount = 0; in GetCurrentTick32()
2148 OSCL_EXPORT_REF void PVMFTimebase_Tickcount::GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOv… in GetCurrentTick32() argument
2160 aTimebaseTickCount = currenttickcount; in GetCurrentTick32()