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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp2179 UInt32 OALSource::GetQueueFrameOffset() function in class:OALSource
2182 DebugMessageN1("OALSource::GetQueueFrameOffset called - OALSource = %ld\n", (long int) mSelfToken);
2208 return (FramesToSecondsInt(GetQueueFrameOffset()));
2211 return (GetQueueFrameOffset());
2214 return (FramesToBytes(GetQueueFrameOffset()));
2231 return (FramesToSecondsFloat(GetQueueFrameOffset()));
H A DoalSource.h681 UInt32 GetQueueFrameOffset();

Completed in 225 milliseconds