Searched refs:iRTPInfoParams (Results 1 – 1 of 1) sorted by relevance
214 PVMFRTPInfoParams iRTPInfoParams; in setRTPInfoParams() local215 iRTPInfoParams.seqNumBaseSet = rtpInfo.seqNumBaseSet; in setRTPInfoParams()218 iRTPInfoParams.seqNum = rtpInfo.seqNum; in setRTPInfoParams()220 iRTPInfoParams.rtpTimeBaseSet = rtpInfo.rtpTimeBaseSet; in setRTPInfoParams()223 iRTPInfoParams.rtpTime = rtpInfo.rtpTime; in setRTPInfoParams()225 iRTPInfoParams.rtpTimeScale = rtpInfo.rtpTimeScale; in setRTPInfoParams()229 iMediaClockConvertor.set_clock_other_timescale(0, iRTPInfoParams.rtpTimeScale); in setRTPInfoParams()230 iRTPInfoParams.nptTimeBaseSet = rtpInfo.nptTimeBaseSet; in setRTPInfoParams()231 if (iRTPInfoParams.nptTimeBaseSet == true) in setRTPInfoParams()233 iRTPInfoParams.nptTimeInMS = rtpInfo.nptTimeInMS; in setRTPInfoParams()[all …]