Lines Matching refs:rtpTime
392 uint32_t rtpTime; in onMessageReceived() local
394 CHECK(msg->findInt32("rtp-time", (int32_t *)&rtpTime)); in onMessageReceived()
397 onTimeUpdate(trackIndex, rtpTime, ntpTime); in onMessageReceived()
437 uint32_t rtpTime; in onMessageReceived() local
438 CHECK(accessUnit->meta()->findInt32("rtp-time", (int32_t *)&rtpTime)); in onMessageReceived()
513 void NuPlayer::RTPSource::onTimeUpdate(int32_t trackIndex, uint32_t rtpTime, uint64_t ntpTime) { in onTimeUpdate() argument
515 trackIndex, rtpTime, (long long)ntpTime); in onTimeUpdate()
523 track->mRTPAnchor = rtpTime; in onTimeUpdate()
565 uint32_t rtpTime; in addMediaTimestamp() local
567 "rtp-time", (int32_t *)&rtpTime)); in addMediaTimestamp()
570 (((int64_t)rtpTime - (int64_t)track->mRTPAnchor) * 1000000ll) in addMediaTimestamp()
587 trackIndex, rtpTime, (long long)mediaTimeUs, mediaTimeUs / 1E6); in addMediaTimestamp()