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

  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 36 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC;
255 if (iClockUnit == PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC)
361 iPreviousClockUnit = iClockUnit;
363 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC :
364 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC;
366 if (iPreviousClockUnit != iClockUnit)
406 iPreviousClockUnit = iClockUnit;
409 (PVMF_MEDIA_CLOCK_USEC == aUnits) ? iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_USEC :
410 iClockUnit = PVMF_MEDIA_CLOCK_CLOCKUNIT_MSEC;
412 if (iPreviousClockUnit != iClockUnit)
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h     [all...]

Completed in 20 milliseconds