Home | History | Annotate | Download | only in rtsp

Lines Matching refs:mediaTimeUs

1843         int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs;
1845 if (mediaTimeUs > mLastMediaTimeUs) {
1846 mLastMediaTimeUs = mediaTimeUs;
1849 if (mediaTimeUs < 0) {
1854 ALOGV("track %d rtpTime=%d mediaTimeUs = %lld us (%.2f secs)",
1855 trackIndex, rtpTime, mediaTimeUs, mediaTimeUs / 1E6);
1857 accessUnit->meta()->setInt64("timeUs", mediaTimeUs);