Searched defs:channels (Results 276 - 288 of 288) sorted by relevance

<<1112

/external/libpng/
H A Dpng.h881 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
882 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1181 /* Expand to 16-bit channels, forces conversion of palette to RGB and expansion
1219 /* How the alpha channel is interpreted - this affects how the color channels
1229 * corresponding composited pixel, and the color channels are unassociated
1230 * (not premultiplied). The gamma encoded color channels must be scaled
1238 * (the latter being the two common names for associated alpha color channels).
2023 /* Returns number of color channels in image. */
2844 /* The samples of the image have one to four channels whos
[all...]
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c222 struct ebml_type channels; member in struct:audio
404 E_FIELD(ID_CHANNELS, TYPE_UINT, struct audio, channels),
2168 ne_get_uint32(entry->audio.channels, &value);
2169 params->channels = value;
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h877 png_byte channels PNG_DEPSTRUCT; /* number of data channels per pixel (1, 2, 3, 4) */
926 * only specified for the channels in the pixel data. The contents of
930 png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */
1208 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
1209 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1320 png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user transformed pixels */
1379 png_byte channels PNG_DEPSTRUCT; /* number of channels i
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c129 * Get the number of concurrent channels that the HW can operate, but that are
2941 static int freq_included(const struct p2p_channels *channels, unsigned int freq) argument
2943 if (channels == NULL)
2945 return p2p_channels_includes_freq(channels, freq);
2993 const struct p2p_channels *channels,
3109 wpa_printf(MSG_DEBUG, "P2P: No extra channels available - trying to force channel to match a channel already used by one of the interfaces");
3122 } else if (!freq_included(channels, *force_freq)) {
3265 const struct p2p_channels *channels,
3328 freq_included(channels, neg_freq))
3331 freq_included(channels, peer_oper_fre
2989 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) argument
3264 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) argument
5091 wpas_p2p_select_freq_no_pref(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, const struct p2p_channels *channels) argument
5143 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int ht40, int vht, const struct p2p_channels *channels) argument
5414 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int ht40, int vht, const struct p2p_channels *channels, int connection_timeout) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc4347 // channels to corresponding framebuffer attachments.
8059 uint32 channels = GLES2Util::GetChannelsForFormat(format); local
8061 (channels & GLES2Util::kDepth) != 0) {
8068 bool have_stencil = (channels & GLES2Util::kStencil) != 0;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c674 // ATA channels info
675 ata_channel_t channels[BX_MAX_ATA_INTERFACES]; member in struct:__anon30267
680 // map between (bios hd id - 0x80) and ata channels
683 // map between (bios cd id - 0xE0) and ata channels
2386 write_byte(ebda_seg,&EbdaData->ata.channels[channel].iface,ATA_IFACE_NONE);
2387 write_word(ebda_seg,&EbdaData->ata.channels[channel].iobase1,0x0);
2388 write_word(ebda_seg,&EbdaData->ata.channels[channel].iobase2,0x0);
2389 write_byte(ebda_seg,&EbdaData->ata.channels[channel].irq,0);
2485 write_byte(ebda_seg,&EbdaData->ata.channels[0].iface,ATA_IFACE_ISA);
2486 write_word(ebda_seg,&EbdaData->ata.channels[
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2371 SpiceChannelList * channels; member in struct:SpiceInfo
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3772 milliseconds

<<1112