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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 23 * setting up CAIF Channels when multiple CAIF Link Layers exists.
39 * Priority can be set on CAIF Channels in order to
40 * prioritize between traffic on different CAIF Channels.
  /device/htc/flounder/audio/hal/
audio_hw.c 59 .channels = PLAYBACK_DEFAULT_CHANNEL_COUNT,
79 .channels = CAPTURE_DEFAULT_CHANNEL_COUNT,
97 .channels = CAPTURE_DEFAULT_CHANNEL_COUNT,
115 .channels = CAPTURE_DEFAULT_CHANNEL_COUNT,
133 .channels = SCO_DEFAULT_CHANNEL_COUNT,
153 .channels = SCO_DEFAULT_CHANNEL_COUNT,
171 .channels = 1,
213 .channels = 2,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 1025 channel = os_realloc_array(mode->channels,
1031 mode->channels = channel;
1041 phy_info_freq(mode, &mode->channels[idx], tb_freq);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 23 import java.nio.channels.SelectionKey;
24 import java.nio.channels.SocketChannel;
25 import java.nio.channels.UnresolvedAddressException;
147 LOG.debug("Channels with connection pending: {}", _connectingChannels.size());
196 * @see org.eclipse.io.nio.SelectorManager#connectionFailed(java.nio.channels.SocketChannel, java.lang.Throwable, java.lang.Object)
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
ArmatureHelper.java 87 * a map of bones poses channels
193 List<Structure> channels = ((Structure) actionGroup.getFieldValue("channels")).evaluateListBase(blenderContext); local
194 BezierCurve[] bezierCurves = new BezierCurve[channels.size()];
196 for (Structure c : channels) {
  /external/libvorbis/examples/
decoder_example.c 193 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
197 convsize=4096/vi.channels;
246 for(i=0;i<vi.channels;i++){
265 ptr+=vi.channels;
273 fwrite(convbuffer,2*vi.channels,bout,stdout);
  /external/libvorbis/lib/
vorbisenc.c 554 /* residue 2 bundles together multiple channels; used by stereo
555 and surround. Count the channels in use */
558 channels/samples. */
564 for(k=0;k<vi->channels;k++)
624 int ch=vi->channels;
862 long channels,
871 vi->channels=channels;
903 long channels,
913 hi->setup=get_setup_template(channels,rate,quality,0,&hi->base_setting)
    [all...]
  /external/svox/pico/compat/include/
TtsEngine.h 61 // @param [in] int - The number of channels
168 // @param[inout] channels in: the desired number of audio channels
169 // out: the number of channels used by the TTS engine
172 int& channels);
  /frameworks/av/include/media/
MediaProfiles.h 95 * aud.ch - number of audio channels
142 * enc.aud.ch.min - min number of channels
143 * enc.aud.ch.max - max number of channels
209 AudioCodec(audio_encoder codec, int bitRate, int sampleRate, int channels)
213 mChannels(channels) {}
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 18 package java.nio.channels;
28 import java.nio.channels.spi.AbstractInterruptibleChannel;
35 * This class provides several utilities to get I/O streams from channels.
37 public final class Channels {
39 private Channels() {}
SocketChannel.java 18 package java.nio.channels;
24 import java.nio.channels.spi.AbstractSelectableChannel;
25 import java.nio.channels.spi.SelectorProvider;
60 * <p>Socket channels are thread-safe, no more than one thread can read or write at
124 * Gets the valid operations of this channel. Socket channels support
129 * @see java.nio.channels.SelectableChannel#validOps()
262 * @see java.nio.channels.ReadableByteChannel#read(java.nio.ByteBuffer)
298 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[],
363 * @see java.nio.channels.WritableByteChannel#write(java.nio.ByteBuffer)
401 * @see java.nio.channels.GatheringByteChannel#write(java.nio.ByteBuffer[]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 160 channels = ['mono']
162 channels = ['left', 'right']
164 channels = map(lambda x: str(x+1), range(nch))
181 ## channels, encoding, blocksize=blocksize, fpb=fpb, bps=bps)
182 return channels, encoding, blocksize, fpb, bps
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 43 * The service manages a number of SDK controller channels which can be seen as
53 * All the channels are created when the service starts, and whether the emulator
55 * It's up to the channels to deal with these specific details. <br/>
152 * Indicates when <em>any</all> of the SDK controller channels is connected
155 * @return True if any of the SDK controller channels is connected with the
  /external/libpng/
pngrtran.c 304 * premultiply the color channels
306 * encode the alpha as well as the color channels
310 * premultiplying the color channels or not.
325 case PNG_ALPHA_ASSOCIATED: /* color channels premultiplied */
851 * to alpha channels.
906 /* Expand tRNS chunks to alpha channels. */
920 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise
2245 int channels = 0; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrtran.c 303 * premultiply the color channels
305 * encode the alpha as well as the color channels
309 * premultiplying the color channels or not.
324 case PNG_ALPHA_ASSOCIATED: /* color channels premultiplied */
850 * to alpha channels.
905 /* Expand tRNS chunks to alpha channels. */
919 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise
2531 int channels = 0; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 273 * premultiply the color channels
275 * encode the alpha as well as the color channels
279 * premultiplying the color channels or not.
294 case PNG_ALPHA_ASSOCIATED: /* color channels premultiplied */
820 * to alpha channels.
880 /* Expand tRNS chunks to alpha channels. */
892 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise
2490 int channels = 0; local
    [all...]
  /device/lge/hammerhead/
mixer_paths.xml 122 <ctl name="SLIM_0_RX Channels" value="One" />
123 <ctl name="SLIM_0_TX Channels" value="One" />
262 <ctl name="SLIM_0_TX Channels" value="One" />
270 <ctl name="SLIM_0_TX Channels" value="One" />
278 <ctl name="SLIM_0_TX Channels" value="One" />
286 <ctl name="SLIM_0_RX Channels" value="One" />
299 <ctl name="SLIM_0_RX Channels" value="One" />
314 <ctl name="SLIM_0_RX Channels" value="Two" />
421 <ctl name="SLIM_0_TX Channels" value="Two" />
431 <ctl name="SLIM_0_TX Channels" value="Two" /
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /external/aac/libSBRenc/include/
sbr_encoder.h 229 INT nChannels; /**< Number of channels. */
245 INT noEnvChannels; /**< Number of envelope channels. */
271 * for N audio channels.
272 * \param noChannels Number of audio channels.
288 * \param numChannels The amount of audio channels
313 * \param numChannels Input: Encoder input channels. output: core encoder channels.
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 39 #include <audio_utils/channels.h>
42 * Set k_force_channels to force the number of channels to present to AudioFlinger.
43 * 0 disables (this is default: present the device channels to AudioFlinger).
47 * TODO: AudioFlinger cannot support more than 8 active output channels
94 * capabilities, e.g. exposes too many channels or
95 * too few channels. */
119 * capabilities, e.g. exposes too many channels or
120 * too few channels. */
556 /* Channels */
581 proxy_config.channels = proposed_channel_count
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 88 // strictly for testing, logs the indices of the channels for a given mask,
92 // check against unsupported channels
94 ALOGE("Unsupported channels (top or front left/right of center)");
99 ALOGE("Front channels must be present");
106 ALOGE("Side channels must be used as a pair");
115 ALOGE("Back channels must be used as a pair");
291 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels;
554 pDwmModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_7POINT1;
566 pDwmModule->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
611 || pConfig->outputCfg.channels != DOWNMIX_OUTPUT_CHANNEL
    [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 158 * positions to channels of an endpoint, or figuring what the i<sup>th</sup> position bit is within
174 * <code>0xF</code>. Suppose we wanted to select only the first and the third channels; this would
191 * third and fourth audio channels of the endpoint (i.e. the second channel pair), and not care the
356 * Return the number of channels from an input channel mask
358 * @return number of channels for the mask
365 * Return the number of channels from an output channel mask
367 * @return number of channels for the mask
    [all...]

Completed in 201 milliseconds

<<11121314151617181920>>