Searched refs:channels (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwreg.h262 uint32_t channels; member in struct:ipw_scan_options
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h318 uint32 channel, uint32 channels);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp59 uint16 channels; member in struct:wave_format_ex
70 int channels; member in struct:avformat_codec_context
456 TRACE(" bit_rate = %" PRId64 ", sample_rate = %d, channels = %d, "
775 - output.channel_count copied to fCodecContext->channels
830 TRACE(" bit_rate %" PRId64 ", sample_rate %d, channels %d, block_align %d, "
905 - channels: Channel count of first audio frame
1008 codecContext->channels = get_channel_count(fCodecContext);
1185 - channels: Channel count of first audio frame
1199 fHeader.u.raw_audio.channel_count = codecContext->channels;
H A DAVFormatWriter.cpp107 context->channels = count;
174 // channels
H A DAVFormatReader.cpp366 // be extended accordingly. I guess programs are like TV channels in the
972 return context->channels;
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_multi_audio.c43 memcpy(data->channels,&chans,sizeof(chans));
155 dprintf("%s: playback: %" B_PRId32 " buffers, %" B_PRIu32 " channels, %" B_PRIu32 " samples\n",
158 dprintf("%s: record: %" B_PRId32 " buffers, %" B_PRIu32 " channels, %" B_PRIu32 " samples\n",
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp101 orientation orientation, int32 channels,
409 orientation orientation, int32 channels, BContinuousParameter &parameter)
410 : BChannelSlider(name, label, NULL, orientation, channels),
556 " channels\n", fControl->Name(), fParameter.CountChannels());
408 ChannelSlider(const char* name, const char* label, orientation orientation, int32 channels, BContinuousParameter &parameter) argument
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Data_adapter.cpp600 // in simplex mode, channels cannot operate independantly of each other;
748 /** detect pure IDE controller, i.e. without channels */
787 device_node *channels[2]; local
812 // (happens during rescan; registering new channels would kick out old channels)
816 // ignore errors during registration of channels - could be a simple rescan collision
819 intnum, 0, "Primary Channel", &channels[0], supports_compatibility_mode);
823 intnum, 1, "Secondary Channel", &channels[1], supports_compatibility_mode);
/haiku/src/apps/tv/
H A DMainWin.cpp286 int channels = fController->ChannelCount(); local
288 if (channels == 0) {
299 for (int i = 0; i < channels; i++) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp135 // clear channels status
139 // disable channels interrupt
376 if (user_memcpy(multiDescription->channels,
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h119 } channels[MWL_HAL_MAXCHAN]; member in struct:__anon1218
H A Dmwlhal.c885 * channels.
1083 hc = ((unsigned)i < ci->nchannels) ? &ci->channels[i] : NULL;
1093 if (ci->channels[i].ieee == chan)
1095 hc = (i < ci->nchannels) ? &ci->channels[i] : NULL;
2024 * Construct channel info for 5GHz channels from cal data.
2044 hc = &ci->channels[j];
2067 * Construct channel info for 2.4GHz channels from cal data.
2076 struct mwl_hal_channel *hc = &ci->channels[j];
H A Dif_mwl.c960 /* XXX 10MHz channels */
3793 * Set/change channels.
4315 const struct mwl_hal_channel *hc = &ci->channels[i];
4391 const struct mwl_hal_channel *hc = &ci->channels[i];
4408 const struct mwl_hal_channel *hc = &ci->channels[i];
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c90 if (user_memcpy(data->channels,
103 // By default we say, that all channels are enabled
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp806 uint32 channels = fFormat.u.raw_audio.channel_count; local
812 fPlugin->Process((float*)buffer->Data(), samples, channels);
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp740 uint32 channels = fFormat.u.raw_audio.channel_count; local
744 fEqualizer.ProcessBuffer((float*)buffer->Data(), samples * channels);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2622 DPRINTF(("Setting .11b channels tx power\n"));
2628 DPRINTF(("Setting .11g channels tx power\n"));
2696 * Start a scan on the current channel or all channels.
2756 KASSERT(ss->ss_last > 0, ("no channels"));
2762 scan.channels[bstart] =
2771 scan.channels[next] = ieee80211_chan2ieee(ic, chan);
2775 scan.channels[bstart] = (next - bstart) | band;
2779 scan.channels[0] = 1 | scan_band(chan);
2780 scan.channels[1] = ieee80211_chan2ieee(ic, chan);
2796 int run = scan.channels[
[all...]
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp139 int32 channels = fInput.format.u.raw_audio.channel_count; local
147 for (int32 k = 0; k < channels; k++)
149 b += channels;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c589 /* Read MAC address, channels, etc from EEPROM. */
2272 /* Read the list of authorized channels (20MHz & 40MHz). */
2363 /* Read the list of authorized channels (20MHz & 40MHz). */
2436 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; local
2457 if (!(channels[i].flags & IWN_EEPROM_CHAN_VALID)) {
2460 band->chan[i], channels[i].flags,
2461 channels[i].maxpwr);
2466 nflags = iwn_eeprom_channel_flags(&channels[i]);
2468 chan, 0, channels[i].maxpwr, nflags, bands);
2474 sc->maxpwr[chan] = channels[
2489 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c84 2, // channels
685 /* Allocate channels for voice in case of play voice */
695 (channel[i] != NULL)) /* Looking for free channels */
1472 emuxki_stream_set_audioparms(emuxki_stream *stream, bool stereo, uint8 channels, argument
1483 ((stream->nmono + 2*stream->nstereo) == channels) &&
1499 if (stereo && (channels % 2 == 0)) {
1501 stream->nstereo = channels / 2;
1507 stream->nmono = channels;
2744 /* Initialize all channels to stopped and no effects */
2823 /* This might not be always true, it might be 128 for 8bit channels */
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c475 * Read in the eeprom and also setup the channels for
1368 /* Read the list of authorized channels. */
1415 struct wpi_eeprom_chan *channels = sc->eeprom_channels[n]; local
1431 if (!(channels[i].flags & WPI_EEPROM_CHAN_VALID)) {
1439 nflags = wpi_eeprom_channel_flags(&channels[i]);
1441 chan, 0, channels[i].maxpwr, nflags, bands);
1446 sc->maxpwr[chan] = channels[i].maxpwr;
1450 chan, channels[i].flags, sc->maxpwr[chan], *nchans);
1455 * Read the eeprom to find out what channels are valid for the given
1505 /* Parse the list of authorized channels
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp61 uint16 channels; member in struct:wav_format_chunk
1198 fWAVHeader.format.channels = B_HOST_TO_LENDIAN_INT16(2);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp164 memcpy(data->channels, &sChannels, sizeof(sChannels));
967 TRACE("playback: %" B_PRId32 " buffers, %" B_PRId32 " channels, %" B_PRIu32
970 TRACE("record: %" B_PRId32 " buffers, %" B_PRId32 " channels, %" B_PRIu32
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h1227 * data) into one of up to 7 prioritized Tx DMA FIFO channels within the
1245 * Driver should normally map queues 0-6 to Tx DMA/FIFO channels 0-6.
1247 * channels 0-3 to support 11n aggregation via EDCA DMA channels.
1641 * Device has one configuration register for each of 8 Tx DMA/FIFO channels
1643 * which feed the DMA/FIFO channels); config regs are separated by 0x20 bytes.
1738 /* Tx service channels */
2756 * of the device on the channel. Since the fw supports multiple channels
3688 * cleared when changing channels or when driver issues IWM_REPLY_STATISTICS_CMD
3947 * other channels a
6577 uint32_t channels[0]; member in struct:iwm_mcc_update_resp_v1
6604 uint32_t channels[0]; member in struct:iwm_mcc_update_resp_v2
6634 uint32_t channels[0]; member in struct:iwm_mcc_update_resp_v3
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h2248 * @n_channels: number of valid channels in the array
2980 * of the device on the channel. Since the fw supports multiple channels
4080 * cleared when changing channels or when driver issues IWX_REPLY_STATISTICS_CMD
4390 * other channels as well. This should be to true only in case that the
6597 /* Bits 26-31 are for num of channels in channel_array */
6628 * @extended: default dwell time for channels 1, 6 and 11
6672 * @dwell_extended: default dwell time for channels 1, 6 and 11
6677 * @channel_array: default supported channels
6757 * @IWX_UMAC_SCAN_GEN_FLAGS_V2_FORCE_PASSIVE: all the channels scanned
6815 * parameters following channels configuratio
7667 uint32_t channels[0]; member in struct:iwx_mcc_update_resp_v3
7705 uint32_t channels[0]; member in struct:iwx_mcc_update_resp
[all...]

Completed in 255 milliseconds

1234