Searched refs:rtpInfoParams (Results 1 – 4 of 4) sorted by relevance
1278 PVMFRTPInfoParams* rtpInfoParams = FindRTPInfoParams(aSeqNum); in ComputeMaxAdjustedRTPTS() local1279 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() local1307 if (rtpInfoParams == NULL) in DeterminePrevTimeStampPeek()1325 …if (rtpInfoParams->seqNumBaseSet && IsSequenceNumEarlier(OSCL_STATIC_CAST(uint16, iPrevSeqNumBaseO… in DeterminePrevTimeStampPeek()1327 aPrevTS = rtpInfoParams->rtpTime; in DeterminePrevTimeStampPeek()[all …]
44 …OSCL_IMPORT_REF virtual void setRTPInfoParams(PVMFRTPInfoParams rtpInfoParams, bool oPlayAfterASee…
1085 PVMFRTPInfoParams rtpInfoParams; in SetPortRTPParams() local1086 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()
1053 virtual void setRTPInfoParams(PVMFRTPInfoParams rtpInfoParams, bool oPlayAfterASeek) = 0;