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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.h12 static const uint32 kFramesPerSecond = 75; variable
13 static const uint32 kFramesPerMinute = kFramesPerSecond * 60;
H A Dkernel_interface.cpp677 + start.second * kFramesPerSecond + start.frame;
679 + next.second * kFramesPerSecond + next.frame
727 inode->FrameCount() * 1000000L / kFramesPerSecond);
1416 + (toc->tracks[i].start.time.second * kFramesPerSecond)
1457 + end.second * kFramesPerSecond + end.frame) * kFrameSize;
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp21 static const uint32 kFramesPerSecond = 75; variable
22 static const uint32 kFramesPerMinute = kFramesPerSecond * 60;
73 start.second * kFramesPerSecond + start.frame;

Completed in 40 milliseconds