Searched refs:ntpTs (Results 1 – 1 of 1) sorted by relevance
262 uint64_t ntpTs = (static_cast<uint64_t>(rtcpSr->ntpTimestampMsw) << 32) | in collectInfo() local265 rtcpSr->rtpTimestamp, ntpTs); in collectInfo()267 mLatestRtcpSrNtpTimestamp = ntpTs; in collectInfo()