Home | History | Annotate | Download | only in win

Lines Matching refs:Track

818     // Track indexes are 1-based. yuck. These things must descend from old-
821 // Grab the track at the current index. If there isn't one there, then
823 Track currentTrack = GetMovieIndTrack(m_private->m_movie, trackIndex);
827 // Check to see if the track is disabled already, we should move along.
832 // Grab the track's media. We're going to check to see if we need to
838 // Grab the media type for this track. Make sure that we don't
849 // Different mpeg variants import as different track types so check for the "mpeg
858 // Grab the track reference count for chapters. This will tell us if it
860 // can move on the next track.
871 Track chapterTrack = GetTrackReference(currentTrack, kTrackReferenceChapterList, referenceIndex);
875 // Try to grab the media for the track.
880 // Grab the media type for this track. Make sure that we don't
889 // Check to see if the track is a video track. We don't care about
894 // Check to see if the track is already disabled. If it is, we
899 // Disabled the evil, evil track.
939 Track ccTrack = GetMovieIndTrackType(m_private->m_movie, 1, closedCaptionTrackType, movieTrackMediaType);