HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 226 - 250 of 2412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_extplug.h 44 SND_PCM_EXTPLUG_HW_CHANNELS, /**< channels */
102 * channels hw parameter; filled after hw_params is caled
104 unsigned int channels; member in struct:snd_pcm_extplug
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 111 channel = format.channels[i]
135 if format.colorspace != ZS and format.channels[0].pure == False:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
  /external/opencv/
cvjni.h 171 int channels,
174 int fileStep = (width*channels + 3) & -4;
182 int paletteSize = channels > 1 ? 0 : 1024;
204 m_strm->PutWord( channels << 3 );
212 if( channels == 1 )
218 width *= channels;
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 29 // channels is supported.
37 // Max number of channels (can be changed here, and everything should work).
43 // nChannels Number of input/output channels.
48 // nChannels Number of input/output channels.
122 // Number of channels.
143 // number of channels).
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 17 package libcore.java.nio.channels;
28 import java.nio.channels.ClosedChannelException;
29 import java.nio.channels.SocketChannel;
30 import java.nio.channels.Selector;
31 import java.nio.channels.SelectionKey;
32 import java.nio.channels.UnresolvedAddressException;
  /device/asus/flo/
mixer_paths.xml 119 <ctl name="SLIM_0_RX Channels" value="One" />
120 <ctl name="SLIM_0_TX Channels" value="One" />
121 <ctl name="SLIM_3_RX Channels" value="One" />
122 <ctl name="HDMI_RX Channels" value="Two" />
219 <ctl name="SLIM_3_RX Channels" value="One" />
231 <ctl name="SLIM_0_TX Channels" value="One" />
237 <ctl name="SLIM_0_TX Channels" value="One" />
243 <ctl name="SLIM_0_TX Channels" value="One" />
249 <ctl name="SLIM_0_TX Channels" value="One" />
255 <ctl name="SLIM_0_RX Channels" value="Two" /
    [all...]
  /device/moto/shamu/
mixer_paths.xml 135 <ctl name="SLIM_0_RX Channels" value="One" />
136 <ctl name="SLIM_3_RX Channels" value="One" />
137 <ctl name="SLIM_0_TX Channels" value="One" />
138 <ctl name="SLIM_1_TX Channels" value="One" />
162 <ctl name="QUAT_MI2S_RX Channels" value="One" />
474 <ctl name="SLIM_1_TX Channels" value="One" />
483 <ctl name="SLIM_3_RX Channels" value="One" />
489 <ctl name="SLIM_1_TX Channels" value="One" />
494 <ctl name="SLIM_3_RX Channels" value="One" />
506 <ctl name="SLIM_1_TX Channels" value="Two" /
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 171 If the bitstream's configuration (number of channels, sample rate, frame size) is not known in advance, you may
173 output device. In the example main.cpp, if the number of channels or the sample rate has changed since program
226 among the channels starting with 0 among all channels of the same audio channel type.
237 but adding corresponding top channels to the channel types front, side and back, in order to avoid any
264 Since ::AAC_PCM_OUTPUT_INTERLEAVED is set to 0, the audio channels will be located as contiguous blocks
287 scheme, thus the channels would be: front left, front right, center, LFE, surround left, surround right.
288 Thus the third channel is the center channel, receiving the index 0. The other front channels are
289 front left, front right being placed as first and second channels with indices 1 and 2 correspondingly.
291 channels get the type definition ACT_BACK, and the indices 0 and 1
    [all...]
  /external/libvorbis/examples/
chaining_example.c 60 printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
  /external/tremolo/Tremolo/
