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

  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 344 OSCL_EXPORT_REF void PVMFMediaClock::GetStartTime32(uint32& aTime, bool& aOverflow, PVMFMediaClock_TimeUnits aUnits)
346 aOverflow = false;
348 FromClockUnit(iStartClockTime, aTime, aUnits, aOverflow);
351 OSCL_EXPORT_REF bool PVMFMediaClock::SetStartTime32(uint32& aTime, PVMFMediaClock_TimeUnits aUnits, bool& aOverFlow)
353 aOverFlow = false;
368 AdjustClockInternalsToNewUnits(aOverFlow);
375 aOverFlow = aOverFlow | overflowFlag1;
388 bool& aOverFlow)
390 aOverFlow = false
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 305 virtual void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow) = 0;
356 * @param aOverFlow: true if operation resulted in overflow, false otherwise
359 virtual OSCL_IMPORT_REF bool SetStartTime32(uint32& aTime, PVMFMediaClock_TimeUnits aUnits, bool& aOverFlow) = 0;
370 virtual OSCL_IMPORT_REF PVMFMediaClockAdjustTimeStatus AdjustClockTime32(uint32& aClockTime, uint32& aTimebaseTime, uint32& aAdjustedTime, PVMFMediaClock_TimeUnits aUnits, bool& aOverFlow) = 0;
403 * @param aOverflow: a reference to a flag which is set if time value cannot fit in unsigned 32-bit integer
406 virtual OSCL_IMPORT_REF void GetStartTime32(uint32& aTime, bool& aOverflow, PVMFMediaClock_TimeUnits aUnits) = 0;
411 * @param aOverflow: a reference to a flag which is set if time value cannot fit in unsigned 32-bit integer
414 virtual OSCL_IMPORT_REF void GetCurrentTime32(uint32& aClockTime, bool& aOverflow, PVMFMediaClock_TimeUnits aUnits) = 0;
418 * in 32 bit uint (aTime), aOverflow flag is set. This API also provides current timebase tickcount.
423 * @param aOverflow: a reference to a flag which is set if time value cannot fit in unsigned 32-bit intege
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 626 void GetCurrentTick32(uint32& aTimebaseTickCount, bool& aOverflow)
631 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, aOverflow);
633 if (aOverflow)
    [all...]

Completed in 609 milliseconds