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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp2176 oalSource->SetQueueOffset(kSecondsOffset, value);
2179 oalSource->SetQueueOffset(kSampleOffset, value);
2182 oalSource->SetQueueOffset(kByteOffset, value);
2255 oalSource->SetQueueOffset(kSecondsOffset, values[0]);
2258 oalSource->SetQueueOffset(kSampleOffset, values[0]);
2261 oalSource->SetQueueOffset(kByteOffset, values[0]);
2401 oalSource->SetQueueOffset(kSecondsOffset, value);
2404 oalSource->SetQueueOffset(kSampleOffset, value);
2407 oalSource->SetQueueOffset(kByteOffset, value);
2491 oalSource->SetQueueOffset(kSecondsOffse
[all...]
H A DoalSource.h658 void SetQueueOffset(UInt32 inOffsetType, Float32 inSecondOffset);
H A DoalSource.cpp2235 void OALSource::SetQueueOffset(UInt32 inOffsetType, Float32 inOffset) function in class:OALSource
2238 DebugMessageN3("OALSource::SetQueueOffset called - OALSource:inOffsetType:inOffset = %ld:%d:%f\n", (long int) mSelfToken, inOffsetType, inOffset);
2241 DebugMessageN1("OALSource::SetQueueOffset - OALSource = %ld", (long int) mSelfToken);
2296 // this is a bug, if SetQueueOffset is called multiple times between render cycles,
2300 DebugMessageN1("OALSource::SetQueueOffset - kMQ_SetFramePosition added to MQ - OALSource = %ld", (long int) mSelfToken);

Completed in 119 milliseconds