dsp.c 73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright));
75 for(i=0;i<vi->channels;i++){
101 for(i=0;i<vi->channels;i++)
106 for(i=0;i<vi->channels;i++)
152 for(i=0;i<vi->channels;i++)
157 pcm+i,vi->channels,
228 for(i=0;i<vi->channels;i++)
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 41 size_t channels; local
44 ch = &dev->channels;
68 channels = *pos++;
69 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
70 P2P_MAX_REG_CLASS_CHANNELS : channels;
71 os_memcpy(cl->channel, pos, cl->channels);
72 pos += channels;
78 p2p_channels_intersect(own, &dev->channels, &intersection);
81 (int) dev->channels.reg_classes
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTimeConstant.c 28 /* given time constant, sample rate and num channels */
38 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
LVC_Mixer_VarSlope_SetTimeConstant.c 29 /* given time constant, sample rate and num channels */
39 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToGrayFilter.java 71 throw new RuntimeException("Unsupported GL input channels: " +
72 inputChannels + "! Channels must be 4!");
  /frameworks/wilhelm/tools/permute/
permute.c 190 switch (sfinfo_in.channels) {
193 frameSizeIn = sampleSizeIn * sfinfo_in.channels;
194 frameSizeRead = sampleSizeRead * sfinfo_in.channels;
197 fprintf(stderr, "%s: unsupported channels %d\n", path_in, sfinfo_in.channels);
260 sfinfo_out.channels = sfinfo_in.channels;
270 count = sf_writef_short(sf_out, &((short *) ptr)[sfinfo_in.channels * s.mSegmentArray[i]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 73 ALOGE("Incorrect number of channels = %d", num_chan);
87 (wifi_iface_stat *)((char *)&((wifi_radio_stat *)data)->channels
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 64 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status)
68 return mHardwareInterface->openOutputStream(devices, format, channels, sampleRate, status);
82 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
107 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status,
110 return mHardwareInterface->openInputStream(devices, format, channels, sampleRate, status, acoustics);
246 if (lChannels == 0) lChannels = channels();
251 (lChannels != channels()) ||
254 if (pChannels) *pChannels = channels();
  /libcore/luni/src/main/java/java/nio/channels/
Channel.java 17 package java.nio.channels;
26 * Channels are open upon creation, and can be closed explicitly. Once a channel
InterruptibleChannel.java 17 package java.nio.channels;
22 * Channels that implement this interface can be asynchronously closed and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
sample.h 40 * and channels, transparently converting and mixing them as needed.
72 * \section chan_sec Channels
74 * PulseAudio supports up to 32 individual channels. The order of the
75 * channels is up to the application, but they must be continous. To map
76 * channels to speakers, see \ref channelmap.
120 /** Maximum number of allowed channels */
248 uint8_t channels; member in struct:pa_sample_spec
249 /**< Audio channels. (1 for mono, 2 for stereo, ...) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
sample.h 39 * and channels, transparently converting and mixing them as needed.
71 * \section chan_sec Channels
73 * PulseAudio supports up to 32 individual channels. The order of the
74 * channels is up to the application, but they must be continuous. To map
75 * channels to speakers, see \ref channelmap.
122 /** Maximum number of allowed channels */
250 uint8_t channels; member in struct:pa_sample_spec
251 /**< Audio channels. (1 for mono, 2 for stereo, ...) */
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 55 /** 5 GHz band excluding DFS channels */
56 public static final int WIFI_BAND_5_GHZ = 2; /* 5 GHz band without DFS channels */
57 /** DFS channels from 5 GHz band only */
58 public static final int WIFI_BAND_5_GHZ_DFS_ONLY = 4; /* 5 GHz band with DFS channels */
59 /** 5 GHz band including DFS channels */
60 public static final int WIFI_BAND_5_GHZ_WITH_DFS = 6; /* 5 GHz band with DFS channels */
61 /** Both 2.4 GHz band and 5 GHz band; no DFS channels */
62 public static final int WIFI_BAND_BOTH = 3; /* both bands without DFS channels */
63 /** Both 2.4 GHz band and 5 GHz band; with DFS channels */
64 public static final int WIFI_BAND_BOTH_WITH_DFS = 7; /* both bands with DFS channels */
159 public ChannelSpec[] channels; field in class:WifiScanner.ScanSettings
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 108 #define PCM_DMX_MAX_IN_CHANNELS ( 8 ) /* Neither the maximum number of input nor the maximum number of output channels ... */
109 #define PCM_DMX_MAX_OUT_CHANNELS ( 8 ) /* ... must exceed the maximum number of channels that the framework can handle. */
114 #define PCM_CHANNEL_EXTENSION_ENABLE /*!< Allow module to duplicate mono signals or add zero channels to achieve the
115 desired number of output channels. */
117 #define PCM_DMX_DFLT_MAX_OUT_CHANNELS ( 6 ) /*!< The maximum number of output channels. If the value is greater than 0 the module
118 will automatically create a mixdown for all input signals with more channels
120 #define PCM_DMX_DFLT_MIN_OUT_CHANNELS ( 0 ) /*!< The minimum number of output channels. If the value is greater than 0 the module
121 will do channel extension automatically for all input signals with less channels
136 #define PCM_DMX_MAX_CHANNELS_PER_GROUP PCM_DMX_MAX_CHANNELS /* All channels can be in one group */
139 #define PCM_DMX_MAX_CHANNEL_GROUPS ( 1 ) /* Only front channels supported. *
    [all...]
  /external/aac/libPCMutils/include/
pcmutils_lib.h 139 MIN_NUMBER_OF_OUTPUT_CHANNELS, /*!< The minimum number of output channels. For all input
140 configurations that have less than the given channels the
142 given number of output channels. Mono signals will be
143 duplicated. If more than two output channels are desired
144 the module just adds empty channels. The parameter value
149 MAX_NUMBER_OF_OUTPUT_CHANNELS, /*!< The maximum number of output channels. For all input
150 configurations that have more than the given channels the
152 given number of output channels. The value must be either
179 channels. */
288 * \param [inout] Pointer to buffer that holds the number of input channels and where th
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */
40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216,
42 * DO NOT MAKE it > 255: channels are uint8's all over
319 * Channel Factor for the starting frequence of 2.4 GHz channels.
325 * Channel Factor for the starting frequence of 5 GHz channels.
331 * Channel Factor for the starting frequence of 4.9 GHz channels.
385 * 20MHz channels this is just the channel number. For 40MHz or wider channels
398 * channels this is just the chanspec. For 40MHz or wider channels it is th
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 6 7 8 91011>>