Searched refs:aTS (Results 1 – 4 of 4) sorted by relevance
335 PVMFRTPJitterBufferImpl::PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) in PurgeElementsWithTimestampLessThan() argument340 rtpTS = iPlayListRTPTimeBase + aTS; in PurgeElementsWithTimestampLessThan()344 rtpTS = aTS; in PurgeElementsWithTimestampLessThan()348 iMaxAdjustedRTPTS = aTS; in PurgeElementsWithTimestampLessThan()351 iMonotonicTimeStamp = aTS; in PurgeElementsWithTimestampLessThan()354 aTS, rtpTS)); in PurgeElementsWithTimestampLessThan()1276 PVMFTimestamp aTS = jbStats.maxTimeStampRegistered; in ComputeMaxAdjustedRTPTS() local1294 iMaxAdjustedRTPTS += (aTS - iPrevAdjustedRTPTS); in ComputeMaxAdjustedRTPTS()1295 iPrevAdjustedRTPTS = aTS; in ComputeMaxAdjustedRTPTS()1298 aTS, iPrevAdjustedRTPTS, iMaxAdjustedRTPTS, irMimeType.get_cstr())); in ComputeMaxAdjustedRTPTS()
47 OSCL_IMPORT_REF virtual void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS);
443 void peekNextElementTimeStamp(PVMFTimestamp& aTS, in peekNextElementTimeStamp() argument455 aTS = 0xFFFFFFFF; in peekNextElementTimeStamp()465 aTS = dataPkt.GetRep()->getTimestamp(); in peekNextElementTimeStamp()470 void peekMaxElementTimeStamp(PVMFTimestamp& aTS, in peekMaxElementTimeStamp() argument473 aTS = iJitterBufferStats.maxTimeStampRegistered; in peekMaxElementTimeStamp()611 void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) in PurgeElementsWithTimestampLessThan() argument632 if (tmpTS >= aTS) in PurgeElementsWithTimestampLessThan()652 iLastRetrievedTS = aTS; in PurgeElementsWithTimestampLessThan()1007 virtual void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) = 0;
179 void SetLastTS(uint32 aTS) in SetLastTS() argument181 iLastTS = aTS; in SetLastTS()