HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 251 - 275 of 2014) sorted by null

<<11121314151617181920>>

  /external/srec/srec/include/
front.h 80 * Contains the data storage points associated with a channel.
229 int make_frame(front_channel *channel, front_wave *waveobj,
239 void load_samples(front_channel *channel, int window_length,
241 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
244 void cepstrum_params(front_channel *channel, front_wave *waveobj,
246 int make_std_frame(front_channel *channel, front_cep *cepobj,
248 int purge_std_frames(front_channel *channel, front_cep *cepobj,
268 void delete_channel_object(front_channel *channel);
269 void setup_channel_object(front_channel *channel, front_wave *waveobj,
271 void clear_channel_object(front_channel *channel);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 44 * This class cache Bluetooth device name and channel locally. Its a temp
118 Integer channel = null; local
120 channel = mChannels.get(key);
122 " as " + channel);
124 return (channel != null) ? channel : -1;
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
139 + channel);
140 if (channel != getChannel(remoteDevice, uuid)) {
143 ed.putInt(key, channel);
    [all...]
  /external/libxml2/
error.c 174 xmlGenericErrorFunc channel, void *data ) {
206 channel(data ,"%s\n", content);
218 channel(data ,"%s\n", content);
244 xmlGenericErrorFunc channel, void *data)
259 if (channel == NULL) {
260 channel = xmlGenericError;
288 channel(data, "%s:%d: ", input->filename, input->line);
290 channel(data, "Entity: line %d: ", input->line);
294 channel(data, "%s:%d: ", file, line);
299 channel(data, "Entity: line %d: ", line)
    [all...]
  /frameworks/av/media/libmedia/
SoundPool.cpp 97 void SoundPool::addToRestartList(SoundChannel* channel)
101 mRestart.push_back(channel);
106 void SoundPool::addToStopList(SoundChannel* channel)
110 mStop.push_back(channel);
130 SoundChannel* channel; local
131 ALOGV("Getting channel from stop list");
133 channel = *iter;
136 if (channel != 0) {
138 channel->stop();
145 SoundChannel* channel; local
247 SoundChannel* channel; local
283 SoundChannel* channel = NULL; local
324 SoundChannel* channel = findChannel(channelID); local
335 SoundChannel* channel = &mChannelPool[i]; local
344 SoundChannel* channel = findChannel(channelID); local
355 SoundChannel* channel = &mChannelPool[i]; local
364 SoundChannel* channel = findChannel(channelID); local
377 SoundChannel* channel = findChannel(channelID); local
387 SoundChannel* channel = findChannel(channelID); local
397 SoundChannel* channel = findChannel(channelID); local
407 SoundChannel* channel = findChannel(channelID); local
694 SoundChannel* channel = static_cast<SoundChannel*>((void *)((unsigned long)user & ~1)); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 46 // Proxies calls between the client and the transport channel implementation.
88 // Catch signals from the implementation channel. These just forward to the
90 void OnReadableState(TransportChannel* channel);
91 void OnWritableState(TransportChannel* channel);
92 void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
94 void OnReadyToSend(TransportChannel* channel);
95 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
dtlstransportchannel.h 43 // A bridge between a packet-oriented/channel-type interface on
48 StreamInterfaceChannel(talk_base::Thread* owner, TransportChannel* channel)
49 : channel_(channel),
119 // channel -- the TransportChannel we are wrapping
121 TransportChannelImpl* channel);
175 // Once DTLS has established (i.e., this channel is writable), this method
228 TransportChannelImpl* channel() { return channel_; } function in class:cricket::DtlsTransportChannelWrapper
231 void OnReadableState(TransportChannel* channel);
232 void OnWritableState(TransportChannel* channel);
233 void OnReadPacket(TransportChannel* channel, const char* data, size_t size
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 62 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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 62 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/chromium_org/third_party/libxml/src/
error.c 174 xmlGenericErrorFunc channel, void *data ) {
206 channel(data ,"%s\n", content);
218 channel(data ,"%s\n", content);
244 xmlGenericErrorFunc channel, void *data)
259 if (channel == NULL) {
260 channel = xmlGenericError;
288 channel(data, "%s:%d: ", input->filename, input->line);
290 channel(data, "Entity: line %d: ", input->line);
294 channel(data, "%s:%d: ", file, line);
296 channel(data, "Entity: line %d: ", line)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 516 static int macsec_qca_get_receive_lowest_pn(void *priv, u32 channel, u8 an,
525 ret += nss_macsec_secy_rx_sa_next_pn_get(drv->secy_id, channel, an,
527 ret += nss_macsec_secy_rx_sc_replay_protect_get(drv->secy_id, channel,
530 channel, &win);
543 static int macsec_qca_get_transmit_next_pn(void *priv, u32 channel, u8 an,
549 ret += nss_macsec_secy_tx_sa_next_pn_get(drv->secy_id, channel, an,
558 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn)
563 ret += nss_macsec_secy_tx_sa_next_pn_set(drv->secy_id, channel, an,
572 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel)
586 *channel = sc_ch
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 64 virtual void OnPeriodicDeadOrAlive(int channel, bool alive);
71 void ConnectionObserver::OnPeriodicDeadOrAlive(int channel, bool alive)
74 str.Format(_T("OnPeriodicDeadOrAlive(channel=%d) => alive=%d"), channel, alive);
82 void CWinTestDlg::CallbackOnError(int channel, int errCode)
87 str.Format(_T("[#%d] CallbackOnError(channel=%d) => errCode = %d"), _nErrorCallbacks, channel, errCode);
132 void CWinTestDlg::OnIncomingCSRCChanged(int channel, unsigned int CSRC, bool added)
135 str.Format(_T("OnIncomingCSRCChanged(channel=%d) => CSRC=%u, added=%d"), channel, CSRC, added)
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channel,
76 int (*delete_receive_sc)(void *ctx, u32 channel);
77 int (*create_receive_sa)(void *ctx, u32 channel, u8 an, u32 lowest_pn,
79 int (*enable_receive_sa)(void *ctx, u32 channel, u8 an);
80 int (*disable_receive_sa)(void *ctx, u32 channel, u8 an);
81 int (*get_available_transmit_sc)(void *ctx, u32 *channel);
    [all...]
  /external/chromium_org/media/base/
audio_bus_unittest.cc 41 // Verify values for each channel in |result| are within |epsilon| of
51 ASSERT_FLOAT_EQ(expected->channel(ch)[i], result->channel(ch)[i]);
53 ASSERT_NEAR(expected->channel(ch)[i], result->channel(ch)[i],
60 // Verify values for each channel in |result| against |expected|.
65 // Read and write to the full extent of the allocated channel data. Also test
71 bus->channel(i)) & (AudioBus::kChannelAlignment - 1));
72 std::fill(bus->channel(i), bus->channel(i) + bus->frames(), i)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
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 */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
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 */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
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 */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 59 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...]
CommonTokenStream.as 31 * 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 = TokenConstants.DEFAULT_CHANNEL
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.m 237 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 = _channel
    [all...]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_main.cc 135 struct NaClDescImcDesc* channel = local
136 static_cast<struct NaClDescImcDesc*>(malloc(sizeof *channel));
137 if (channel == NULL) {
141 if (!NaClDescImcDescCtor(channel, handle)) {
159 ssize_t error = (*NACL_VTBL(NaClDesc, channel)->SendMsg)(
160 reinterpret_cast<struct NaClDesc*>(channel), &hdr, 0);
164 return reinterpret_cast<struct NaClDesc*>(channel);
193 ::scoped_ptr<struct NaClDesc, NaClDescUnrefer> channel(
196 if (!channel) {
197 LOG(ERROR) << "MainStart: Failed to set up bootstrap channel."
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
generate_docs.py 46 channel = version_row['channel']
48 if channel == 'canary':
56 if channel in channel_info:
57 existing_info = channel_info[channel]
60 'channel %s: %s vs %s. Using %s.\n' % (
61 channel, branch, existing_info.branch, existing_info.branch))
63 channel_info[channel] = ChannelInfo(branch, version)
191 def RunRstIndex(kind, channel, pepper_version, out_dirname, out_rst_filename):
196 '--channel', channel
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 23 const uint8_t* const src, int channel) = NULL;
30 const uint8_t* const src, int channel) {
33 int x_in = channel;
38 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
54 int left = src[channel], right = src[channel];
55 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
67 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
96 const uint8_t* const src, int channel) {
102 int* frow = wrk->frow + channel;
313 int channel; local
    [all...]
  /external/webp/src/utils/
rescaler.c 23 const uint8_t* const src, int channel) = NULL;
30 const uint8_t* const src, int channel) {
33 int x_in = channel;
38 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
54 int left = src[channel], right = src[channel];
55 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
67 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
96 const uint8_t* const src, int channel) {
102 int* frow = wrk->frow + channel;
313 int channel; local
    [all...]
  /external/srec/srec/cfront/
spec_anl.c 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
64 (Q2 - 1) *(channel->mel_dim + 1), sizeof(cepdata));
65 channel->shift = 0;
71 preemph(channel->prebuff, freqobj->window_length, income, num_samples,
72 waveobj->pre_mel, &channel->lastx);
76 write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAVE_SHIFT));
83 channel->shift += place_sample_data(&freqobj->fft, channel->prebuff
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.py 22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0]
32 text, type, line, pos, index, channel, start, stop = lexer.properties[1]
38 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[1]
42 text, type, line, pos, index, channel, start, stop = lexer.properties[2]
48 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[2]

Completed in 3436 milliseconds

<<11121314151617181920>>