HomeSort by relevance Sort by last modified time
    Searched defs:channel (Results 276 - 300 of 1573) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
quantum-import.c 4292 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
signature.c 545 PixelChannel channel=GetPixelChannelChannel(image,i);
546 PixelTrait traits=GetPixelChannelTraits(image,channel);
533 PixelChannel channel=GetPixelChannelChannel(image,i); local
stream.c 477 PixelChannel channel=GetPixelChannelChannel(image,i);
478 pixel[channel]=p[i];
542 PixelChannel channel=GetPixelChannelChannel(image,i);
543 pixel[channel]=p[i];
467 PixelChannel channel=GetPixelChannelChannel(image,i); local
531 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
  /external/ImageMagick/MagickWand/
animate.c 117 "-channel mask set the image channel mask",
160 "-matte store matte channel if the image has one",
547 if (LocaleCompare("channel",option+1) == 0)
550 channel;
557 channel=ParseChannelOption(argv[i]);
558 if (channel < 0)
548 channel; local
    [all...]
compare.c 93 "-channel mask set the image channel mask",
383 if (LocaleCompare("channel",option+1) == 0)
386 channel;
393 channel=ParseChannelOption(argv[i]);
394 if (channel < 0)
397 (void) SetPixelChannelMask(image,(ChannelType) channel);
384 channel; local
    [all...]
convert.c 150 "-channel-fx expression",
152 "-separate separate an image channel into a grayscale image",
192 "-channel mask set the image channel mask",
350 "-fx expression apply mathematical expression to an image channel(s)",
367 "-alpha option activate, deactivate, reset, or set the alpha channel",
420 "-matte store matte channel if the image has one",
489 (void) printf("\nImage Channel Operators:\n");
930 channel; local
946 channel; local
    [all...]
display.c 164 "-channel type apply option to select image channels",
190 "-matte store matte channel if the image has one",
767 if (LocaleCompare("channel",option+1) == 0)
770 channel;
777 channel=ParseChannelOption(argv[i]);
778 if (channel < 0)
768 channel; local
    [all...]
import.c 137 "-channel type apply option to select image channels",
526 if (LocaleCompare("channel",option+1) == 0)
529 channel;
536 channel=ParseChannelOption(argv[i]);
537 if (channel < 0)
527 channel; local
    [all...]
montage.c 110 "-channel mask set the image channel mask",
173 "-matte store matte channel if the image has one",
616 if (LocaleCompare("channel",option+1) == 0)
619 channel;
626 channel=ParseChannelOption(argv[i]);
627 if (channel < 0)
617 channel; local
    [all...]
  /external/ImageMagick/coders/
rla.c 164 channel,
293 for (channel=0; channel < (int) rla_info.number_channels; channel++)
315 switch (channel)
355 switch (channel)
162 channel, local
  /external/adhd/cras/src/server/
