Searched refs:iLatestRunningClockTime (Results 1 – 2 of 2) sorted by relevance
26 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()
1457 …uint32 iLatestRunningClockTime; // Last reference clock time due to starting/resuming, p… variable