Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/src/
Dpvmf_media_clock.cpp36 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC; in PVMFMediaClock()
255 if (iClockUnit == PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC) in Start()
361 iPreviousClockUnit = iClockUnit; in SetStartTime32()
363 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC : in SetStartTime32()
364 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC; in SetStartTime32()
366 if (iPreviousClockUnit != iClockUnit) in SetStartTime32()
406 iPreviousClockUnit = iClockUnit; in AdjustClockTime32()
409 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC : in AdjustClockTime32()
410 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC; in AdjustClockTime32()
412 if (iPreviousClockUnit != iClockUnit) in AdjustClockTime32()
[all …]
/external/opencore/pvmi/pvmf/include/
Dpvmf_media_clock.h1464 PVMFMediaClock_ClockUnit iClockUnit; // unit of above values in clock implementation variable