Searched defs:channel (Results 376 - 400 of 602) sorted by relevance

<<11121314151617181920>>

/external/srec/srec/include/
H A Dsample.h190 /* The channel object here is the set of data streams used in making frames.
191 IN CA, it is convenient to store channel as part of CA_Wave (wave_info).
193 front_channel *channel; member in struct:__anon31131
/external/webp/src/utils/
H A Drescaler.c23 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;
29 ImportRowC(WebPRescaler* const wrk, const uint8_t* const src, int channel) argument
95 ImportRowMIPS(WebPRescaler* const wrk, const uint8_t* const src, int channel) argument
313 int channel; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java542 public void setTokenTypeChannel(int ttype, int channel) { argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc50 // Since we have 2 ports for every channel, we just index channels by half the
59 // Change even to odd and vice versa, to get the other side of a given channel.
152 // Sanity checks to make sure our channel<->port converters are correct.
236 // Only include the TLS channel ID for externally connected web pages.
315 // If the target requests the TLS channel id, begin the lookup for it.
318 // messages awaiting TLS channel ID first.
381 scoped_ptr<MessageChannel> channel(new MessageChannel());
382 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
398 // Abandon the channel.
405 channel
503 AddChannel(MessageChannel* channel, int receiver_port_id) argument
534 MessageChannel* channel = channel_iter->second; local
644 DispatchMessage(int source_port_id, MessageChannel* channel, const Message& message) argument
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_manager.cc124 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
125 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
126 channel == chrome::VersionInfo::CHANNEL_BETA) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc334 // Don't show version label on the stable channel by default.
336 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
337 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
338 channel == chrome::VersionInfo::CHANNEL_BETA) {
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc167 // Sets the channel_ member of this instance according to a base channel value
287 // Returns the multi channel modifiers for a given installation type.
320 Channel channel,
326 Channel channel,
429 Channel channel,
444 channels = &kChromeFrameChannels[0]; // SxS GCF has its own channel names.
449 state->SetChannel(channels[channel], channel_modifiers);
479 Channel channel,
498 install_level, channel, vehicle, &prod_state);
505 install_level, channel, vehicl
425 MakeProductState( BrowserDistribution::Type prod_type, InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeProductState* state) argument
476 MakeMachineState( InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeInstallationState* state) argument
[all...]
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc51 PluginChannel* channel,
55 : channel_(channel),
50 WebPluginProxy( PluginChannel* channel, int route_id, const GURL& page_url, int host_render_view_routing_id) argument
/external/chromium_org/ipc/
H A Dipc_sync_channel.cc416 scoped_ptr<SyncChannel> channel = local
418 channel->Init(channel_handle, mode, create_pipe_now);
419 return channel.Pass();
429 scoped_ptr<SyncChannel> channel = local
431 channel->Init(factory.Pass(), create_pipe_now);
432 return channel.Pass();
/external/chromium_org/media/filters/
H A Daudio_renderer_algorithm_unittest.cc62 int half_pulse_width, int offset, int channel, AudioBus* audio_bus) {
64 audio_bus->channel(channel));
151 if (audio_data->channel(ch)[i] != 0.0f)
299 const float* pulse_ch = pulse_buffer->channel(m);
305 << " channel/sample " << m << "/" << k;
479 float* ch_left = a->channel(0);
480 float* ch_right = a->channel(1);
491 // Check if the energy of candidate blocks of each channel computed correctly.
497 // Left (first) channel
61 FillWithSquarePulseTrain( int half_pulse_width, int offset, int channel, AudioBus* audio_bus) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dipc_unittest.cc25 // Calculate the start of the first channel.
43 ChannelControl& channel = client_control->channels[ix]; local
44 channel.channel_base = base_start;
45 channel.state = kFreeChannel;
48 channel.ping_event = ::CreateEventW(NULL, FALSE, FALSE, NULL);
49 channel.pong_event = ::CreateEventW(NULL, FALSE, signaled, NULL);
57 ChannelControl& channel = client_control->channels[ix]; local
58 ::CloseHandle(channel.ping_event);
59 ::CloseHandle(channel.pong_event);
65 // 5 channnels and the offset to the first channel i
399 FakeOkAnswerInChannel(void* channel) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.cpp566 RTCDataChannel* channel = RTCDataChannel::create(executionContext(), this, m_peerHandler.get(), label, init, exceptionState); local
569 m_dataChannels.append(channel);
570 return channel;
693 RTCDataChannel* channel = RTCDataChannel::create(executionContext(), this, adoptPtr(handler));
694 m_dataChannels.append(channel);
696 scheduleDispatchEvent(RTCDataChannelEvent::create(EventTypeNames::datachannel, false, false, channel));
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioBus.cpp71 PassOwnPtr<AudioChannel> channel = allocate ? adoptPtr(new AudioChannel(length)) : adoptPtr(new AudioChannel(0, length)); local
72 m_channels.append(channel);
81 channel(channelIndex)->set(storage, length);
82 m_length = length; // FIXME: verify that this length matches all the other channel lengths
104 // For now we only support canonical channel layouts...
111 return channel(0);
116 case ChannelLeft: return channel(0);
117 case ChannelRight: return channel(1);
123 case ChannelLeft: return channel(0);
124 case ChannelRight: return channel(
200 const AudioChannel* channel = this->channel(i); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp230 static ALWAYS_INLINE unsigned char clampRGBAValue(float channel, unsigned char max = 255) argument
232 if (channel <= 0)
234 if (channel >= max)
236 return channel;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSharedWorkerImpl.cpp328 void WebSharedWorkerImpl::connectTask(ExecutionContext* context, PassOwnPtr<WebMessagePortChannel> channel) argument
330 // Wrap the passed-in channel in a MessagePort, and send it off via a connect event.
332 port->entangle(channel);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h79 // Creates a voice media channel. Returns NULL on failure.
81 // Creates a video media channel, paired with the specified voice channel.
201 virtual VideoMediaChannel *CreateVideoChannel(VoiceMediaChannel* channel) { argument
202 return video_.CreateChannel(channel);
297 // If you need this to return an actual channel, use FakeMediaEngine instead.
342 // If you need this to return an actual channel, use FakeMediaEngine instead.
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine_unittest.cc163 // The first send stream to occupy the default channel.
198 // The first send stream to occupy the default channel.
342 // Tests that we can create and destroy a channel.
395 // Since it's exact same codec which is already set, media channel shouldn't
732 // Test that RTX packets are routed to the default video channel if
737 // Setup one channel with an associated RTX stream.
755 // right WebRTC channel.
768 // Test that RTX packets are routed to the correct video channel.
791 // right WebRTC channel.
806 // Test that channel connect
2360 cricket::VideoMediaChannel* channel = engine_.CreateChannel(NULL); local
[all...]
H A Dwebrtcvoiceengine.h40 #include "talk/session/media/channel.h"
154 virtual void Process(int channel,
164 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
165 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
168 void RegisterSoundclip(WebRtcSoundclipMedia *channel);
169 void UnregisterSoundclip(WebRtcSoundclipMedia *channel);
211 virtual void CallbackOnError(int channel, int errCode);
217 WebRtcVoiceMediaChannel** channel,
296 // WebRtcMediaChannel is a class that implements the common WebRtc channel
301 WebRtcMediaChannel(E *engine, int channel) argument
309 SendPacket(int channel, const void *data, int len) argument
317 SendRTCPPacket(int channel, const void *data, int len) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc424 void TunnelSession::OnChannelClosed(PseudoTcpChannel* channel) { argument
425 ASSERT(channel_ == channel);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h131 unsigned size:9; /**< bits per channel */
178 * Input channel description.
182 struct util_format_channel_description channel[4]; member in struct:util_format_description
185 * Output channel swizzle.
553 * Checks if color mask covers every channel for the specified format
634 if(desc->channel[chan].type != UTIL_FORMAT_TYPE_UNSIGNED &&
635 desc->channel[chan].type != UTIL_FORMAT_TYPE_VOID)
637 if(desc->channel[chan].size != 8)
770 return desc->channel[0].size;
772 return desc->channel[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_filters.c152 VGImageChannel channel = (VGImageChannel)(user_data); local
155 switch(channel) {
169 debug_assert(!"Unknown color channel");
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1162 EXPECT_EQ(&mock_channel_, stub_.channel());
1166 MockRpcChannel* channel = new MockRpcChannel; local
1168 channel->destroyed_ = &destroyed;
1171 unittest::TestService::Stub owning_stub(channel,

Completed in 666 milliseconds

<<11121314151617181920>>