Searched refs:channel (Results 126 - 150 of 1002) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/common_audio/vad/
H A Dvad_sp.c62 int channel) {
66 const int offset = (channel << 4);
71 // the |channel|.
75 assert(channel < kNumChannels);
166 if (current_median < self->mean_value[channel]) {
172 tmp32 = (alpha + 1) * self->mean_value[channel];
175 self->mean_value[channel] = (int16_t) (tmp32 >> 15);
177 return self->mean_value[channel];
60 WebRtcVad_FindMinimum(VadInstT* self, int16_t feature_value, int channel) argument
/external/webrtc/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc48 int channel = base->CreateChannel(); local
49 ASSERT_NE(-1, channel);
52 new VoiceChannelTransport(network, channel));
68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params));
93 ASSERT_EQ(0, base->StartReceive(channel));
94 ASSERT_EQ(0, base->StartPlayout(channel));
95 ASSERT_EQ(0, base->StartSend(channel));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb66 WS : (' '|'\n') {$channel=HIDDEN;} ;
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
93 WS : (' '|'\n') {$channel=HIDDEN;} ;
107 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
134 WS : (' '|'\n') {$channel=HIDDEN;} ;
148 WS : (' '|'\n') {$channel=HIDDEN;} ;
163 WS : (' '|'\n') {$channel=HIDDEN;} ;
177 WS : (' '|'\n') {$channel=HIDDEN;} ;
192 WS : (' '|'\n') {$channel
[all...]
H A Dauto-ast.rb67 WS : (' '|'\n') {$channel=HIDDEN;};
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
91 WS : (' '|'\n') {$channel=HIDDEN;} ;
103 WS : (' '|'\n') {$channel=HIDDEN;} ;
115 WS : (' '|'\n') {$channel=HIDDEN;} ;
128 WS : (' '|'\n') {$channel=HIDDEN;} ;
140 WS : (' '|'\n') {$channel=HIDDEN;} ;
152 WS : (' '|'\n') {$channel=HIDDEN;} ;
164 WS : (' '|'\n') {$channel=HIDDEN;} ;
176 WS : (' '|'\n') {$channel
[all...]
/external/libxml2/
H A Derror.c174 xmlGenericErrorFunc channel, void *data ) {
208 channel(data ,"%s\n", content);
220 channel(data ,"%s\n", content);
246 xmlGenericErrorFunc channel, void *data)
261 if (channel == NULL) {
262 channel = xmlGenericError;
290 channel(data, "%s:%d: ", input->filename, input->line);
292 channel(data, "Entity: line %d: ", input->line);
296 channel(data, "%s:%d: ", file, line);
301 channel(dat
173 xmlParserPrintFileContextInternal(xmlParserInputPtr input , xmlGenericErrorFunc channel, void *data ) argument
245 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str, xmlGenericErrorFunc channel, void *data) argument
455 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dtestrecurse.c314 channel(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { function
440 channel(data, "%s:%d: ", input->filename, input->line);
442 channel(data, "Entity: line %d: ", input->line);
446 channel(data, "%s:%d: ", file, line);
448 channel(data, "Entity: line %d: ", line);
451 channel(data, "element %s: ", name);
457 channel(data, "parser ");
460 channel(data, "namespace ");
464 channel(data, "validity ");
467 channel(dat
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
63 src_type.fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED;
64 src_type.sign = format_desc->channel[0].type != UTIL_FORMAT_TYPE_UNSIGNED;
65 src_type.norm = format_desc->channel[0].normalized;
66 src_type.width = format_desc->channel[0].size;
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h40 // Set to YES if the channel has been externally negotiated and we do not send
75 // Protocol for receving data channel state and message events.
78 // Called when the data channel state has changed.
79 - (void)channelDidChangeState:(RTCDataChannel*)channel;
82 - (void)channel:(RTCDataChannel*)channel
88 - (void)channel:(RTCDataChannel*)channel
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel) argument
168 return channel | (pSynth->vSynthNum << 4);
179 pVoice->channel = UNASSIGNED_SYNTH_CHANNEL;
211 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
244 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
504 /* init each channel */
514 /* the drum channel needs a different init */
569 /* update all voices on this channel */
686 VMSetMIPEntry(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
713 EAS_INT channel; local
980 VMAllNotesOff(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) argument
1036 EAS_INT channel; local
1140 VMReleaseAllDeferredNoteOffs(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) argument
1201 VMCatchNotesForSustainPedal(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) argument
1271 VMStolenVoice(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) argument
1447 VMCheckKeyGroup(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel) argument
1535 VMCheckPolyphonyLimiting(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice) argument
1610 VMStartVoice(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) argument
1747 VMStartNote(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) argument
1868 VMStopNote(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) argument
2013 VMStealVoice(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_INT *pVoiceNumber, EAS_U8 channel, EAS_U8 note, EAS_I32 lowVoice, EAS_I32 highVoice) argument
2139 VMChannelPressure(S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 value) argument
2181 VMPitchBend(S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 nPitchLSB, EAS_U8 nPitchMSB) argument
2213 VMControlChange(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value) argument
2422 VMUpdateRPNStateMachine(S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 value) argument
2515 EAS_INT channel; local
2687 VMProgramChange(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 program) argument
2870 EAS_INT channel; local
3452 VMSetPitchBendRange(S_SYNTH *pSynth, EAS_INT channel, EAS_I16 pitchBendRange) argument
3776 VMGetMIDIControllers(S_SYNTH *pSynth, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCommonToken.as59 public static function createFromStream(input:CharStream, type:int, channel:int, start:int, stop:int):CommonToken {
62 token._channel = channel;
73 token._channel = oldToken.channel;
121 public function get channel():int {
125 public function set channel(channel:int):void {
126 _channel = channel;
167 if ( channel>0 ) {
168 channelStr=",channel="+channel;
[all...]
H A DCommonTokenStream.as31 * and tokens are prefiltered for a certain channel (the parser will only
32 * see these tokens and cannot change the filter channel number during the
45 /** Map<tokentype, channel> to override some Tokens' channel numbers */
51 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
52 protected var channel:int = TokenConstants.DEFAULT_CHANNEL;
65 public function CommonTokenStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
67 this.channel = channel;
75 channel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.m237 state.channel = _channel;
267 state.channel = _channel;
297 state.channel = _channel;
327 state.channel = _channel;
357 state.channel = _channel;
387 state.channel = _channel;
417 state.channel = _channel;
447 state.channel = _channel;
477 state.channel = _channel;
507 state.channel
[all...]
/external/c-ares/
H A Dahost.c67 ares_channel channel; local
116 status = ares_init(&channel);
128 ares_gethostbyaddr(channel, &addr4, sizeof(addr4), AF_INET, callback,
133 ares_gethostbyaddr(channel, &addr6, sizeof(addr6), AF_INET6, callback,
138 ares_gethostbyname(channel, *argv, addr_family, callback, *argv);
147 nfds = ares_fds(channel, &read_fds, &write_fds);
150 tvp = ares_timeout(channel, NULL, &tv);
152 ares_process(channel, &read_fds, &write_fds);
155 ares_destroy(channel);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc52 for (int channel = 0; channel < channels; ++channel) {
53 EXPECT_NEAR(x, static_cast<double>(signal[channel][n]), 25);
84 for (int channel = 0; channel < channels; ++channel) {
85 EXPECT_NEAR(attenuation_factor * ref_signal[channel][n],
86 signal[channel][n],
150 AudioMultiVector signal(1); // One channel
[all...]
H A Daudio_multi_vector.cc78 for (size_t channel = 0; channel < num_channels_; ++channel) {
80 // Set |source_ptr| to first element of this channel.
81 const int16_t* source_ptr = &append_this[channel];
84 source_ptr += num_channels_; // Jump to next element of this channel.
86 channels_[channel]->PushBack(temp_array, length_per_channel);
148 for (size_t channel = 0; channel < num_channels_; ++channel) {
[all...]
/external/webp/src/dsp/
H A Drescaler_mips32.c31 int channel; local
35 for (channel = 0; channel < x_stride; ++channel) {
36 const uint8_t* src1 = src + channel;
37 rescaler_t* frow = wrk->frow + channel;
41 int loop_c = x_out_max - channel;
90 int channel; local
94 for (channel = 0; channel < x_strid
[all...]
/external/webrtc/webrtc/p2p/base/
H A Ddtlstransportchannel.h26 // A bridge between a packet-oriented/channel-type interface on
30 explicit StreamInterfaceChannel(TransportChannel* channel);
86 // channel -- the TransportChannel we are wrapping
88 TransportChannelImpl* channel);
144 // Once DTLS has established (i.e., this channel is writable), this method
199 TransportChannelImpl* channel() { return channel_; } function in class:cricket::DtlsTransportChannelWrapper
202 void OnReadableState(TransportChannel* channel);
203 void OnWritableState(TransportChannel* channel);
204 void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
206 void OnSentPacket(TransportChannel* channel,
[all...]
H A Ddtlstransportchannel.cc44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel) argument
45 : channel_(channel),
93 TransportChannelImpl* channel)
94 : TransportChannelImpl(channel->transport_name(), channel->component()),
97 channel_(channel),
310 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel";
397 void DtlsTransportChannelWrapper::OnWritableState(TransportChannel* channel) { argument
399 ASSERT(channel == channel_);
401 << "DTLSTransportChannelWrapper: channel writabl
91 DtlsTransportChannelWrapper( Transport* transport, TransportChannelImpl* channel) argument
437 OnReceivingState(TransportChannel* channel) argument
449 OnReadPacket( TransportChannel* channel, const char* data, size_t size, const rtc::PacketTime& packet_time, int flags) argument
514 OnSentPacket( TransportChannel* channel, const rtc::SentPacket& sent_packet) argument
522 OnReadyToSend(TransportChannel* channel) argument
600 OnGatheringState( TransportChannelImpl* channel) argument
606 OnCandidateGathered( TransportChannelImpl* channel, const Candidate& c) argument
613 OnRoleConflict( TransportChannelImpl* channel) argument
619 OnRouteChange( TransportChannel* channel, const Candidate& candidate) argument
625 OnConnectionRemoved( TransportChannelImpl* channel) argument
[all...]
H A Dtransportcontroller.cc154 // Need to create a new channel.
156 TransportChannelImpl* channel = transport->CreateChannel(component); local
157 channel->SignalWritableState.connect(
159 channel->SignalReceivingState.connect(
161 channel->SignalGatheringState.connect(
163 channel->SignalCandidateGathered.connect(
165 channel->SignalRoleConflict.connect(
167 channel->SignalConnectionRemoved.connect(
169 channels_.insert(channels_.end(), RefCountedChannel(channel))->AddRef();
170 // Adding a channel coul
485 OnChannelWritableState_w(TransportChannel* channel) argument
493 OnChannelReceivingState_w(TransportChannel* channel) argument
498 OnChannelGatheringState_w( TransportChannelImpl* channel) argument
504 OnChannelCandidateGathered_w( TransportChannelImpl* channel, const Candidate& candidate) argument
521 OnChannelRoleConflict_w( TransportChannelImpl* channel) argument
540 OnChannelConnectionRemoved_w( TransportChannelImpl* channel) argument
[all...]
H A Ddtlstransport.h62 bool ApplyLocalTransportDescription(TransportChannelImpl* channel,
90 if (!channel->SetLocalCertificate(certificate_)) {
96 return Base::ApplyLocalTransportDescription(channel, error_desc);
201 DtlsTransportChannelWrapper* channel = new DtlsTransportChannelWrapper( variable
203 channel->SetSslMaxProtocolVersion(ssl_max_version_);
204 return channel;
207 void DestroyTransportChannel(TransportChannelImpl* channel) override {
210 static_cast<DtlsTransportChannelWrapper*>(channel);
211 TransportChannelImpl* base_channel = dtls_channel->channel();
223 bool ApplyNegotiatedTransportDescription(TransportChannelImpl* channel,
[all...]
/external/ImageMagick/Magick++/lib/Magick++/
H A DStatistic.h5 // Definition of channel moments.
28 // Destroy channel moments
37 // The channel
38 PixelChannel channel(void) const;
58 // Does object contain valid channel moments?
94 // Destroy channel perceptual hash
100 // The channel
101 PixelChannel channel(void) const;
103 // Does object contain valid channel perceptual hash?
142 // Destroy channel statistic
[all...]
/external/autotest/server/cros/network/
H A Dhostap_config.py16 # A mapping of frequency to channel number. This includes some
164 # tolerate HT40+ on channel 7 (not allowed in the US). We take the loose
187 """Returns the channel number associated with a given frequency.
191 @return int frequency associated with the channel.
198 def get_frequency_for_channel(channel):
199 """Returns the frequency associated with a given channel number.
201 @param value: int channel number.
203 @return int frequency in MHz associated with the channel.
207 if channel == channel_iter:
210 raise error.TestFail('Unknown channel valu
321 def channel(self): member in class:HostapConfig
327 def channel(self, value): member in class:HostapConfig
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m87 state.channel = _channel;
120 state.channel = _channel;
153 state.channel = _channel;
186 state.channel = _channel;
219 state.channel = _channel;
252 state.channel = _channel;
285 state.channel = _channel;
319 state.channel = _channel;
353 state.channel = _channel;
387 state.channel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m88 state.channel = _channel;
121 state.channel = _channel;
154 state.channel = _channel;
187 state.channel = _channel;
256 state.channel = _channel;
332 state.channel = _channel;
364 state.channel = _channel;
396 state.channel = _channel;
428 state.channel = _channel;
460 state.channel
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dvoe_base_impl.cc22 #include "webrtc/voice_engine/channel.h"
61 // Deliver callback (-1 <=> no channel dependency)
77 // Deliver callback (-1 <=> no channel dependency)
128 // No need to go through the APM, demultiplex the data to each VoE channel,
154 voe::Channel* channel_ptr = ch.channel();
412 if (channel_owner->channel()->SetEngineInformation(
419 "CreateChannel() failed to associate engine and channel."
420 " Destroying channel.");
422 channel_owner->channel()->ChannelId());
424 } else if (channel_owner->channel()
436 DeleteChannel(int channel) argument
463 StartReceive(int channel) argument
479 StopReceive(int channel) argument
495 StartPlayout(int channel) argument
519 StopPlayout(int channel) argument
539 StartSend(int channel) argument
563 StopSend(int channel) argument
796 AssociateSendChannel(int channel, int accociate_send_channel) argument
[all...]

Completed in 1514 milliseconds

1234567891011>>