HomeSort by relevance Sort by last modified time
    Searched refs:iLatestRunningClockTime (Results 1 - 2 of 2) sorted by null

  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 26 iLatestRunningClockTime = 0;
645 iLatestRunningClockTime = aTime;
659 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow);
660 iLatestRunningClockTime = temp;
670 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_MSEC, temp, aOverFlow);
671 iLatestRunningClockTime = temp;
1027 aDstTime = iLatestRunningClockTime;
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h     [all...]

Completed in 15 milliseconds