/external/wpa_supplicant_8/wpa_supplicant/ |
scan.c | 352 "channels"); 538 /* Include only supported channels for the specified band */ 544 /* No channels supported in this band - use empty list */ 553 if (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED) 555 params->freqs[count++] = mode->channels[i].freq; 564 return; /* unknown what channels the driver supports */ 945 wpa_dbg(wpa_s, MSG_DEBUG, "Limit manual scan to specified channels"); 975 "current operating channels since " 1017 * is operating there may not be need to scan other channels apart from 1019 * out other channels in case we are trying to find a connection for [all...] |
/docs/source.android.com/src/devices/audio/ |
terminology.jd | 81 Decrease the number of channels, such as from stereo to mono or from 5.1 to 82 stereo. Accomplished by dropping channels, mixing channels, or more advanced 94 Both PCM and DSD represent multiple channels by independent sequences. DSD is 251 Two channels. 286 Increase the number of channels, such as from mono to stereo or from stereo to 293 Effect that attempts to spatialize audio channels, such as trying to simulate
|
/external/tinyalsa/ |
pcm.c | 321 return bytes / (pcm->config.channels * 327 return frames * pcm->config.channels * 491 x.frames = count / (pcm->config.channels * 530 x.frames = count / (pcm->config.channels * 795 STRLOG(string, offset, size, " Channels:\tmin=%u\t\tmax=%u\n", min, max); 879 pcm_format_to_bits(config->format) * config->channels); 881 config->channels); [all...] |
/frameworks/base/core/java/android/hardware/radio/ |
RadioManager.java | 359 * Currently all defined band types express channels as frequency in kHz 366 * Currently all defined band types express channels as frequency in kHz 373 * Currently all defined band types express channels as frequency in kHz 680 * Currently all defined band types express channels as frequency in kHz 687 * Currently all defined band types express channels as frequency in kHz 694 * Currently all defined band types express channels as frequency in kHz [all...] |
/frameworks/base/media/java/android/media/ |
MediaFormat.java | 75 * <tr><td>{@link #KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT}</td><td>Integer</td><td><b>decoder-only</b>, optional, if content is AAC audio, specifies the maximum number of channels the decoder outputs.</td></tr> 142 * A key describing the number of channels in an audio format. 312 * A key describing the maximum number of channels that can be output by the AAC decoder. 313 * By default, the decoder will output the same number of channels as present in the encoded 314 * stream, if supported. Set this value to limit the number of output channels, and use 316 * <p>Values larger than the number of channels in the content to decode are ignored. 709 * @param channelCount The number of audio channels in the content. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0.0 | |
/system/media/audio/include/system/ |
audio.h | 318 /* output channels */ 397 /* input channels */ 467 /* Maximum number of channels for all representations */ 545 * For multi-channel beyond stereo, the platform convention is that channels [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
AllocationTest.java | 286 * <p>The color channels must be in the following order: 312 final int CHANNELS = 3; // yuv 315 assertTrue("YUV pixel must be at least 3 bytes large", CHANNELS <= yuvData.length); 317 float[] rgb = new float[CHANNELS]; 334 for (int i = 0; i < CHANNELS; ++i) { [all...] |
/external/aac/libAACenc/src/ |
aacenc.h | 117 AAC_ENC_INVALID_N_CHANNELS = 0x20e0, /*!< Invalid amount of audio input channels. */ 192 INT nChannels; /* number of channels to process */ 230 * \param nChannels number of total channels 231 * \param nChannelsEff number of effective channels 282 const INT nChannels, /* number of maximal channels in instance to support */
|
/external/libvorbis/doc/vorbisenc/ |
overview.html | 49 with the basic input audio parameters (rate and channels) and the 88 <td>channels</td> 91 The number of channels encoded in each input sample. By default, 92 stereo input modes (two channels) are 'coupled' by Vorbis 1.1 such 337 encodings) are normally encoded assuming the channels form a stereo
|
/external/llvm/lib/Target/R600/ |
SIInstrInfo.td | [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 39 #define MAX_CHANNEL_COUNT 8 /* maximum number of audio channels that can be decoded */ 553 ALOGI("Initially configuring decoder: %d Hz, %d channels", 748 ALOGI("Reconfiguring decoder: %d->%d Hz, %d->%d channels", [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FileIOInterruptTest.java | 16 package libcore.java.nio.channels; 27 import java.nio.channels.AsynchronousCloseException; 28 import java.nio.channels.ClosedByInterruptException; 29 import java.nio.channels.ClosedChannelException; 30 import java.nio.channels.FileChannel;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 623 * Note that multiple channels can be connected to the remote device by multiple applications. 686 // We were disconnecting all the channels with the remote device 756 List<HealthChannel> channels = new ArrayList<HealthChannel>(); local 761 channels.add(chan); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportVCardActivity.java | 61 import java.nio.channels.Channels; 62 import java.nio.channels.ReadableByteChannel; 63 import java.nio.channels.WritableByteChannel; 349 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri));
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
ImageReaderSubPane.java | 32 import java.nio.channels.Channels; 33 import java.nio.channels.WritableByteChannel; 640 WritableByteChannel outChannel = Channels.newChannel(out); 653 WritableByteChannel outChannel = Channels.newChannel(out);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libpulse.so | |
libpulse.so.0 | |
libpulse.so.0.13.5 | |
/system/bt/stack/l2cap/ |
l2c_int.h | 330 /* Round-Robin service for the same priority channels */ 344 UINT8 num_ccb; /* number of channels in priority group */ 423 /* round robin service for the same priority channels */ 472 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ 480 tL2C_BLE_FIXED_CHNLS_MASK l2c_ble_fixed_chnls_mask; // LE fixed channels mask [all...] |
/device/asus/fugu/libaudio/ |
AudioOutput.cpp | 209 config.channels = mChannelCnt; 223 "%d channels, framesPerChunk = %d, alsaFormat = %d", 224 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format);
|
alsa_utils.cpp | 234 // which supports the maximum number of channels. 328 // which supports the maximum number of channels. 363 ALOGV("supportsFormat() format = 0x%08X, sampleRate = %u, channels = 0x%08X, iec958 = %d",
|
/device/lge/hammerhead/original-kernel-headers/sound/ |
compress_params.h | 361 * @max_ch: Maximum number of audio channels 400 * @ch_in: Number of input audio channels 401 * @ch_out: Number of output channels. In case of contradiction between
|