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

  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 305 virtual void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow) = 0;
    [all...]
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 273 iClockTimebase->GetCurrentTick32(iStartTimebaseTickValue, overflowFlag);
472 OSCL_EXPORT_REF void PVMFMediaClock::GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow)
478 iClockTimebase->GetCurrentTick32(aTimebaseTickCount, aOverflow);
636 iClockTimebase->GetCurrentTick32(temp, aOverFlow);
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 626 void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow)
631 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, aOverflow);
665 GetCurrentTick32(temp, overflow);
669 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, overflow);
    [all...]

Completed in 93 milliseconds