Searched refs:channel (Results 476 - 500 of 1333) sorted by relevance

<<11121314151617181920>>

/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h16 struct nouveau_object *channel; member in struct:nouveau_screen
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h39 PgVideoChannel_t* channel; member in struct:private_yuvhwdata
/external/webp/src/utils/
H A Drescaler.h61 // 'channel' denotes the channel number to be imported.
63 const uint8_t* const src, int channel);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt34 for channel in $CHANNELFILES
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
/external/chromium_org/media/base/
H A Daudio_bus.cc23 // |aligned_frames| to the actual frame length of each channel array.
26 // Choose a size such that each channel will be aligned by
50 float* channel_data = dest->channel(ch);
70 const float* channel_data = source->channel(ch);
135 // Sanity check wrapped vector for alignment and channel count.
186 void AudioBus::SetChannelData(int channel, float* data) { argument
189 CHECK_GE(channel, 0);
190 CHECK_LT(static_cast<size_t>(channel), channel_data_.size());
192 channel_data_[channel] = data;
319 // want to care), just copy using the public channel() accessor
[all...]
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java177 state.channel = _channel;
197 state.channel = _channel;
999 state.channel = _channel;
1037 state.channel = _channel;
1126 state.channel = _channel;
1206 state.channel = _channel;
1421 state.channel = _channel;
1496 state.channel = _channel;
1651 state.channel = _channel;
1672 state.channel
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs41 * and tokens are prefiltered for a certain channel (the parser will only
42 * see these tokens and cannot change the filter channel number during the
50 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
60 public CommonTokenStream(ITokenSource tokenSource, int channel) argument
62 this._channel = channel;
82 /** Always leave p on an on-channel token. */
102 // skip off-channel tokens
122 // skip off-channel tokens
133 /** Given a starting index, return the index of the first on-channel
139 // also stops at EOF (it's on channel)
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTokenStream.h38 NSInteger channel; variable
42 @property (assign, getter=getChannel,setter=setChannel) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTokenStream.h38 NSInteger channel; variable
42 @property (assign, getter=getChannel,setter=setChannel) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTokenStream.h38 NSInteger channel; variable
42 @property (assign, getter=getChannel,setter=setChannel) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m88 state.channel = _channel;
157 state.channel = _channel;
224 state.channel = _channel;
294 state.channel = _channel;
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_sxs_distribution.cc101 bool GoogleChromeSxSDistribution::GetChromeChannel(base::string16* channel) { argument
102 *channel = kChannelName;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_chromeos_unittest.cc49 std::string channel = base::StringPrintf("%d", i * 10 + j); local
54 shill::kGeoChannelProperty, channel);
/external/chromium_org/content/renderer/
H A Dwebsharedworker_proxy.cc78 void WebSharedWorkerProxy::connect(blink::WebMessagePortChannel* channel, argument
81 static_cast<WebMessagePortChannelImpl*>(channel);
/external/chromium_org/ipc/
H A Dipc_test_base.h28 // The channel name is based on the client's name. This is a public static
49 // Creates a channel with the given listener and connects to the channel
50 // (returning true if successful), respectively. Use these to use a channel
51 // directly. Since the listener must outlive the channel, you must destroy the
52 // channel before the listener gets destroyed.
57 // Releases or replaces existing channel.
58 // These are useful for testing specific types of channel subclasses.
60 void SetChannel(scoped_ptr<IPC::Channel> channel);
63 // channel specificatio
100 IPC::Channel* channel() { return channel_.get(); } function in class:IPCTestBase
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_audio_buffer.idl13 [channel=dev] M34 = 0.1,
H A Dppb_file_mapping.idl15 [channel=dev] M34 = 0.1
H A Dppb_media_stream_audio_track.idl14 [channel=dev] M34 = 0.1,
/external/chromium_org/remoting/host/it2me/
H A Dit2me_native_messaging_host_main.cc93 // After the native messaging channel starts the native messaging reader
120 // Set up the native messaging channel.
121 scoped_ptr<extensions::NativeMessagingChannel> channel(
125 task_runner, channel.Pass(), factory.Pass()));
128 // Run the loop until channel is alive.
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DChannelMergerNode.cpp90 AudioChannel* inputChannel = input->bus()->channel(j);
91 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioDSPKernelProcessor.cpp61 // Create processing kernels, one per channel.
99 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->mutableData(), framesToProcess);
/external/chromium_org/third_party/WebKit/Source/web/
H A DSharedWorkerRepositoryClientImpl.cpp60 SharedWorkerConnector(PassRefPtrWillBeRawPtr<SharedWorker> worker, const KURL& url, const String& name, PassOwnPtr<WebMessagePortChannel> channel, PassOwnPtr<WebSharedWorkerConnector> webWorkerConnector) argument
65 , m_channel(channel) { }
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DFramebufferFormatsTest.cpp16 void checkBitCount(GLuint fbo, GLenum channel, GLint minBits) argument
21 glGetIntegerv(channel, &bits);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.cc30 #include "talk/session/media/channel.h"
36 TypingMonitor::TypingMonitor(VoiceChannel* channel, argument
39 : channel_(channel),
74 // channel.

Completed in 5869 milliseconds

<<11121314151617181920>>