Searched refs:GetOutputChannelCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerOutput.h36 int GetOutputChannelCount();
102 MixerOutput::GetOutputChannelCount() function in class:MixerOutput
H A DAudioMixer.cpp1306 if (fCore->Settings()->UseBalanceControl() && output->GetOutputChannelCount() == 2 && 1 /*channel mask is stereo */) {
1318 channel < output->GetOutputChannelCount();
1324 / output->GetOutputChannelCount();
1326 if (*ioSize < output->GetOutputChannelCount()
1330 *ioSize = output->GetOutputChannelCount() * sizeof(float);
1333 channel < output->GetOutputChannelCount();
1528 && output->GetOutputChannelCount() == 2 && 1 /*channel mask is stereo */) {
1544 channel < output->GetOutputChannelCount();
1550 if (size < output->GetOutputChannelCount() * sizeof(float))
1553 channel < output->GetOutputChannelCount();
[all...]
H A DMixerCore.cpp321 return (fOutput) ? fOutput->GetOutputChannelCount() : 0;
441 ASSERT(fMixBufferChannelCount == fOutput->GetOutputChannelCount());
728 for (int i = 0; i < fOutput->GetOutputChannelCount(); i++)
H A DMixerSettings.cpp329 int count = output->GetOutputChannelCount();
347 int count = output->GetOutputChannelCount();

Completed in 92 milliseconds