Home
last modified time | relevance | path

Searched refs:aIsNPT (Results 1 – 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_media_clock.cpp1087 uint32 aCurrentTime, bool aIsNPT) in SetCallbackCommon() argument
1099 if (!aIsNPT || (aIsNPT && !iIsNPTPlayBackDirectionBackwards)) in SetCallbackCommon()
1129 timerQueueElement.isNPTTimer = aIsNPT; in SetCallbackCommon()
1132 if (!aIsNPT) in SetCallbackCommon()
1202 void PVMFMediaClock::CalculateRunLTimerValue(bool aIsNPT, uint32 aCurrentTime, int32& aDelta) in CalculateRunLTimerValue() argument
1241 if (!aIsNPT) in CalculateRunLTimerValue()
1267 void PVMFMediaClock::AdjustScheduling(bool aIsNPT, uint32 aCurrentTime) in AdjustScheduling() argument
1292 if (!aIsNPT) in AdjustScheduling()
1315 CalculateRunLTimerValue(aIsNPT, currentTime, deltaTime); in AdjustScheduling()
1371 PVMFStatus PVMFMediaClock::CommonCancelCallback(uint32 aCallbackID, bool aThreadLock, bool aIsNPT) in CommonCancelCallback() argument
[all …]
/external/opencore/pvmi/pvmf/include/
Dpvmf_media_clock.h1410 … uint32& aCallBackID, const OsclAny* aInterfaceObject, uint32 aCurrentTime, bool aIsNPT);
1413 PVMFStatus CommonCancelCallback(uint32 aCallbackID, bool aThreadLock, bool aIsNPT);
1427 void AdjustScheduling(bool aIsNPT = false, uint32 aCurrentTime = 0);
1441 void CalculateRunLTimerValue(bool aIsNPT, uint32 aCurrentTime, int32& aDelta);