Home
last modified time | relevance | path

Searched refs:iLatestRunningClockTime (Results 1 – 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_media_clock.cpp26 iLatestRunningClockTime = 0; in PVMFMediaClock()
645 iLatestRunningClockTime = aTime; in UpdateLatestTimes()
659 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow); in AdjustClockInternalsToNewUnits()
660 iLatestRunningClockTime = temp; in AdjustClockInternalsToNewUnits()
670 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_MSEC, temp, aOverFlow); in AdjustClockInternalsToNewUnits()
671 iLatestRunningClockTime = temp; in AdjustClockInternalsToNewUnits()
1027 aDstTime = iLatestRunningClockTime; in GetAdjustedRunningClockTime()
/external/opencore/pvmi/pvmf/include/
Dpvmf_media_clock.h1457 …uint32 iLatestRunningClockTime; // Last reference clock time due to starting/resuming, p… variable