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

  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 257 timeUnits = PVMF_MEDIA_CLOCK_USEC;
363 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC :
409 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC :
432 GetCurrentTime32(currenttime, overflowFlag3, iClockUnit == PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC ? PVMF_MEDIA_CLOCK_USEC :
659 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow);
662 ToClockUnit(iStartClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow);
665 ToClockUnit(iPauseClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow);
694 if (PVMF_MEDIA_CLOCK_USEC == aSrcUnits)
765 case PVMF_MEDIA_CLOCK_USEC:
801 if (PVMF_MEDIA_CLOCK_USEC == aDstUnits
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 95 PVMF_MEDIA_CLOCK_USEC = 0,
    [all...]

Completed in 16 milliseconds