Searched refs:ChannelsCount (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.h44 uint32 ChannelsCount();
H A DTunerLocale.cpp132 uint32 TunerLocale::ChannelsCount() function in class:TunerLocale
H A DProducer.cpp262 for(int i = 0; i < fLocales[fLocale]->ChannelsCount(); i ++){
1057 for(int i = 0; i < fLocales[fLocale]->ChannelsCount(); i ++){
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.h31 int32& ChannelsCount,
H A DStream.cpp179 Stream::GetBuffers(uint32& Flags, int32& BuffersCount, int32& ChannelsCount, argument
184 ChannelsCount = 2;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp460 if (outChannel < outCluster->ChannelsCount()) {
461 int index = inChannel * outCluster->ChannelsCount()+ outChannel;
1076 if (cluster == NULL || cluster->ChannelsCount() <= 0) {
1101 if (cluster->ChannelsCount() < 2) { // mono channel
1146 if (cluster == 0 || cluster->ChannelsCount() <= 0) {
1167 if (cluster == NULL || cluster->ChannelsCount() <= 0) {
1678 && inChannel < inCluster->ChannelsCount(); in++) {
1683 && outChannel < outCluster->ChannelsCount(); out++) {
1696 (inOffset + inChannel) * outCluster->ChannelsCount()
H A DStream.cpp375 for (size_t i = 0; i < cluster->ChannelsCount(); i++) {
391 for (size_t i = 0; i < cluster->ChannelsCount(); i++, offset++) {
H A DAudioControlInterface.h30 uint8 ChannelsCount() { return fOutChannelsNumber; } function in class:AudioChannelCluster

Completed in 154 milliseconds