Searched refs:aSrcVal (Results 1 – 2 of 2) sorted by relevance
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_clock.cpp | 690 void PVMFMediaClock::ToClockUnit(uint32& aSrcVal, PVMFMediaClock_TimeUnits aSrcUnits, uint32& aDest… in ToClockUnit() argument 702 aDestVal = aSrcVal / 1000; in ToClockUnit() 731 uint64 time64 = (uint64)(aSrcVal * multconst); in ToClockUnit() 777 uint64 time64 = (uint64)(aSrcVal * multconst); in ToClockUnit() 915 void PVMFMediaClock::ToUSec(uint32& aSrcVal, PVMFMediaClock_TimeUnits aSrcUnits, uint32& aUSecVal, … in ToUSec() argument 954 uint64 time64 = (uint64)(aSrcVal * multconst); in ToUSec()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_clock.h | 1291 …void ToClockUnit(uint32& aSrcVal, PVMFMediaClock_TimeUnits aSrcUnits, uint32& aDestVal, bool& aOve… 1309 void ToUSec(uint32& aSrcVal, PVMFMediaClock_TimeUnits aSrcUnits,
|