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

<<11121314151617181920>>

  /bionic/libc/kernel/uapi/linux/
ipmi.h 26 short channel; member in struct:ipmi_addr
32 short channel; member in struct:ipmi_system_interface_addr
39 short channel; member in struct:ipmi_ipmb_addr
46 short channel; member in struct:ipmi_lan_addr
117 unsigned short channel; member in struct:ipmi_channel_lun_address_set
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 15 import android.net.wifi.p2p.WifiP2pManager.Channel;
65 private Channel channel; field in class:WiFiServiceDiscoveryActivity
98 channel = manager.initialize(this, getMainLooper(), null);
118 if (manager != null && channel != null) {
119 manager.removeGroup(channel, new ActionListener() {
144 manager.addLocalService(channel, service, new ActionListener() {
168 manager.setDnsSdResponseListeners(channel,
217 manager.addServiceRequest(channel, serviceRequest,
230 manager.discoverServices(channel, new ActionListener()
    [all...]
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
suspend.c 120 static __pmusramfunc void rkclk_ddr_reset(uint32_t channel, uint32_t ctl,
123 channel &= 0x1;
127 CRU_SFTRST_DDR_CTRL(channel, ctl) |
128 CRU_SFTRST_DDR_PHY(channel, phy));
426 unsigned char channel, uint32_t ddrconfig)
429 struct rk3399_sdram_channel *ch = &sdram_params->ch[channel];
441 mmio_write_32(MSCH_BASE(channel) + MSCH_DEVICECONF,
443 mmio_write_32(MSCH_BASE(channel) + MSCH_DEVICESIZE,
727 uint32_t channel; local
742 for (channel = 0; channel < sdram_params->num_channels; channel++)
    [all...]
  /external/ImageMagick/MagickCore/
compare.c 48 #include "MagickCore/channel.h"
121 PixelChannel channel=GetPixelChannelChannel(image,i);
122 PixelTrait traits=GetPixelChannelTraits(image,channel);
275 PixelChannel channel=GetPixelChannelChannel(image,i);
276 PixelTrait traits=GetPixelChannelTraits(image,channel);
278 channel);
283 distance=Sa*p[i]-Da*GetPixelChannel(reconstruct_image,channel,q);
431 PixelChannel channel=GetPixelChannelChannel(image,i);
432 PixelTrait traits=GetPixelChannelTraits(image,channel);
434 channel);
119 PixelChannel channel=GetPixelChannelChannel(image,i); local
273 PixelChannel channel=GetPixelChannelChannel(image,i); local
428 PixelChannel channel=GetPixelChannelChannel(image,i); local
532 PixelChannel channel=GetPixelChannelChannel(image,i); local
636 PixelChannel channel=GetPixelChannelChannel(image,i); local
734 PixelChannel channel=GetPixelChannelChannel(image,i); local
835 PixelChannel channel=GetPixelChannelChannel(image,i); local
957 PixelChannel channel=GetPixelChannelChannel(image,i); local
1007 PixelChannel channel=GetPixelChannelChannel(image,i); local
1097 PixelChannel channel=GetPixelChannelChannel(image,i); local
1159 channel; local
1575 PixelChannel channel=GetPixelChannelChannel(image,i); local
1714 PixelChannel channel=GetPixelChannelChannel(image,i); local
1929 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
composite.c 49 #include "MagickCore/channel.h"
151 Dc' = Dca'/Da' the desired color value for this channel.
162 methods should use a 'Over' blending mode for Alpha Channel.
175 3) When the special channel flag 'sync' (syncronize channel updates)
421 PixelChannel channel=GetPixelChannelChannel(image,i);
422 PixelTrait traits=GetPixelChannelTraits(image,channel);
424 channel);
428 q[i]=source[channel];
453 PixelChannel channel=GetPixelChannelChannel(image,i)
419 PixelChannel channel=GetPixelChannelChannel(image,i); local
451 PixelChannel channel=GetPixelChannelChannel(image,i); local
649 PixelChannel channel=GetPixelChannelChannel(source_image,i); local
1331 PixelChannel channel=GetPixelChannelChannel(image,i); local
1507 PixelChannel channel=GetPixelChannelChannel(image,i); local
2493 PixelChannel channel=GetPixelChannelChannel(texture_image,i); local
    [all...]
fourier.c 92 channel;
579 switch (fourier_info->channel)
631 switch (fourier_info->channel)
735 switch (fourier_info->channel)
836 const PixelChannel channel,const MagickBooleanType modulus,
863 fourier_info.channel=channel;
90 channel; member in struct:_FourierInfo
    [all...]
histogram.c 880 % Each channel is stretched independantally of each other (producing color
886 % In the special case that only ONE value is found in a channel of the image
937 Auto-level each channel.
944 PixelChannel channel=GetPixelChannelChannel(image,i);
945 PixelTrait traits=GetPixelChannelTraits(image,channel);
929 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
identify.c 195 PixelChannel channel=GetPixelChannelChannel(image,i);
196 PixelTrait traits=GetPixelChannelTraits(image,channel);
204 if ((double) p[i] > channel_statistics[channel].maxima)
205 channel_statistics[channel].maxima=(double) p[i];
210 if ((double) p[i] < channel_statistics[channel].minima)
211 channel_statistics[channel].minima=(double) p[i];
222 static ssize_t PrintChannelFeatures(FILE *file,const PixelChannel channel,
266 PrintFeature(channel_features[channel].angular_second_moment),
267 PrintFeature(channel_features[channel].contrast),
268 PrintFeature(channel_features[channel].correlation)
193 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
threshold.c 275 PixelChannel channel=GetPixelChannelChannel(image,i);
276 PixelTrait traits=GetPixelChannelTraits(image,channel);
278 channel);
285 SetPixelChannel(threshold_image,channel,p[center+i],q);
289 channel_bias[channel]=0.0;
290 channel_sum[channel]=0.0;
296 channel_bias[channel]+=pixels[i];
297 channel_sum[channel]+=pixels[i];
310 PixelChannel channel=GetPixelChannelChannel(image,i);
311 PixelTrait traits=GetPixelChannelTraits(image,channel);
269 PixelChannel channel=GetPixelChannelChannel(image,i); local
304 PixelChannel channel=GetPixelChannelChannel(image,i); local
466 PixelChannel channel=GetPixelChannelChannel(image,i); local
631 PixelChannel channel=GetPixelChannelChannel(image,i); local
766 PixelChannel channel=GetPixelChannelChannel(image,i); local
1406 PixelChannel channel=GetPixelChannelChannel(image,i); local
1566 PixelChannel channel=GetPixelChannelChannel(image,i); local
1706 PixelChannel channel=GetPixelChannelChannel(image,i); local
1878 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
  /external/ImageMagick/MagickWand/
composite.c 56 channel;
134 composite_options->channel);
252 "-channel mask set the image channel mask",
312 "-matte store matte channel if the image has one",
378 composite_options->channel=DefaultChannels;
662 if (LocaleCompare("channel",option+1) == 0) local
665 channel;
669 composite_options.channel=DefaultChannels;
675 channel=ParseChannelOption(argv[i])
54 channel; member in struct:_CompositeOptions
    [all...]
  /external/ImageMagick/coders/
json.c 336 PixelChannel channel=GetPixelChannelChannel(image,i);
337 PixelTrait traits=GetPixelChannelTraits(image,channel);
345 if ((double) p[i] > channel_statistics[channel].maxima)
346 channel_statistics[channel].maxima=(double) p[i];
351 if ((double) p[i] < channel_statistics[channel].minima)
352 channel_statistics[channel].minima=(double) p[i];
363 static ssize_t PrintChannelFeatures(FILE *file,const PixelChannel channel,
478 PrintFeature(channel_features[channel].angular_second_moment),
479 PrintFeature(channel_features[channel].contrast),
480 PrintFeature(channel_features[channel].correlation)
331 PixelChannel channel=GetPixelChannelChannel(image,i); local
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 309 int i, channel; local
315 for (channel = 0; channel < 2; channel++) {
316 int k = i + channel * 4;
321 eq2_append_biquad(data->eq2, channel, type,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 68 int channel = Token.DEFAULT_CHANNEL; local
69 token = new CommonToken((CharStream)input,type,channel,0,0);
  /external/guava/guava/src/com/google/common/io/
Files.java 688 FileChannel channel = closer.register(raf.getChannel()); local
689 return channel.map(mode, 0, size);
  /external/kernel-headers/original/uapi/linux/
ipmi.h 72 /* Try to take these from the "Channel Medium Type" table
75 short channel; member in struct:ipmi_addr
81 * The channel is the BMC's channel number for the channel (usually
87 short channel; member in struct:ipmi_system_interface_addr
98 short channel; member in struct:ipmi_ipmb_addr
123 short channel; member in struct:ipmi_lan_addr
133 * Channel for talking directly with the BMC. When using this
134 * channel, This is for the system interface address type only. FIXM
412 unsigned short channel; member in struct:ipmi_channel_lun_address_set
    [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format.h 133 struct vk_format_channel_description channel[4]; member in struct:vk_format_description
205 * Return the index of the first non-void channel
215 if (desc->channel[i].type != VK_FORMAT_TYPE_VOID)
396 int channel = vk_format_get_first_non_void_channel(format); local
398 return channel >= 0 && desc->channel[channel].pure_integer;
438 return desc->channel[0].size;
440 return desc->channel[1].size;
442 return desc->channel[2].size
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 22 struct nouveau_object *channel; member in struct:nouveau_screen
nouveau_vp3_video.h 67 struct nouveau_object *channel[3], *bsp, *vp, *ppp; member in struct:nouveau_vp3_decoder
  /external/scapy/scapy/arch/windows/
__init__.py 519 def channel(self): member in class:NetworkInterface
520 """Get the channel of the interface.
524 return sp.Popen([_WlanHelper, self.guid[1:-1], "channel"],
527 def setchannel(self, channel):
528 """Set the channel of the interface (1-14):
532 return sp.call(_WlanHelper + " " + self.guid[1:-1] + " channel " + str(channel))
542 """Set the channel of the interface (1-14):
    [all...]
  /external/syslinux/com32/gplinclude/disk/
geom.h 65 * "FIBRE" Fibre Channel
89 uint8_t channel; member in struct:edd_device_parameters::__anon36942::__anon36944
236 * bits 3-0: DMA channel

Completed in 2326 milliseconds

<<11121314151617181920>>