Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp1278 PVMFRTPInfoParams* rtpInfoParams = FindRTPInfoParams(aSeqNum); in ComputeMaxAdjustedRTPTS() local
1279 if (rtpInfoParams == NULL) in ComputeMaxAdjustedRTPTS()
1286 aSeqNum, rtpInfoParams->seqNum, iPrevSeqNumBaseIn, irMimeType.get_cstr())); in ComputeMaxAdjustedRTPTS()
1289 …if (rtpInfoParams->seqNumBaseSet && IsSequenceNumEarlier(OSCL_STATIC_CAST(uint16, iPrevSeqNumBaseI… in ComputeMaxAdjustedRTPTS()
1291 iPrevSeqNumBaseIn = rtpInfoParams->seqNum; in ComputeMaxAdjustedRTPTS()
1292 iPrevTSIn = rtpInfoParams->rtpTime; in ComputeMaxAdjustedRTPTS()
1306 PVMFRTPInfoParams* rtpInfoParams = FindRTPInfoParams(aSeqNum); in DeterminePrevTimeStampPeek() local
1307 if (rtpInfoParams == NULL) in DeterminePrevTimeStampPeek()
1325 …if (rtpInfoParams->seqNumBaseSet && IsSequenceNumEarlier(OSCL_STATIC_CAST(uint16, iPrevSeqNumBaseO… in DeterminePrevTimeStampPeek()
1327 aPrevTS = rtpInfoParams->rtpTime; in DeterminePrevTimeStampPeek()
[all …]
Dpvmf_rtp_jitter_buffer_impl.h44 …OSCL_IMPORT_REF virtual void setRTPInfoParams(PVMFRTPInfoParams rtpInfoParams, bool oPlayAfterASee…
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp1085 PVMFRTPInfoParams rtpInfoParams; in SetPortRTPParams() local
1086 rtpInfoParams.seqNumBaseSet = aSeqNumBasePresent; in SetPortRTPParams()
1087 rtpInfoParams.seqNum = aSeqNumBase; in SetPortRTPParams()
1088 rtpInfoParams.rtpTimeBaseSet = aRTPTimeBasePresent; in SetPortRTPParams()
1089 rtpInfoParams.rtpTime = aRTPTimeBase; in SetPortRTPParams()
1090 rtpInfoParams.nptTimeBaseSet = aNPTTimeBasePresent; in SetPortRTPParams()
1091 rtpInfoParams.nptTimeInMS = aNPTInMS; in SetPortRTPParams()
1092 rtpInfoParams.rtpTimeScale = pPortParams->iTimeScale; in SetPortRTPParams()
1093 pPortParams->ipJitterBuffer->setRTPInfoParams(rtpInfoParams, oPlayAfterASeek); in SetPortRTPParams()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h1053 virtual void setRTPInfoParams(PVMFRTPInfoParams rtpInfoParams, bool oPlayAfterASeek) = 0;