Searched refs:PVMF_MEDIA_CLOCK_USEC (Results 1 – 2 of 2) sorted by relevance
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_clock.cpp | 257 timeUnits = PVMF_MEDIA_CLOCK_USEC; in Start() 363 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC : in SetStartTime32() 409 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC : in AdjustClockTime32() 432 …currenttime, overflowFlag3, iClockUnit == PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC ? PVMF_MEDIA_CLOCK_USEC : in AdjustClockTime32() 659 ToClockUnit(iLatestRunningClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow); in AdjustClockInternalsToNewUnits() 662 ToClockUnit(iStartClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow); in AdjustClockInternalsToNewUnits() 665 ToClockUnit(iPauseClockTime, PVMF_MEDIA_CLOCK_USEC, temp, aOverFlow); in AdjustClockInternalsToNewUnits() 694 if (PVMF_MEDIA_CLOCK_USEC == aSrcUnits) in ToClockUnit() 765 case PVMF_MEDIA_CLOCK_USEC: in ToClockUnit() 801 if (PVMF_MEDIA_CLOCK_USEC == aDstUnits) in FromClockUnit() [all …]
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_clock.h | 95 PVMF_MEDIA_CLOCK_USEC = 0, enumerator
|