Searched refs:channel (Results 351 - 375 of 1333) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture.c241 if (desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED ||
242 ((desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED ||
243 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED) &&
244 (!desc->channel[i].normalized ||
245 desc->channel[i].pure_integer))) {
252 if (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED) {
259 uniform = uniform && desc->channel[0].size == desc->channel[i].size;
266 if (desc->channel[0].size == 5 &&
267 desc->channel[
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c241 if (desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED ||
242 ((desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED ||
243 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED) &&
244 (!desc->channel[i].normalized ||
245 desc->channel[i].pure_integer))) {
252 if (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED) {
259 uniform = uniform && desc->channel[0].size == desc->channel[i].size;
266 if (desc->channel[0].size == 5 &&
267 desc->channel[
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dhetero-nodes.rb24 WS : (' '|'\n') {$channel=HIDDEN;} ;
43 WS : (' '|'\n') {$channel=HIDDEN;} ;
62 WS : (' '|'\n') {$channel=HIDDEN;} ;
81 WS : (' '|'\n') {$channel=HIDDEN;} ;
101 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
141 WS : (' '|'\n') {$channel=HIDDEN;} ;
161 WS : (' '|'\n') {$channel=HIDDEN;} ;
181 WS : (' '|'\n') {$channel=HIDDEN;} ;
214 WS : (' '|'\n') {$channel
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc17 #include "webrtc/voice_engine/channel.h"
335 int VoEAudioProcessingImpl::SetRxNsStatus(int channel, argument
338 LOG_API3(channel, enable, mode);
345 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
346 voe::Channel* channelPtr = ch.channel();
349 "SetRxNsStatus() failed to locate channel");
360 int VoEAudioProcessingImpl::GetRxNsStatus(int channel, argument
364 "GetRxNsStatus(channel=%d, enable=?, mode=?)", channel);
371 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
386 SetRxAgcStatus(int channel, bool enable, AgcModes mode) argument
413 GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) argument
439 SetRxAgcConfig(int channel, AgcConfig config) argument
464 GetRxAgcConfig(int channel, AgcConfig& config) argument
765 RegisterRxVadObserver( int channel, VoERxVadCallback& observer) argument
784 DeRegisterRxVadObserver(int channel) argument
802 VoiceActivityIndicator(int channel) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfeatures_bundle.py99 unspecified platform and channel data. |feature_values| is then filtered
112 # If 'extension_types' or 'channel' is unspecified, these values should
121 inherit_channel = 'channel' not in value
122 channel = value.get('channel')
152 if inherit_channel and dep and 'channel' in dep:
153 if channel is None or BranchUtility.NewestChannel(
154 (dep['channel'], channel)) != channel
[all...]
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.cc61 void OnRequestSignaling(cricket::TransportChannelImpl* channel);
62 void OnCandidateReady(cricket::TransportChannelImpl* channel,
64 void OnRouteChange(cricket::TransportChannel* channel,
66 void OnWritableState(cricket::TransportChannel* channel);
162 // TODO(sergeyu): Specify correct component ID for the channel.
229 cricket::TransportChannelImpl* channel) {
235 cricket::TransportChannelImpl* channel,
242 cricket::TransportChannel* channel,
273 cricket::TransportChannel* channel) {
274 DCHECK_EQ(channel, channel
228 OnRequestSignaling( cricket::TransportChannelImpl* channel) argument
234 OnCandidateReady( cricket::TransportChannelImpl* channel, const cricket::Candidate& candidate) argument
241 OnRouteChange( cricket::TransportChannel* channel, const cricket::Candidate& candidate) argument
272 OnWritableState( cricket::TransportChannel* channel) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h211 void OnConnectionMonitor(VoiceChannel* channel,
213 void OnMediaMonitor(VoiceChannel* channel, const VoiceMediaInfo& info);
214 void OnAudioMonitor(VoiceChannel* channel, const AudioInfo& info);
216 void OnConnectionMonitor(VideoChannel* channel,
218 void OnMediaMonitor(VideoChannel* channel, const VideoMediaInfo& info);
219 void OnDataReceived(DataChannel* channel,
233 BaseChannel* channel,
238 BaseChannel* channel,
241 BaseChannel* channel,
244 BaseChannel* channel,
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs42 * and tokens are prefiltered for a certain channel (the parser will only
43 * see these tokens and cannot change the filter channel number during the
52 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
64 public CommonTokenStream(ITokenSource tokenSource, int channel) argument
67 this._channel = channel;
92 /** Always leave p on an on-channel token. */
111 // skip off-channel tokens
133 // skip off-channel tokens
144 /** Given a starting index, return the index of the first on-channel
152 // also stops at EOF (it's on channel)
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRLexerState.h42 - (NSUInteger) channel;
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g64 WS : (' '|'\t'|'\n')+ { $channel = $self->HIDDEN; }
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.cc24 chrome::VersionInfo::Channel channel) {
27 switch (channel) {
23 MapChannelToProtobuf( chrome::VersionInfo::Channel channel) argument
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.h90 void OnCurrentChannel(const std::string& channel);
91 void OnTargetChannel(const std::string& channel);
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DChromiumUrlRequestFactory.java52 Map<String, String> headers, WritableByteChannel channel,
55 headers, channel, listener);
51 createRequest(String url, int requestPriority, Map<String, String> headers, WritableByteChannel channel, HttpUrlRequestListener listener) argument
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.h28 GpuChannelHost* channel,
48 GpuChannelHost* channel,
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_message_filter_unittest.cc66 IPC::TestSink channel; local
67 filter->OnFilterAdded(&channel);
149 IPC::TestSink channel; local
150 filter->OnFilterAdded(&channel);
189 IPC::TestSink channel; local
190 filter->OnFilterAdded(&channel);
205 IPC::TestSink channel; local
206 filter->OnFilterAdded(&channel);
/external/chromium_org/content/renderer/
H A Dscheduler_proxy_task_runner_browsertest.cc42 scoped_ptr<IPC::Channel> channel(
44 EXPECT_TRUE(channel->Connect());
/external/chromium_org/media/base/
H A Daudio_converter_unittest.cc34 // Tuple of <input rate, output rate, output channel layout, epsilon>.
94 double error = fabs(audio_bus_->channel(i)[j] -
95 expected_audio_bus_->channel(i)[j] * scale);
97 EXPECT_NEAR(expected_audio_bus_->channel(i)[j] * scale,
98 audio_bus_->channel(i)[j], epsilon_)
117 // would during channel mixing.
120 memset(expected_audio_bus_->channel(i), 0,
121 audio_bus_->frames() * sizeof(*audio_bus_->channel(i)));
130 std::fill(audio_bus_->channel(i),
131 audio_bus_->channel(
[all...]
H A Daudio_fifo_unittest.cc145 std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
164 VerifyValue(bus->channel(j), frames_to_consume, value);
175 std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
185 VerifyValue(bus->channel(j), bus->channels(), value);
186 std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value + 1);
H A Daudio_pull_fifo.cc57 const float* src = fifo_->channel(ch) + fifo_index_;
58 float* dest = destination->channel(ch) + write_pos;
H A Daudio_pull_fifo_unittest.cc53 VerifyValue(audio_bus_->channel(j), frames_to_consume, start_value);
71 audio_bus->channel(j)[i] = fill_value_;
/external/chromium_org/mojo/system/
H A Dtransport_data.cc11 #include "mojo/system/channel.h"
64 Channel* channel) {
66 DCHECK(channel);
89 dispatcher, channel, &max_size, &max_platform_handles);
108 size_per_platform_handle = channel->GetSerializedPlatformHandleSize();
152 channel,
317 Channel* channel) {
320 DCHECK(channel);
339 channel, handle_table[i].type, source, size, platform_handles.get());
63 TransportData(scoped_ptr<DispatcherVector> dispatchers, Channel* channel) argument
313 DeserializeDispatchers( const void* buffer, size_t buffer_size, embedder::ScopedPlatformHandleVectorPtr platform_handles, Channel* channel) argument
H A Dtransport_data.h92 TransportData(scoped_ptr<DispatcherVector> dispatchers, Channel* channel);
149 Channel* channel);

Completed in 4548 milliseconds

<<11121314151617181920>>