Searched refs:iTimeDiff (Results 1 – 1 of 1) sorted by relevance
118 RtpDt_Int32 iTimeDiff = (iTimeDiffHigh32Bits * 1000 * 1000) + iTimeDiffLow32Bits; in calcRtpTimestamp() local125 if (RTP_ZERO == iTimeDiff) in calcRtpTimestamp()132 uiNewRtpTs = uiPrevRtpTs + (temp * iTimeDiff / 1000); in calcRtpTimestamp()