Searched refs:channel (Results 376 - 400 of 1333) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/api/
H A Dppb_video_frame.idl13 [channel=dev] M34 = 0.1,
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc57 DCHECK(channel());
58 return channel()->TakeClientFileDescriptor();
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DWaveShaperProcessor.cpp90 // For each channel of our input, process using the corresponding WaveShaperDSPKernel into the output channel.
92 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->mutableData(), framesToProcess);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFKernel.h53 // The length of channel must be a power of two.
54 static PassRefPtr<HRTFKernel> create(AudioChannel* channel, size_t fftSize, float sampleRate) argument
56 return adoptRef(new HRTFKernel(channel, fftSize, sampleRate));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETurbulence.h123 float noise2D(int channel, PaintingData&, StitchData&, const FloatPoint&);
124 unsigned char calculateTurbulenceValueForPoint(int channel, PaintingData&, StitchData&, const FloatPoint&, float, float);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc41 SocketMonitor::SocketMonitor(TransportChannel* channel, argument
44 channel_ = channel;
/external/chromium_org/third_party/webrtc/test/channel_transport/include/
H A Dchannel_transport.h26 VoiceChannelTransport(VoENetwork* voe_network, int channel);
45 // Specifies the destination port and IP address for a specified channel.
57 VideoChannelTransport(ViENetwork* vie_network, int channel);
76 // Specifies the destination port and IP address for a specified channel.
/external/chromium_org/tools/
H A Domahaproxy.py8 Scrapes Chrome channel information and prints out the requested nugget of
29 # Iterate to find out valid values for OS, channel, and field options.
39 if field == 'channel':
40 channels.add(version['channel'])
50 'Print out information about a particular Chrome channel.')
58 parser.add_option('-c', '--channel',
61 help='The channel of interest: %s '
76 if version['channel'] != opts.channel:
86 opts.field, opts.os, opts.channel)
[all...]
/external/qemu/include/hw/android/goldfish/
H A Dpipe.h21 * A goldfish pipe is a very fast communication channel between the guest
153 #define PIPE_REG_CHANNEL 0x08 /* read/write: channel id */
162 #define PIPE_REG_CHANNEL_HIGH 0x30 /* read/write: high 32 bit channel id */
166 #define PIPE_CMD_OPEN 1 /* open new channel */
167 #define PIPE_CMD_CLOSE 2 /* close channel (from guest) */
201 uint32_t channel; member in struct:access_params
211 uint64_t channel; member in struct:access_params_64
/external/replicaisland/src/com/replica/replicaisland/
H A DButtonAnimationComponent.java78 public void setChannel(ChannelSystem.Channel channel) { argument
79 mChannel = channel;
/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf134 # channel will need to be configured separately with iwconfig.
136 # If CONFIG_ACS build option is enabled, the channel can be selected
137 # automatically at run time by setting channel=acs_survey or channel=0, both of
139 channel=1
149 # driver) on each available channel for given hw_mode. Increasing this value
150 # means sacrificing startup time and gathering more data wrt channel
151 # interference that may help choosing a better channel. This can also help fine
158 # provided channels when a channel should be automatically selected. This
162 # Default: not set (allow any enabled channel t
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.h42 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel);
50 int secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.h42 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel);
50 int secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.h42 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel);
50 int secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel);
/external/chromium_org/mojo/system/
H A Ddispatcher.cc46 Channel* channel,
50 dispatcher->StartSerialize(channel, max_size, max_platform_handles);
56 Channel* channel,
62 channel, destination, actual_size, platform_handles);
67 Channel* channel,
78 MessagePipeDispatcher::Deserialize(channel, source, size));
87 channel, source, size, platform_handles));
90 channel, source, size, platform_handles));
395 void Dispatcher::StartSerializeImplNoLock(Channel* /*channel*/,
405 Channel* /*channel*/,
44 StartSerialize( Dispatcher* dispatcher, Channel* channel, size_t* max_size, size_t* max_platform_handles) argument
54 EndSerializeAndClose( Dispatcher* dispatcher, Channel* channel, void* destination, size_t* actual_size, embedder::PlatformHandleVector* platform_handles) argument
66 Deserialize( Channel* channel, int32_t type, const void* source, size_t size, embedder::PlatformHandleVector* platform_handles) argument
443 StartSerialize(Channel* channel, size_t* max_size, size_t* max_platform_handles) argument
454 EndSerializeAndClose( Channel* channel, void* destination, size_t* actual_size, embedder::PlatformHandleVector* platform_handles) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c460 if(input_desc->channel[0].size & 7)
468 if(memcmp(&input_desc->channel[i], &input_desc->channel[0], sizeof(input_desc->channel[0])))
474 if(memcmp(&output_desc->channel[i], &output_desc->channel[0], sizeof(output_desc->channel[0])))
508 switch(input_desc->channel[0].type)
513 emit_load_sse2(p, dataXMM, src, input_desc->channel[0].size * input_desc->nr_channels >> 3);
516 switch(input_desc->channel[
[all...]
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c460 if(input_desc->channel[0].size & 7)
468 if(memcmp(&input_desc->channel[i], &input_desc->channel[0], sizeof(input_desc->channel[0])))
474 if(memcmp(&output_desc->channel[i], &output_desc->channel[0], sizeof(output_desc->channel[0])))
508 switch(input_desc->channel[0].type)
513 emit_load_sse2(p, dataXMM, src, input_desc->channel[0].size * input_desc->nr_channels >> 3);
516 switch(input_desc->channel[
[all...]
/external/chromium_org/chrome/browser/copresence/
H A Dchrome_whispernet_client_browsertest.cc42 buffer_view[di] = source->channel(ch)[si];
94 // Convert our single channel samples to two channel. Decode samples
95 // expects 2 channel data.
98 memcpy(samples_bus->channel(0),
99 saved_samples_->channel(0),
101 memcpy(samples_bus->channel(1),
102 saved_samples_->channel(0),
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.cc114 GpuChannelHost* channel,
116 return new StreamTextureFactoryImpl(context_provider, channel, frame_id);
121 GpuChannelHost* channel,
124 channel_(channel),
126 DCHECK(channel);
112 Create( const scoped_refptr<cc::ContextProvider>& context_provider, GpuChannelHost* channel, int frame_id) argument
119 StreamTextureFactoryImpl( const scoped_refptr<cc::ContextProvider>& context_provider, GpuChannelHost* channel, int frame_id) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc24 virtual void OnIncomingCSRCChanged(int channel, argument
27 virtual void OnIncomingSSRCChanged(int channel,
44 void TestRtpObserver::OnIncomingSSRCChanged(int channel, argument
47 sprintf(msg, "\n=> OnIncomingSSRCChanged(channel=%d, SSRC=%u)\n", channel,
61 void OnApplicationDataReceived(int channel,
80 // We need a second channel for this test, so set it up.
108 const int /*channel*/, unsigned char sub_type,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c125 const unsigned width = format_desc->channel[chan].size;
131 switch(format_desc->channel[chan].type) {
159 if(format_desc->channel[chan].normalized)
188 if (format_desc->channel[chan].size < type.width) {
189 unsigned bits = type.width - format_desc->channel[chan].size;
200 if (format_desc->channel[chan].normalized) {
201 double scale = 1.0 / ((1 << (format_desc->channel[chan].size - 1)) - 1);
230 double scale = 1.0 / ((1 << (format_desc->channel[chan].size/2)) - 1);
326 (format_desc->channel[0].type != UTIL_FORMAT_TYPE_FLOAT ||
327 format_desc->channel[
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc49 for (size_t channel = 0; channel < num_channels_; ++channel) {
50 int16_t* input_channel = &input_vector[channel][0];
51 int16_t* expanded_channel = &expanded_[channel][0];
59 int16_t* external_mute_factor = &external_mute_factor_array[channel];
61 (*external_mute_factor * expand_->MuteFactor(channel)) >> 14;
69 if (channel == 0) {
71 // master (i.e., first) channel only.
123 if (channel
[all...]
/external/lldb/source/Commands/
H A DCommandObjectLog.cpp56 "Enable logging for a single log channel.",
188 result.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_str());
192 std::string channel(args.GetArgumentAtIndex(0));
193 args.Shift (); // Shift off the channel
199 bool success = m_interpreter.GetDebugger().EnableLog (channel.c_str(),
239 "Disable one or more log channel categories.",
277 result.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_str());
283 std::string channel(args.GetArgumentAtIndex(0));
284 args.Shift (); // Shift off the channel
285 if (Log::GetLogChannelCallbacks (ConstString(channel
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c125 const unsigned width = format_desc->channel[chan].size;
131 switch(format_desc->channel[chan].type) {
159 if(format_desc->channel[chan].normalized)
188 if (format_desc->channel[chan].size < type.width) {
189 unsigned bits = type.width - format_desc->channel[chan].size;
200 if (format_desc->channel[chan].normalized) {
201 double scale = 1.0 / ((1 << (format_desc->channel[chan].size - 1)) - 1);
230 double scale = 1.0 / ((1 << (format_desc->channel[chan].size/2)) - 1);
326 (format_desc->channel[0].type != UTIL_FORMAT_TYPE_FLOAT ||
327 format_desc->channel[
[all...]
/external/qemu/telephony/
H A Dremote_call.c107 SysChannel channel; member in struct:RemoteCallRec
135 if ( call->channel ) {
136 sys_channel_close( call->channel );
137 call->channel = NULL;
209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port );
210 if (rcall->channel == NULL) {
211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port);
216 sys_channel_on( rcall->channel, SYS_EVENT_WRITE, remote_call_event, rcall );
277 /* simply drain the channel */
279 int n = sys_channel_read( call->channel, tem
[all...]

Completed in 8337 milliseconds

<<11121314151617181920>>