Home | History | Annotate | Download | only in stagefright

Lines Matching refs:Track

62     class Track;
84 List<Track *> mTracks;
95 Track *mTrack; // Owner
100 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples)
101 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) {
106 Track *mTrack; // Owner
134 // Adjust other track media clock (presumably wall clock)
135 // based on audio track media clock with the drift time.
156 void trackProgressStatus(const Track* track, int64_t timeUs, status_t err = OK);