Searched defs:mixBuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineMixer.cpp30 IOReturn IOAudioEngine::mixOutputSamples(const void *sourceBuf, void *mixBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
H A DIOAudioEngine.cpp260 IOReturn IOAudioEngine::eraseOutputSamples(const void *mixBuf, void *sampleBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
2089 char *sampleBuf, *mixBuf; local
2207 clipOutputSamples(const void *mixBuf, void *sampleBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
[all...]
H A DIOAudioStream.cpp614 IOReturn IOAudioStream::mixOutputSamples(const void *sourceBuf, void *mixBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
1354 void *mixBuf = IOMallocAligned(mixBufSize, 32); local

Completed in 160 milliseconds