cras_a2dp_iodev.c 64 size_t channel; local
71 channel = (a2dp.channel_mode == SBC_CHANNEL_MODE_MONO) ? 1 : 2;
88 iodev->supported_channel_counts = (size_t *)malloc(2 * sizeof(channel));
89 iodev->supported_channel_counts[0] = channel;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontoken.h 75 /** Default channel for a token
79 /** Reserved channel number for a HIDDEN token - a token that
138 /** The virtual channel that this token exists in.
140 ANTLR3_UINT32 channel; member in struct:ANTLR3_COMMON_TOKEN_struct
268 /** Pointer to a function that gets the channel that this token was placed in (parsers
273 /** Pointer to a function that sets the channel that this token should belong to
275 void (*setChannel) (struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_UINT32 channel);
antlr3tokenstream.h 214 * the pointer in the table points to an int, being the override channel number
224 /* The channel number that this token stream is tuned to. For instance, whitespace
225 * is usually tuned to channel 99, which no token stream would normally tune to and
228 ANTLR3_UINT32 channel; member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
231 * in the channel that this stream is tuned to, are not tracked in the
242 * to force all tokens of type ttype to be on channel. For example,
245 * channel.
248 ANTLR3_UINT32 ttype, ANTLR3_UINT32 channel);
255 /** Signal to discard off channel tokens from here on in.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 52 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
70 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
77 public ProxyToken(int index, int type, int channel,
81 this.channel = channel;
124 public int Channel {
126 return channel;
129 channel = value;
170 if (channel != TokenChannels.Default) {
171 channelStr = ",channel=" + channel
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 55 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
74 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
82 public ProxyToken( int index, int type, int channel,
87 this.channel = channel;
142 public int Channel
146 return channel;
150 channel = value;
204 if ( channel != TokenChannels.Default )
206 channelStr = ",channel=" + channel
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
LegacyCommonTokenStream.java 33 * and tokens are prefiltered for a certain channel (the parser will only
34 * see these tokens and cannot change the filter channel number during the
47 /** Map<tokentype, channel> to override some Tokens' channel numbers */
53 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
54 protected int channel = Token.DEFAULT_CHANNEL; field in class:LegacyCommonTokenStream
78 public LegacyCommonTokenStream(TokenSource tokenSource, int channel) {
80 this.channel = channel;
88 channel = Token.DEFAULT_CHANNEL
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 69 channel: channel number.
72 _channel_map: A list containing current channel map. Checks docstring
146 """The recorded data channel map.
148 @returns: The recorded channel map. A list containing channel mapping.
150 channel 0 of recorded data should be mapped to channel 1 of
151 data played to the recorder. Channel 1 of recorded data should
152 be mapped to channel 0 of data played to recorder
568 channel=8, variable in class:ChameleonLineOutOutputWidgetHandler
696 channel=1, variable in class:CrosInputWidgetHandler
755 channel=2, variable in class:CrosUSBInputWidgetHandler
818 channel=2, variable in class:CrosOutputWidgetHandler
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_spec.py 58 # Frequency to channel conversion table
139 band=None, mode=None, channel=None, hostnames=None,
148 self._channel = channel
181 'channel=%d\n'
222 def channel(self): member in class:APSpec
223 """Return the channel."""
229 """Return the frequency equivalent of the channel."""
268 """Validates the channel and mode selected are correct.
270 raises ValueError: if the channel or mode selected is invalid
277 raise ValueError('Conflicting mode/channel has been selected.'
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 256 deUint32 channel; member in struct:deqp::gles3::Functional::__anon18565
301 // All swizzles applied to each channel.
302 tcu::TestCaseGroup* singleChannelGroup = new tcu::TestCaseGroup(m_testCtx, "single_channel", "Single-channel swizzle");
318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
323 tcu::TestCaseGroup* multiChannelGroup = new tcu::TestCaseGroup(m_testCtx, "multi_channel", "Multi-channel swizzle");
338 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 17 io_channel *channel EXT2FS_ATTR((unused)))
21 static errcode_t sparse_close(io_channel channel EXT2FS_ATTR((unused)))
47 io_channel channel; member in struct:sparse_map
57 static errcode_t sparse_write_blk(io_channel channel, unsigned long block,
79 return sparse_write_blk(sm->channel, block, nr_blocks, data);
136 sm->channel = io;
186 int flags, io_channel *channel)
194 *channel = io;
229 static errcode_t sparse_open(const char *name, int flags, io_channel *channel)
238 retval = sparse_open_channel(&sparse_params, flags, channel);
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
JcopOsDownload.h 52 IChannel_t *channel; member in struct:JcopOs_Dwnld_Context
116 bool initialize (IChannel_t *channel);
  /external/libmojo/ipc/
ipc_message_utils.h 61 std::string channel; member in struct:IPC::LogData
202 // 8 bytes on 64 bit builds. So if a 32 bit and 64 bit process have a channel
    [all...]
  /external/libmojo/mojo/edk/system/
node_controller.h 144 using OutgoingMessageQueue = std::queue<Channel::MessagePtr>;
155 PeerConnection(scoped_refptr<NodeChannel> channel,
164 scoped_refptr<NodeChannel> channel; member in struct:mojo::edk::NodeController::PeerConnection
187 scoped_refptr<NodeChannel> channel,
189 void DropPeer(const ports::NodeName& name, NodeChannel* channel);
222 Channel::MessagePtr message) override;
232 Channel::MessagePtr message) override;
237 Channel::MessagePtr message) override;
240 Channel::MessagePtr message) override;
247 NodeChannel* channel) override
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_constant_propagation.cpp 191 int channel; local
196 case 0: channel = swiz->mask.x; break;
197 case 1: channel = swiz->mask.y; break;
198 case 2: channel = swiz->mask.z; break;
199 case 3: channel = swiz->mask.w; break;
200 default: assert(!"shouldn't be reached"); channel = 0; break;
203 channel = i;
207 if (entry->var == deref->var && entry->write_mask & (1 << channel)) {
218 if (j == channel)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 64 LLVMValueRef channel[LP_MAX_VECTOR_LENGTH] = { 0 }; local
69 channel[k] = src_aos[j + 4 * k];
72 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel);
322 struct util_format_channel_description chan_desc = format_desc->channel[chan];
435 (format_desc->channel[0].type != UTIL_FORMAT_TYPE_FLOAT ||
436 format_desc->channel[0].size == 32 ||
437 format_desc->channel[0].size == 16))
477 format_desc->channel[0].size <= type.width) ||
478 (format_desc->channel[0].size == 64 &&
479 format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT &
    [all...]

Completed in 768 milliseconds

<<11121314151617181920>>