Searched refs:trackCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp191 int trackCount = mediaFile->CountTracks(); local
192 if (trackCount <= 0)
196 for (int i = 0; i < trackCount; i++) {
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp59 int32 trackCount = fMediaFile->CountTracks(); local
61 for (int32 i = 0; i < trackCount; i++) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp552 uint32 trackCount = toc->last_track + 1 - toc->first_track; local
554 for (uint32 i = 0; i < trackCount; i++) {
666 int32 trackCount = toc->last_track + 1 - toc->first_track; local
670 for (int32 i = 0; i < trackCount; i++) {
684 if (i + 1 < trackCount && is_data_track(toc->tracks[i + 1])
1403 uint32 trackCount = toc->last_track + (uint32)1 - toc->first_track; local
1410 for (uint32 i = 0; i < trackCount; i++) {

Completed in 37 milliseconds