Searched refs:CountChannels (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp54 for (int32 i = 0; i < horizontal->CountChannels(); i++) {
59 for (int32 i = 0; i < horizontal->CountChannels(); i++) {
/haiku/headers/os/media/
H A DSoundFile.h36 int32 CountChannels() const;
H A DParameterWeb.h229 int32 CountChannels();
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h117 uint32 CountChannels() const function in class:SGIImage
H A DSGITranslator.cpp472 uint32 channelCount = sgiImage->CountChannels();
/haiku/src/kits/interface/
H A DChannelControl.cpp382 BChannelControl::CountChannels() const function in class:BChannelControl
495 if (fromChannel + channelCount > CountChannels())
496 channelCount = CountChannels() - fromChannel;
523 if (fromChannel + channelCount > CountChannels())
524 channelCount = CountChannels() - fromChannel;
541 int32 numChannels = CountChannels();
565 int32 numChannels = CountChannels();
H A DChannelSlider.cpp296 int32 numChannels = CountChannels();
451 *width = 11.0 * CountChannels();
464 *height = 11.0 * CountChannels() + (fLineFeed * 2.0)
733 int32 numChannels = CountChannels();
735 inMask = new (std::nothrow) bool[CountChannels()];
772 BRect last = ThumbFrameFor(CountChannels() - 1);
815 for (int32 channel = 0; channel < CountChannels(); channel++) {
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp545 float value[fParameter.CountChannels()];
551 for (int32 i = 0; i < fParameter.CountChannels(); i++)
556 " channels\n", fControl->Name(), fParameter.CountChannels());
591 float value[fParameter.CountChannels()];
605 for (int32 i = 0; i < fParameter.CountChannels(); i++) {
1013 continuous.CountChannels(), continuous);
1029 for (int32 i = 0; i < continuous.CountChannels(); i++) {
H A DSoundFile.cpp93 BSoundFile::CountChannels() const function in class:BSoundFile
H A DSoundPlayer.cpp609 int32 count = fVolumeSlider->CountChannels();
634 int count = fVolumeSlider->CountChannels();
H A DParameterWeb.cpp1409 BParameter::CountChannels() function in class:BParameter
/haiku/headers/os/interface/
H A DChannelControl.h75 virtual int32 CountChannels() const;
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp1392 if (parameter->CountChannels() == 2) {
1412 if (parameter->CountChannels() == 2) {
1580 if (parameter->CountChannels() == 2) {
1706 group->ParameterAt(numParameters)->CountChannels() + 1);

Completed in 143 milliseconds