Searched refs:trackIndex (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.cpp155 int32 trackIndex = equalIndex - 1; local
157 while (isdigit(line[trackIndex - 1]))
158 trackIndex--;
159 line.CopyInto(lineType, 0, trackIndex);
160 line.CopyInto(trackNumber, trackIndex, equalIndex - trackIndex);
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.h20 int32 trackIndex, status_t& initStatus);
H A DMediaTrackVideoSupplier.h20 int32 trackIndex, status_t& initStatus);
H A DImageTrackVideoSupplier.cpp14 int32 trackIndex, status_t& initStatus)
21 fTrackIndex(trackIndex)
13 ImageTrackVideoSupplier(BBitmap* bitmap, int32 trackIndex, status_t& initStatus) argument
H A DMediaTrackAudioSupplier.h23 int32 trackIndex);
H A DMediaTrackVideoSupplier.cpp27 int32 trackIndex, status_t& initStatus)
36 fTrackIndex(trackIndex)
26 MediaTrackVideoSupplier(BMediaTrack* track, int32 trackIndex, status_t& initStatus) argument
H A DMediaTrackAudioSupplier.cpp57 int32 trackIndex)
68 fTrackIndex(trackIndex)
56 MediaTrackAudioSupplier(BMediaTrack* mediaTrack, int32 trackIndex) argument
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp895 uint8 trackIndex = point; local
902 track* track = new(std::nothrow) struct track(trackIndex,

Completed in 36 milliseconds