Searched refs:aIsNPT (Results 1 – 2 of 2) sorted by relevance
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_clock.cpp | 1081 uint32 aCurrentTime, bool aIsNPT) in SetCallbackCommon() argument 1093 if (!aIsNPT || (aIsNPT && !iIsNPTPlayBackDirectionBackwards)) in SetCallbackCommon() 1124 timerQueueElement.isNPTTimer = aIsNPT; in SetCallbackCommon() 1127 if (!aIsNPT) in SetCallbackCommon() 1197 void PVMFMediaClock::CalculateRunLTimerValue(bool aIsNPT, uint32 aCurrentTime, int32& aDelta) in CalculateRunLTimerValue() argument 1236 if (!aIsNPT) in CalculateRunLTimerValue() 1262 void PVMFMediaClock::AdjustScheduling(bool aIsNPT, uint32 aCurrentTime) in AdjustScheduling() argument 1287 if (!aIsNPT) in AdjustScheduling() 1310 CalculateRunLTimerValue(aIsNPT, currentTime, deltaTime); in AdjustScheduling() 1366 PVMFStatus PVMFMediaClock::CommonCancelCallback(uint32 aCallbackID, bool aThreadLock, bool aIsNPT) in CommonCancelCallback() argument [all …]
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_clock.h | 1521 … uint32& aCallBackID, const OsclAny* aInterfaceObject, uint32 aCurrentTime, bool aIsNPT); 1524 PVMFStatus CommonCancelCallback(uint32 aCallbackID, bool aThreadLock, bool aIsNPT); 1534 void AdjustScheduling(bool aIsNPT = false, uint32 aCurrentTime = 0); 1548 void CalculateRunLTimerValue(bool aIsNPT, uint32 aCurrentTime, int32& aDelta);
|