HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 501 - 525 of 5269) sorted by null

<<21222324252627282930>>

  /external/srec/srec/cfront/
cheldsp4.c 222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame)
229 channel->frame_valid = False;
230 if (channel->frame_count >= channel->frame_delay)
234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim);
236 dd_regress(ddmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 44 * and tokens are prefiltered for a certain channel (the parser will only
45 * see these tokens and cannot change the filter channel number during the
63 /** <summary>Map<tokentype, channel> to override some Tokens' channel numbers</summary> */
69 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
70 protected int channel = TokenChannels.Default; field in class:Antlr.Runtime.LegacyCommonTokenStream
94 public LegacyCommonTokenStream(ITokenSource tokenSource, int channel)
96 this.channel = channel;
118 channel = TokenChannels.Default
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sock_rfc.h 32 bt_status_t btsock_rfc_listen(const char* name, const uint8_t* uuid, int channel,
35 int channel, int* sock_fd, int flags);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 49 // Returns the name of this channel.
53 // Returns the readable and states of this channel. Each time one of these
64 // Sets a socket option on this channel. Note that not all options are
68 // Returns the most recent error that occurred on this channel.
76 // Signalled each time a packet is received on this channel.
82 // defined, then the channel may give an address of 0.
86 // Invoked when the channel is being destroyed.
89 // Debugging description of this transport channel.
  /external/chromium_org/chrome/installer/linux/debian/
control.template 1 Source: @@PACKAGE@@-@@CHANNEL@@
8 Package: @@PACKAGE@@-@@CHANNEL@@
  /external/chromium_org/cloud_print/service/win/
service_listener.h 18 class Channel;
36 scoped_ptr<IPC::Channel> channel_;
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_source_provider_unittest.cc 43 audio_data[i] = sink_bus_->channel(i);
49 EXPECT_TRUE(sink_bus_->channel(0)[0] == 0);
72 EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(0)[0]);
73 EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(1)[0]);
88 EXPECT_GT(sink_bus_->channel(0)[0], 0);
89 EXPECT_GT(sink_bus_->channel(1)[0], 0);
90 EXPECT_DOUBLE_EQ(sink_bus_->channel(0)[0], sink_bus_->channel(1)[0]);
  /external/chromium_org/ipc/
ipc_switches.cc 15 // IPC channel the browser expects to use to communicate with it.
16 const char kProcessChannelID[] = "channel";
  /external/chromium_org/remoting/proto/
internal.proto 17 // Represents a message being sent on the control channel.
30 // Defines an event message on the event channel.
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
video-hls-controls.html 17 <source src="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8">
21 <a href="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8">Link directly to video</a>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
frametovalues.h 17 // Native functions to pack a RGBA frame into either a one channel grayscale buffer
18 // or a three channel RGB buffer.
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 63 * Implements the closing of this channel.
84 * Returns this channel's set of canceled selection keys.
91 * Registers {@code channel} with this selector.
94 * channel}.
96 * @return the key related to the channel and this selector.
98 protected abstract SelectionKey register(AbstractSelectableChannel channel,
102 * Deletes the key from the channel's key set.
105 ((AbstractSelectableChannel) key.channel()).deregister(key);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 85 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
92 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
93 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 85 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
92 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
93 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 85 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
92 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
93 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 135 /* First Channel */
144 /* Second Channel. This is exactly like the first channel, except that the
145 even samples are now filtered instead (lower channel). */
155 /*obtain polyphase components by forward all-pass filtering through each channel */
205 /* First Channel */
210 /* Second Channel. This is exactly like the first channel, except that the
211 even samples are now filtered instead (lower channel). */
217 /*obtain polyphase components by forward all-pass filtering through each channel */
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 39 * on a particular "channel". The parser tunes to a particular channel
40 * so that whitespace etc... can go to the parser on a "hidden" channel.
46 * Anything on different channel than DEFAULT_CHANNEL is not parsed
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.g 14 [$text, $type, $line, $pos, $index, $channel, $start, $stop]
t039labels.g 18 WS: ' '+ { $channel = HIDDEN };
t053heteroT1.g 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
t053heteroT10.g 20 WS : (' '|'\n') {$channel=HIDDEN;} ;
t053heteroT11.g 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
t053heteroT12.g 20 WS : (' '|'\n') {$channel=HIDDEN;} ;
t053heteroT2.g 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
t053heteroT3.g 19 WS : (' '|'\n') {$channel=HIDDEN;} ;

Completed in 563 milliseconds

<<21222324252627282930>>