Home
last modified time | relevance | path

Searched refs:tempOutputBuffers (Results 1 – 3 of 3) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp183 tempOutputBuffers.calloc (numOutputChans + 2); in allocateTempBuffers()
187 …for (int i = 0; i < numOutputChans; ++i) tempOutputBuffers[i] = audioBuffer + count++ * tempBufSi… in allocateTempBuffers()
759 tempOutputBuffers, in audioCallback()
766 auto src = tempOutputBuffers[i]; in audioCallback()
835 HeapBlock<float*> tempInputBuffers, tempOutputBuffers; member in juce::CoreAudioClasses::CoreAudioInternal
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp183 tempOutputBuffers.calloc (numOutputChans + 2); in allocateTempBuffers()
187 …for (int i = 0; i < numOutputChans; ++i) tempOutputBuffers[i] = audioBuffer + count++ * tempBufSi… in allocateTempBuffers()
759 tempOutputBuffers, in audioCallback()
766 auto src = tempOutputBuffers[i]; in audioCallback()
835 HeapBlock<float*> tempInputBuffers, tempOutputBuffers; member in juce::CoreAudioClasses::CoreAudioInternal
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp188 tempOutputBuffers.calloc (numOutputChans + 2); in allocateTempBuffers()
192 …for (int i = 0; i < numOutputChans; ++i) tempOutputBuffers[i] = audioBuffer + count++ * tempBufSi… in allocateTempBuffers()
764 tempOutputBuffers, in audioCallback()
771 auto src = tempOutputBuffers[i]; in audioCallback()
840 HeapBlock<float*> tempInputBuffers, tempOutputBuffers; member in juce::CoreAudioClasses::CoreAudioInternal