Searched refs:clockPerMs (Results 1 – 1 of 1) sorted by relevance
830 int32_t clockPerMs = mClockRate / 1000; in getRtpTime() local831 int64_t rtpTime = mRTPTimeBase + (timeUs * clockPerMs / 1000LL); in getRtpTime()