Lines Matching refs:trackIndex
389 size_t trackIndex; in onMessageReceived() local
390 CHECK(msg->findSize("trackIndex", &trackIndex)); in onMessageReceived()
397 onTimeUpdate(trackIndex, rtpTime, ntpTime); in onMessageReceived()
416 size_t trackIndex; in onMessageReceived() local
417 CHECK(msg->findSize("trackIndex", &trackIndex)); in onMessageReceived()
433 TrackInfo *info = &mTracks.editItemAt(trackIndex); 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()
521 TrackInfo *track = &mTracks.editItemAt(trackIndex); in onTimeUpdate()
562 int32_t trackIndex, const TrackInfo *track, in addMediaTimestamp() argument
587 trackIndex, rtpTime, (long long)mediaTimeUs, mediaTimeUs / 1E6); in addMediaTimestamp()
606 size_t trackIndex, const sp<ABuffer> &accessUnit) { in postQueueAccessUnit() argument
609 msg->setSize("trackIndex", trackIndex); in postQueueAccessUnit()
614 void NuPlayer::RTPSource::postQueueEOS(size_t trackIndex, status_t finalResult) { in postQueueEOS() argument
617 msg->setSize("trackIndex", trackIndex); in postQueueEOS()