Searched refs:aTs (Results 1 – 6 of 6) sorted by relevance
55 …OSCL_IMPORT_REF bool IsSeqTsValidForPkt(uint32 aSeqNum, uint32 aTs, PVMFJitterBufferStats& jbStats…
2118 void PVRefFileOutputActiveTimingSupport::AdjustClock(PVMFTimestamp& aTs) in AdjustClock() argument2139 if (!frameStep || (frameStep && (aTs > (PVMFTimestamp)clktime))) in AdjustClock()2145 uint32 adjtime = aTs; in AdjustClock()2157 uint32 PVRefFileOutputActiveTimingSupport::GetDelayMsec(PVMFTimestamp& aTs) in GetDelayMsec() argument2181 iDelay = aTs - iLastTimestamp; in GetDelayMsec()2184 iLastTimestamp = aTs; in GetDelayMsec()2191 AdjustClock(aTs); in GetDelayMsec()
381 int32 getSampleNumberAdjustedWithCTTS(uint32 aTs, int32 aSampleNumber);
149 void AdjustClock(PVMFTimestamp& aTs);
3320 getSampleNumberAdjustedWithCTTS(uint32 aTs, int32 aSampleNumber) in getSampleNumberAdjustedWithCTTS() argument3357 if (curSampleTs == aTs) in getSampleNumberAdjustedWithCTTS()3364 if ((curSampleTs > aTs) && (curSampleTs < minimumTimestamp)) in getSampleNumberAdjustedWithCTTS()
1194 … virtual bool IsSeqTsValidForPkt(uint32 aSeqNum, uint32 aTs, PVMFJitterBufferStats& jbStats) = 0;