Home
last modified time | relevance | path

Searched refs:getTargetChannelCount (Results 1 – 4 of 4) sorted by relevance

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/audio/
H A DAudioCallbackPlaySource.cpp244 clearRingBuffers(true, getTargetChannelCount()); in addModel()
720 for (int c = 0; c < getTargetChannelCount(); ++c) { in getCurrentFrame()
1045 AudioCallbackPlaySource::getTargetChannelCount() const in getTargetChannelCount() function in AudioCallbackPlaySource
1146 int channels = getTargetChannelCount(); in getSourceSamples()
1390 for (int c = 0; c < getTargetChannelCount(); ++c) { in applyAuditioningEffect()
1398 for (int c = 0; c < getTargetChannelCount(); ++c) { in applyAuditioningEffect()
1413 for (int c = 0; c < getTargetChannelCount(); ++c) { in fillBuffers()
1446 int channels = getTargetChannelCount(); in fillBuffers()
1532 int channels = getTargetChannelCount(); in mixModels()
1699 for (int c = 0; c < getTargetChannelCount(); ++c) { in unifyRingBuffers()
[all …]
H A DAudioCallbackPlaySource.h222 virtual int getTargetChannelCount() const override;
237 return getTargetChannelCount(); in getApplicationChannelCount()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DAudioPlaySource.h100 virtual int getTargetChannelCount() const = 0;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/transform/
H A DModelTransformerFactory.cpp127 channels = source->getTargetChannelCount(); in getConfigurationForTransform()