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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp1388 void OALSource::PostRenderRemoveBuffersFromQueue(UInt32 inBuffersToUnqueue) argument
1391 DebugMessageN2("OALSource::PostRenderRemoveBuffersFromQueue called - OALSource:inBuffersToUnqueue = %ld:%ld\n", (long int) mSelfToken, (long int) inBuffersToUnqueue);
1395 DebugMessageN2("OALSource::PostRenderRemoveBuffersFromQueue called (START) - OALSource:inCount = %ld:%ld", (long int)mSelfToken, inBuffersToUnqueue);
1401 if (inBuffersToUnqueue > (UInt32)mBufferQueueInactive->GetQueueSize())
1407 for (UInt32 i = 0; i < inBuffersToUnqueue; i++)
2443 DebugMessageN4("OALSource::AddPlaybackMessage called - OALSource:inMessage:inDeferredAppendBuffer:inBuffersToUnqueue = %ld:%ld:%p:%ld\n", (long int) mSelfToken, (long int) inMessage, inDeferredAppendBuffer, (long int) inBuffersToUnqueue);
H A DoalSource.h596 void PostRenderRemoveBuffersFromQueue(UInt32 inBuffersToUnqueue);

Completed in 201 milliseconds