Lines Matching refs:rtpTime
394 uint32_t rtpTime; in onMessageReceived() local
396 CHECK(msg->findInt32("rtp-time", (int32_t *)&rtpTime)); in onMessageReceived()
399 onTimeUpdate(trackIndex, rtpTime, ntpTime); in onMessageReceived()
439 uint32_t rtpTime; in onMessageReceived() local
440 CHECK(accessUnit->meta()->findInt32("rtp-time", (int32_t *)&rtpTime)); in onMessageReceived()
515 void NuPlayer::RTPSource::onTimeUpdate(int32_t trackIndex, uint32_t rtpTime, uint64_t ntpTime) { in onTimeUpdate() argument
517 trackIndex, rtpTime, (long long)ntpTime); in onTimeUpdate()
525 track->mRTPAnchor = rtpTime; in onTimeUpdate()
567 uint32_t rtpTime; in addMediaTimestamp() local
569 "rtp-time", (int32_t *)&rtpTime)); in addMediaTimestamp()
572 (((int64_t)rtpTime - (int64_t)track->mRTPAnchor) * 1000000ll) in addMediaTimestamp()
589 trackIndex, rtpTime, (long long)mediaTimeUs, mediaTimeUs / 1E6); in addMediaTimestamp()