/vbox/include/VBox/ |
H A D | VBoxVideoGuest.h | 88 HGSMICHANNELINFO channels; member in struct:HGSMIHOSTCOMMANDCONTEXT
|
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | readpng2.h | 67 int channels; member in struct:_mainprog_info
|
/vbox/src/libs/libpng-1.2.8/contrib/pngminus/ |
H A D | png2pnm.c | 201 int channels; local 276 * get rowbytes and channels, and allocate image memory */ 293 /* calculate new number of channels and store alpha-presence */ 295 channels = 1; 297 channels = 2; 299 channels = 3; 301 channels = 4; 303 channels = 0; /* should never happen */ 304 alpha_present = (channels - 1) % 2; 314 /* row_bytes is the width x number of channels [all...] |
H A D | pnm2png.c | 204 int channels; local 318 /* calculate the number of channels and store alpha-presence */ 320 channels = 1; 322 channels = 2; 324 channels = 3; 326 channels = 4; 328 channels = 0; /* should not happen */ 330 alpha_present = (channels - 1) % 2; 332 /* row_bytes is the width x number of channels x (bit-depth / 8) */ 333 row_bytes = width * channels * ((bit_dept [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd_sgi.c | 155 int channels; local 169 number of channels is a static setting and can not be changed after 170 a port is opened. So if the number of channels remains the same, we 174 channels = pwfx->nChannels; 179 if (channels != alGetChannels(audioconfig)) 182 alSetChannels(audioconfig, channels);
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | ebda.h | 244 ata_chan_t channels[BX_MAX_ATA_INTERFACES]; member in struct:__anon14991
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevPit-i8254.cpp | 116 int rcLock = TMTimerLock((a_pThis)->channels[0].CTX_SUFF(pTimer), (a_rcBusy)); \ 122 TMTimerUnlock((a_pThis)->channels[0].CTX_SUFF(pTimer)); \ 133 TMTimerLock((a_pThis)->channels[0].CTX_SUFF(pTimer), VERR_IGNORED); \ 144 TMTimerUnlock((a_pThis)->channels[0].CTX_SUFF(pTimer)); \ 211 PITCHANNEL channels[3]; member in struct:PITSTATE 254 PTMTIMER pTimer = pChan->CTX_SUFF(pPit)->channels[0].CTX_SUFF(pTimer); 299 PTMTIMER pTimer = pChan->CTX_SUFF(pPit)->channels[0].CTX_SUFF(pTimer); 334 PPITCHANNEL pChan = &pThis->channels[channel]; 341 PPITCHANNEL pChan = &pThis->channels[channel]; 364 PPITCHANNEL pChan = &pThis->channels[channe [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | net80211.h | 274 /** The maximum number of channels we allow to be configured simultaneously */ 301 * channels its net80211_register() call indicated it could 395 * MHz. Adjacent channels will overlap, since 802.11 397 * commonly, channels 1, 6, and 11 are used. 400 * the frequency; channel 0 is 5000 MHz, and channels are 403 * seen. Most channels are not legal for use. 497 /** List of RF channels supported by the card */ 498 struct net80211_channel channels[NET80211_MAX_CHANNELS]; member in struct:net80211_hw_info 500 /** Number of supported channels */ 513 /** Estimate of the time required to change channels, i 806 struct net80211_channel channels[NET80211_MAX_CHANNELS]; member in struct:net80211_device [all...] |
H A D | ieee80211.h | 610 * changes channels at regular intervals following a predetermined 633 u8 nr_channels; /**< Number of contiguous channels in band */ 646 /** Information about a band of channels */ 736 u8 nr_channels; /**< Number of channels in band */ 741 * This is used in association frames to indicate the channels we can 750 struct ieee80211_ie_channels_channel_band channels[0]; member in struct:ieee80211_ie_channels 970 * ie->channels.channels[0]. 985 /** List of channels */ 986 struct ieee80211_ie_channels_channel_band channels[ member in union:ieee80211_ie::__anon15738::__anon15739 [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | ath5k.c | 201 struct net80211_channel *channels, 475 DBG("ath5k: can't get channels\n"); 565 struct net80211_channel *channels, 599 channels[count].center_freq = freq; 600 channels[count].maxpower = 0; /* use regulatory */ 601 channels[count].band = (chfreq == CHANNEL_2GHZ) ? 606 channels[count].hw_value = chfreq | CHANNEL_OFDM; 610 channels[count].hw_value = chfreq | 614 channels[count].hw_value = CHANNEL_B; 633 max_c = sizeof(sc->hwinfo->channels) / sizeo 564 ath5k_copy_channels(struct ath5k_hw *ah, struct net80211_channel *channels, unsigned int mode, unsigned int max) argument [all...] |
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrtran.c | 546 * to alpha channels. 585 /* Expand tRNS chunks to alpha channels. */ 1117 info_ptr->channels = 1; 1119 info_ptr->channels = 3; 1121 info_ptr->channels = 1; 1129 info_ptr->channels++; 1137 info_ptr->channels++; 1152 if(info_ptr->channels < png_ptr->user_transform_channels) 1153 info_ptr->channels = png_ptr->user_transform_channels; 1157 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * 1506 int channels = 0; local [all...] |
H A D | png.h | 670 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ member in struct:png_info_struct 719 * only specified for the channels in the pixel data. The contents of 723 png_color_8 sig_bit; /* significant bits in color channels */ 998 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct 999 png_byte pixel_depth; /* bits per pixel (depth * channels) */ 1099 png_byte user_transform_channels; /* channels in user transformed pixels */ 1147 png_byte channels; /* number of channels i member in struct:png_struct_def [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | hw.h | 662 struct ath9k_channel channels[ATH9K_NUM_CHANNELS]; member in struct:ath_hw
|