Lines Matching refs:trackIndex
391 size_t trackIndex; in onMessageReceived() local
392 CHECK(msg->findSize("trackIndex", &trackIndex)); in onMessageReceived()
399 onTimeUpdate(trackIndex, rtpTime, ntpTime); in onMessageReceived()
418 size_t trackIndex; in onMessageReceived() local
419 CHECK(msg->findSize("trackIndex", &trackIndex)); in onMessageReceived()
435 TrackInfo *info = &mTracks.editItemAt(trackIndex); 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()
523 TrackInfo *track = &mTracks.editItemAt(trackIndex); in onTimeUpdate()
564 int32_t trackIndex, const TrackInfo *track, in addMediaTimestamp() argument
589 trackIndex, rtpTime, (long long)mediaTimeUs, mediaTimeUs / 1E6); in addMediaTimestamp()
608 size_t trackIndex, const sp<ABuffer> &accessUnit) { in postQueueAccessUnit() argument
611 msg->setSize("trackIndex", trackIndex); in postQueueAccessUnit()
616 void NuPlayer::RTPSource::postQueueEOS(size_t trackIndex, status_t finalResult) { in postQueueEOS() argument
619 msg->setSize("trackIndex", trackIndex); in postQueueEOS()