Home
last modified time | relevance | path

Searched refs:aTS (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp335 PVMFRTPJitterBufferImpl::PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) in PurgeElementsWithTimestampLessThan() argument
340 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() local
1294 iMaxAdjustedRTPTS += (aTS - iPrevAdjustedRTPTS); in ComputeMaxAdjustedRTPTS()
1295 iPrevAdjustedRTPTS = aTS; in ComputeMaxAdjustedRTPTS()
1298 aTS, iPrevAdjustedRTPTS, iMaxAdjustedRTPTS, irMimeType.get_cstr())); in ComputeMaxAdjustedRTPTS()
Dpvmf_rtp_jitter_buffer_impl.h47 OSCL_IMPORT_REF virtual void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h443 void peekNextElementTimeStamp(PVMFTimestamp& aTS, in peekNextElementTimeStamp() argument
455 aTS = 0xFFFFFFFF; in peekNextElementTimeStamp()
465 aTS = dataPkt.GetRep()->getTimestamp(); in peekNextElementTimeStamp()
470 void peekMaxElementTimeStamp(PVMFTimestamp& aTS, in peekMaxElementTimeStamp() argument
473 aTS = iJitterBufferStats.maxTimeStampRegistered; in peekMaxElementTimeStamp()
611 void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) in PurgeElementsWithTimestampLessThan() argument
632 if (tmpTS >= aTS) in PurgeElementsWithTimestampLessThan()
652 iLastRetrievedTS = aTS; in PurgeElementsWithTimestampLessThan()
1007 virtual void PurgeElementsWithTimestampLessThan(PVMFTimestamp aTS) = 0;
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.h179 void SetLastTS(uint32 aTS) in SetLastTS() argument
181 iLastTS = aTS; in SetLastTS()