Searched refs:channel (Results 326 - 350 of 1333) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/renderer/
H A Drender_thread_impl_browsertest.cc59 scoped_ptr<IPC::Channel> channel(
61 ASSERT_TRUE(channel->Connect());
98 scoped_ptr<IPC::Channel> channel(
100 ASSERT_TRUE(channel->Connect());
/external/chromium_org/media/base/
H A Daudio_fifo.cc71 float* dest = audio_bus_->channel(ch);
72 const float* src = source->channel(ch);
110 float* dest = destination->channel(ch);
111 const float* src = audio_bus_->channel(ch);
H A Dmulti_channel_resampler.h18 // MultiChannelResampler is a multi channel wrapper for SincResampler; allowing
56 // each channel (in channel order) as SincResampler needs more data.
57 void ProvideInput(int channel, int frames, float* destination);
62 // Each channel has its own high quality resampler.
68 // To avoid a memcpy() on the first channel we create a wrapped AudioBus where
69 // the first channel points to the |destination| provided to ProvideInput().
H A Daudio_hash_unittest.cc23 // Fill each channel in each bus with unique data.
33 // Since FakeAudioRenderCallback generates only a single channel of unique
34 // audio data, we need to fill each channel manually.
36 wrapped_bus->SetChannelData(0, audio_bus->channel(ch));
68 std::swap(bus_one_->channel(0)[0], bus_one_->channel(0)[1]);
76 // Ensure channel order matters to the hash.
81 // Reverse channel order for the same sample data.
86 swapped_ch_bus->SetChannelData(channels - (i + 1), bus_one_->channel(i));
137 half_bus->SetChannelData(i, bus_one_->channel(
149 float* channel = bus_one_->channel(0); local
[all...]
/external/chromium_org/mojo/embedder/
H A Dchannel_init.h26 // |ChannelInit| handles creation (and destruction) of the Mojo channel. It is
33 // Initializes the channel. This takes ownership of |file|. Returns the
34 // primordial MessagePipe for the channel.
39 // Notifies the channel that we (hence it) will soon be destroyed.
43 // Invoked on the thread on which this object lives once the channel has been
45 // since we want to destroy the channel even if we're destroyed.)
48 ChannelInfo* channel);
52 // If non-null the channel has been established.
/external/chromium_org/ppapi/api/
H A Dppb_media_stream_video_track.idl14 [channel=dev] M34 = 0.1,
16 [channel=dev] M36 = 1.0
/external/chromium_org/remoting/protocol/
H A Daudio_reader.cc34 reader_.Init(channel(), base::Bind(&AudioReader::OnNewData,
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannelEvent.h42 RTCDataChannel* channel() const;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioFIFO.cpp62 float* destinationData = destination->channel(channelIndex)->mutableData();
63 const float* sourceData = m_fifoAudioBus->channel(channelIndex)->data();
99 float* destination = m_fifoAudioBus->channel(channelIndex)->mutableData();
100 const float* source = sourceBus->channel(channelIndex)->data();
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DMediaStreamWebAudioSource.cpp62 // Wrap the AudioBus channel data using WebVector.
66 webAudioData[i] = bus->channel(i)->mutableData();
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h53 // the TransportChannel is signalled to tear-down. Once the channel is
81 // Call this when the Session used to create this channel is being torn
109 void OnChannelDestroyed(TransportChannel* channel);
112 void OnChannelWritableState(TransportChannel* channel);
113 void OnChannelRead(TransportChannel* channel, const char* data, size_t size,
115 void OnChannelConnectionChanged(TransportChannel* channel,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.h75 #define GET_CHANNEL_SRC( reg, channel ) ((reg<<(channel*4)) & (0xf<<20))
76 #define CHANNEL_SRC( src, channel ) (src>>(channel*4))
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dopus_test.h34 void Run(TestPackStereo* channel, int channels, int bitrate, int frame_length,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.cc48 for (size_t channel = 0; channel < Channels(); ++channel) {
49 channels_[channel]->InsertZerosAt(length, position);
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_base.h15 // - Connect a video channel with a corresponding voice channel for audio/video
165 // Creates a new channel.
168 // Creates a new channel grouped together with |original_channel|. The channel
169 // can both send and receive video. It is assumed the channel is sending
176 // Creates a new channel grouped together with |original_channel|. The channel
182 // Deletes an existing channel and releases the utilized resources.
188 virtual int RegisterCpuOveruseObserver(int channel,
202 RegisterSendSideDelayObserver( int channel, SendSideDelayObserver* observer) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h75 #define GET_CHANNEL_SRC( reg, channel ) ((reg<<(channel*4)) & (0xf<<20))
76 #define CHANNEL_SRC( src, channel ) (src>>(channel*4))
/external/ppp/pppd/
H A Dpppox.c29 static struct channel pppox_channel = {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.h25 int channel; member in struct:ap_info
/external/wpa_supplicant_8/src/ap/
H A Dap_list.h25 int channel; member in struct:ap_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.h25 int channel; member in struct:ap_info
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm41 has 'channel' => (
71 $self->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL);
81 # is there a channel override for token type?
83 my $channel = $self->channel_override_map->{$t->get_type()};
84 if (defined $channel) {
85 $t->set_channel($channel);
91 } elsif ($self->discard_off_channel_tokens && $t->get_channel() != $self->channel) {
104 # leave p pointing at first token on channel
122 while ($i < $n && $self->tokens->[$i]->get_channel() != $self->channel) {
132 while ($i >= 0 && $self->tokens->[$i]->get_channel() != $self->channel) {
[all...]
/external/chromium_org/media/blink/
H A Dwebaudiosourceprovider_impl_unittest.cc74 if (memcmp(bus1->channel(ch), bus2->channel(ch),
75 sizeof(*bus1->channel(ch)) * bus1->frames()) != 0) {
165 audio_data[i] = bus1->channel(i);
168 bus1->channel(0)[0] = 1;
178 bus1->channel(0)[0] = 1;
187 bus1->channel(0)[0] = 1;
210 bus1->channel(0)[0] = 1;
234 bus1->channel(0)[0] = 1;
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py181 platform, channel, version, date/time\n
249 history = [(platform, channel, version, date)
250 for platform, channel, version, date in csv.reader(url_stream)]
253 # os,channel,version,timestamp
385 A tuple (version, channel, archives). The version is a string such as
386 "19.0.1084.41". The channel is one of ('stable', 'beta', or 'dev').
403 A tuple (version, channel, archives). The version is a string such as
404 "trunk.123456". The channel is always 'canary'. |archives| is a list of
451 shared_version_generator: A generator that will yield (version, channel)
454 A tuple (version, channel, archive
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c60 return desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT ? TRUE : FALSE;
127 /* Find the first non-void channel. */
132 return desc->channel[i].pure_integer ? TRUE : FALSE;
145 return (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
158 return (desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[cha
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c60 return desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT ? TRUE : FALSE;
127 /* Find the first non-void channel. */
132 return desc->channel[i].pure_integer ? TRUE : FALSE;
145 return (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
158 return (desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[cha
[all...]

Completed in 5347 milliseconds

<<11121314151617181920>>