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

<<1112

/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon34016
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon34267
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2252 uint64 Segment::AddAudioTrack(int32 sample_rate, int32 channels, int32 number) { argument
2260 track->set_channels(channels);
H A Dmkvmuxer.hpp467 void set_channels(uint64 channels) { channels_ = channels; } argument
468 uint64 channels() const { return channels_; } function in class:mkvmuxer::AudioTrack
1019 uint64 AddAudioTrack(int32 sample_rate, int32 channels, int32 number);
H A Dmkvparser.cpp5554 long long channels = 1; local
5574 channels = UnserializeUInt(pReader, pos, size);
5576 if (channels <= 0)
5605 pTrack->m_channels = channels;
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c61 int channels; member in struct:OpusCustomEncoder
122 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
123 /* celt_sig prefilter_mem[], Size = channels*COMBFILTER_MAXPERIOD */
124 /* opus_val16 oldBandE[], Size = channels*mode->nbEBands */
125 /* opus_val16 oldLogE[], Size = channels*mode->nbEBands */
126 /* opus_val16 oldLogE2[], Size = channels*mode->nbEBands */
129 int celt_encoder_get_size(int channels) argument
132 return opus_custom_encoder_get_size(mode, channels);
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) argument
138 + (channels*mod
147 opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) argument
164 opus_custom_encoder_init_arch(CELTEncoder *st, const CELTMode *mode, int channels, int arch) argument
201 opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels) argument
207 celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels, int arch) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.cc1037 // This is very important for send-only channels where we don't know the
1706 const uint8_t channels,
1701 OnInitializeDecoder( const int32_t id, const int8_t payload_type, const char payload_name[RTP_PAYLOAD_NAME_SIZE], const int frequency, const uint8_t channels, const uint32_t rate) argument
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
314 int channels; /* maximum channels per port */ member in struct:snd_seq_system_info
453 int midi_channels; /* channels per MIDI port */
H A Demu10k1.h335 unsigned int channels; /* 16-bit channels count, zero = remove this substream */ member in struct:snd_emu10k1_fx8010_pcm_rec
/external/libopus/celt/
H A Dcelt_encoder.c61 int channels; member in struct:OpusCustomEncoder
122 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
123 /* celt_sig prefilter_mem[], Size = channels*COMBFILTER_MAXPERIOD */
124 /* opus_val16 oldBandE[], Size = channels*mode->nbEBands */
125 /* opus_val16 oldLogE[], Size = channels*mode->nbEBands */
126 /* opus_val16 oldLogE2[], Size = channels*mode->nbEBands */
129 int celt_encoder_get_size(int channels) argument
132 return opus_custom_encoder_get_size(mode, channels);
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) argument
138 + (channels*mod
147 opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) argument
164 opus_custom_encoder_init_arch(CELTEncoder *st, const CELTMode *mode, int channels, int arch) argument
201 opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels) argument
207 celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels, int arch) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c2646 /* Given a format return the number of channels and the location of
2649 * The mask 'loc' contains the component offset of the channels in the
2658 png_byte channels; local
2662 channels = 3;
2683 channels = 1;
2700 loc[0] = channels;
2702 ++channels;
2708 return channels;
2916 /* The channels may have been moved between input and output, this finds
2930 * (a will be 1 or 2, b will be 3 or 4 channels
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2368 int32 channels,
2377 track->set_channels(channels);
2367 AddAudioTrack(int32 sample_rate, int32 channels, int32 number) argument
H A Dmkvparser.cpp6388 long long channels = 1; local
6417 channels = UnserializeUInt(pReader, pos, size);
6419 if (channels <= 0)
6452 pTrack->m_channels = channels;
/external/libvpx/libwebm/
H A Dmkvparser.cpp5557 long long channels = 1; local
5577 channels = UnserializeUInt(pReader, pos, size);
5579 if (channels <= 0)
5608 pTrack->m_channels = channels;
/external/webrtc/src/
H A Dcommon_types.h209 int channels; member in struct:webrtc::CodecInst
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc3087 blink::WebMessagePortChannelArray channels = event.releaseChannels(); local
3088 if (!channels.isEmpty()) {
3089 std::vector<int> message_port_ids(channels.size());
3091 for (size_t i = 0; i < channels.size(); ++i) {
3093 static_cast<WebMessagePortChannelImpl*>(channels[i]);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc1260 // channels. Don't allow SDP to set the bandwidth, because that
1672 if (it->channels != 1) {
1673 os << "/" << it->channels;
2024 // PT encoding media type clock rate channels
2048 int channels; member in struct:webrtc::StaticPayloadAudioCodec
2087 int channels = kStaticPayloadAudioCodecs[payload_type].channels; local
2089 clock_rate, 0, channels,
2230 // channels. Don't allow SDP to set the bandwidth, because that
2855 // to |name|, |clockrate|, |bitrate|, |channels| an
2856 UpdateCodec(int payload_type, const std::string& name, int clockrate, int bitrate, int channels, int preference, AudioContentDescription* audio_desc) argument
2953 int channels = 1; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc66 int channels; member in struct:cricket::CodecPref
149 ss << codec.name << "/" << codec.clockrate << "/" << codec.channels
155 ss << codec.plname << "/" << codec.plfreq << "/" << codec.channels
451 // parameter, and not the "channels" parameter. We set
452 // voe_codec.channels to 2 if "stereo=1" and 1 otherwise. If
460 voe_codec->channels = 2;
471 voe_codec->channels = 1;
503 kCodecPrefs[j].channels == voe_codec.channels) {
513 voe_codec.rate, voe_codec.channels,
2254 SetNack(const ChannelMap& channels, bool nack_enabled) argument
2917 std::vector<int> channels; local
3370 std::vector<int> channels; local
[all...]
/external/chromium_org/third_party/libpng/
H A Dpng.h830 png_byte channels PNG_DEPSTRUCT; /* number of data channels per pixel (1, 2, 3, 4) */
879 * only specified for the channels in the pixel data. The contents of
883 png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */
1161 png_byte channels; /* number of channels (1, 2, 3, or 4) */ member in struct:png_row_info_struct
1162 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1267 png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user transformed pixels */
1326 png_byte channels PNG_DEPSTRUCT; /* number of channels i
[all...]
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h291 int channels; member in struct:webrtc::CodecInst
299 channels == other.channels &&
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc362 uint8_t channels,
367 "payloadName=%s, frequency=%u, channels=%u, rate=%u)",
368 id, payloadType, payloadName, frequency, channels, rate);
377 receiveCodec.channels = channels;
381 audio_coding_->Codec(payloadName, &dummyCodec, frequency, channels);
639 // The mono signal is copied to both left and right channels here.
869 // Avoid conflict with other channels by adding 1024 - 1026,
870 // won't use as much as 1024 channels.
1139 codec.channels,
357 OnInitializeDecoder( int32_t id, int8_t payloadType, const char payloadName[RTP_PAYLOAD_NAME_SIZE], int frequency, uint8_t channels, uint32_t rate) argument
[all...]
/external/flac/libFLAC/
H A Dstream_encoder.c302 unsigned channels,
310 unsigned channels,
660 if(encoder->protected_->channels == 0 || encoder->protected_->channels > FLAC__MAX_CHANNELS)
663 if(encoder->protected_->channels != 2) {
854 for(i = 0; i < encoder->protected_->channels; i++) {
871 for(i = 0; i < encoder->protected_->channels; i++) {
996 for(i = 0; i < encoder->protected_->channels; i++) {
1062 encoder->private_->streaminfo.data.stream_info.channels = encoder->protected_->channels;
1982 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2035 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
4141 append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4153 append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, const FLAC__int32 input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4205 const unsigned channels = frame->header.channels; local
[all...]

Completed in 672 milliseconds

<<1112