Searched refs:FramesToSecondsInt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h590 UInt32 FramesToSecondsInt(UInt32 inFrames);
H A DoalSource.cpp2127 UInt32 OALSource::FramesToSecondsInt(UInt32 inFrames) function in class:OALSource
2130 DebugMessageN2("OALSource::FramesToSecondsInt called - OALSource:inFrames = %ld:%d\n", (long int) mSelfToken, inFrames);
2208 return (FramesToSecondsInt(GetQueueFrameOffset()));

Completed in 218 milliseconds