Searched defs:channels (Results 201 - 225 of 228) sorted by relevance

12345678910

/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h81 struct p2p_channels channels; member in struct:p2p_device
371 * channels - Own supported regulatory classes and channels
373 * List of supposerted channels per regulatory class. The regulatory
377 struct p2p_channels channels; member in struct:p2p_data
700 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h81 struct p2p_channels channels; member in struct:p2p_device
371 * channels - Own supported regulatory classes and channels
373 * List of supposerted channels per regulatory class. The regulatory
377 struct p2p_channels channels; member in struct:p2p_data
700 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
/external/dng_sdk/source/
H A Ddng_image_writer.cpp2738 uint32 channels)
2741 const uint32 dRowStep = cols * channels;
2749 for (uint32 channel = 0; channel < channels; channel++)
2752 dPtr [col * channels + channel] -= dPtr [(col - 1) * channels + channel];
2769 uint32 channels)
2772 const uint32 dRowStep = cols * channels;
2780 for (uint32 channel = 0; channel < channels; channel++)
2783 dPtr [col * channels + channel] -= dPtr [(col - 1) * channels
2735 EncodeDelta8(uint8 *dPtr, uint32 rows, uint32 cols, uint32 channels) argument
2766 EncodeDelta16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 channels) argument
2797 EncodeDelta32(uint32 *dPtr, uint32 rows, uint32 cols, uint32 channels) argument
2828 EncodeDeltaBytes(uint8 *bytePtr, int32 cols, int32 channels) argument
2911 EncodeFPDelta(uint8 *buffer, uint8 *temp, int32 cols, int32 channels, int32 bytesPerSample) argument
[all...]
/external/flac/libFLAC/
H A Dstream_encoder.c282 unsigned channels,
290 unsigned channels,
645 if(encoder->protected_->channels == 0 || encoder->protected_->channels > FLAC__MAX_CHANNELS)
648 if(encoder->protected_->channels != 2) {
826 for(i = 0; i < encoder->protected_->channels; i++) {
843 for(i = 0; i < encoder->protected_->channels; i++) {
1119 for(i = 0; i < encoder->protected_->channels; i++) {
1187 encoder->private_->streaminfo.data.stream_info.channels = encoder->protected_->channels;
2155 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2214 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
4339 append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4351 append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, const FLAC__int32 input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4403 const unsigned channels = frame->header.channels; local
[all...]
/external/libpng/
H A Dpng.h795 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
796 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1093 /* Expand to 16-bit channels, forces conversion of palette to RGB and expansion
1131 /* How the alpha channel is interpreted - this affects how the color channels
1141 * corresponding composited pixel, and the color channels are unassociated
1142 * (not premultiplied). The gamma encoded color channels must be scaled
1150 * (the latter being the two common names for associated alpha color channels).
1893 /* Returns number of color channels in image. */
2735 /* The samples of the image have one to four channels whos
[all...]
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3393 uint64_t Segment::AddAudioTrack(int32_t sample_rate, int32_t channels, argument
3402 track->set_channels(channels);
H A Dmkvmuxer.h851 void set_channels(uint64_t channels) { channels_ = channels; } argument
852 uint64_t channels() const { return channels_; } function in class:mkvmuxer::AudioTrack
1526 uint64_t AddAudioTrack(int32_t sample_rate, int32_t channels, int32_t number);
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc5531 long long channels = 1; local
5551 channels = UnserializeUInt(pReader, pos, size);
5553 if (channels <= 0)
5584 pTrack->m_channels = channels;
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc5451 long long channels = 1; local
5471 channels = UnserializeUInt(pReader, pos, size);
5473 if (channels <= 0)
5504 pTrack->m_channels = channels;
/external/pdfium/third_party/libpng16/
H A Dpng.h795 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
796 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1093 /* Expand to 16-bit channels, forces conversion of palette to RGB and expansion
1131 /* How the alpha channel is interpreted - this affects how the color channels
1141 * corresponding composited pixel, and the color channels are unassociated
1142 * (not premultiplied). The gamma encoded color channels must be scaled
1150 * (the latter being the two common names for associated alpha color channels).
1893 /* Returns number of color channels in image. */
2729 /* The samples of the image have one to four channels whos
[all...]
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2395 // bit channels as RGBA and then extract A.
3905 GrGLfloat channels[4]; local
3907 channels[0] = GrColorUnpackR(color) * scale255;
3908 channels[1] = GrColorUnpackG(color) * scale255;
3909 channels[2] = GrColorUnpackB(color) * scale255;
3910 channels[3] = GrColorUnpackA(color) * scale255;
3926 GL_CALL(Uniform4fv(fWireRectProgram.fColorUniform, 1, channels));
/external/skia/third_party/libpng/
H A Dpng.h795 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
796 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1093 /* Expand to 16-bit channels, forces conversion of palette to RGB and expansion
1131 /* How the alpha channel is interpreted - this affects how the color channels
1141 * corresponding composited pixel, and the color channels are unassociated
1142 * (not premultiplied). The gamma encoded color channels must be scaled
1150 * (the latter being the two common names for associated alpha color channels).
1893 /* Returns number of color channels in image. */
2729 /* The samples of the image have one to four channels whos
[all...]
/external/syslinux/com32/include/
H A Dpng.h825 png_byte channels PNG_DEPSTRUCT; /* number of data channels per pixel (1, 2, 3, 4) */
874 * only specified for the channels in the pixel data. The contents of
878 png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */
1156 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
1157 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1262 png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user transformed pixels */
1321 png_byte channels PNG_DEPSTRUCT; /* number of channels i
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc1673 if (it->channels != 1) {
1674 os << "/" << it->channels;
2043 // PT encoding media type clock rate channels
2067 size_t channels; member in struct:webrtc::StaticPayloadAudioCodec
2106 size_t channels = kStaticPayloadAudioCodecs[payload_type].channels; local
2108 clock_rate, 0, channels,
2493 // data channels. Don't allow SDP to set the bandwidth, because
2499 description << "RTP-based data channels may not send more than "
2839 // to |name|, |clockrate|, |bitrate|, |channels| an
2840 UpdateCodec(int payload_type, const std::string& name, int clockrate, int bitrate, size_t channels, int preference, AudioContentDescription* audio_desc) argument
2940 size_t channels = 1; local
[all...]
/external/webrtc/webrtc/
H A Dcommon_types.h294 size_t channels; member in struct:webrtc::CodecInst
302 channels == other.channels &&
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc422 size_t channels,
426 "payloadName=%s, frequency=%u, channels=%" PRIuS ", rate=%u)",
427 payloadType, payloadName, frequency, channels, rate);
434 receiveCodec.channels = channels;
438 audio_coding_->Codec(payloadName, &dummyCodec, frequency, channels);
603 // The mono signal is copied to both left and right channels here.
830 // Avoid conflict with other channels by adding 1024 - 1026,
831 // won't use as much as 1024 channels.
1077 codec.channels,
418 OnInitializeDecoder( int8_t payloadType, const char payloadName[RTP_PAYLOAD_NAME_SIZE], int frequency, size_t channels, uint32_t rate) argument
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp495 size_t Magick::Image::channels() const function in class:Magick::Image
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c168 * Get the number of concurrent channels that the HW can operate, but that are
341 * Search all social channels regardless of whether these have
2735 const struct p2p_channels *channels,
2738 if ((channels == NULL || p2p_channels_includes_freq(channels, freq)) &&
2859 const struct p2p_channels *channels,
2979 wpa_printf(MSG_DEBUG, "P2P: No extra channels available - trying to force channel to match a channel already used by one of the interfaces");
2992 } else if (!freq_included(wpa_s, channels, *force_freq)) {
3160 const struct p2p_channels *channels,
3251 freq_included(wpa_s, channels, neg_fre
2734 freq_included(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, unsigned int freq) argument
2855 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
3159 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
5714 wpas_p2p_supported_freq_go(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, int freq) argument
5726 wpas_p2p_select_go_freq_no_pref(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, const struct p2p_channels *channels) argument
5799 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, const struct p2p_channels *channels) argument
6183 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h175 * num_channels - Number of entries in the channels array
180 * channels - Array of supported channels
182 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
719 * limit the driver from selecting other channels for
1525 * Number of supported concurrent channels
1571 /* Maximum number of concurrent channels on 2.4 GHz */
1573 /* Maximum number of concurrent channels on 5 GHz */
2228 * get_hw_feature_data - Get hardware support data (channels and rates)
3705 * @num: Number of channels
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h175 * num_channels - Number of entries in the channels array
180 * channels - Array of supported channels
182 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
719 * limit the driver from selecting other channels for
1525 * Number of supported concurrent channels
1571 /* Maximum number of concurrent channels on 2.4 GHz */
1573 /* Maximum number of concurrent channels on 5 GHz */
2228 * get_hw_feature_data - Get hardware support data (channels and rates)
3705 * @num: Number of channels
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h175 * num_channels - Number of entries in the channels array
180 * channels - Array of supported channels
182 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
719 * limit the driver from selecting other channels for
1525 * Number of supported concurrent channels
1571 /* Maximum number of concurrent channels on 2.4 GHz */
1573 /* Maximum number of concurrent channels on 5 GHz */
2228 * get_hw_feature_data - Get hardware support data (channels and rates)
3705 * @num: Number of channels
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 669 milliseconds

12345678910