/frameworks/base/libs/audioflinger/ |
AudioFlinger.cpp | 2885 uint32_t channels = mCblk->channels; local 3741 uint32_t channels = pChannels ? *pChannels : 0; local 3897 uint32_t channels = pChannels ? *pChannels : 0; local [all...] |
AudioPolicyService.h | 55 uint32_t channels = 0, 63 uint32_t channels = 0,
|
/frameworks/base/media/libmedia/ |
AudioTrack.cpp | 56 int channels, 64 mStatus = set(streamType, sampleRate, format, channels, 72 int channels, 80 mStatus = set(streamType, sampleRate, format, channels, 106 int channels, 147 if (channels == 0) { 148 channels = AudioSystem::CHANNEL_OUT_STEREO; 162 if (!AudioSystem::isOutputChannel(channels)) { 166 uint32_t channelCount = AudioSystem::popCount(channels); 169 sampleRate, format, channels, (AudioSystem::output_flags)flags) [all...] |
/cts/tools/spec-progress/etc/ |
spec-progress | 96 java.nio.channels \ 97 java.nio.channels.spi \
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
MappedByteBufferTest.java | 36 import java.nio.channels.FileChannel; 37 import java.nio.channels.FileChannel.MapMode;
|
/external/bluetooth/bluez/audio/ |
gstsbcdec.c | 52 "channels = (int) [ 1, 2 ], " 104 "channels", G_TYPE_INT,
|
ipctest.c | 100 int channels; member in struct:userdata 115 .channels = 2, 418 if (u->channels <= 1) { 421 u->channels = 1; 423 u->channels = 2; 426 if (u->channels >= 2) { 427 u->channels = 2; 437 u->channels = 1;
|
/external/opencore/nodes/common/include/ |
pvmf_audio_encnode_extension.h | 96 * Sets the number of channels of encoded output (default to source num channel). 97 * @param aNumChannel Number of channels.
|
/external/opencore/protocols/systems/common/include/ |
tsc.h | 48 /* Requests the user to stop av codecs. Logical channels will be closed by TSC */ 104 /* Returns a pointer to the logical channels buffer. DO NOT DELETE */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/macosx/ |
SDL_coreaudio.c | 112 assert(this->spec.channels == ioData->mNumberChannels); 209 requestedDesc.mChannelsPerFrame = spec->channels;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/ |
SDL_syscdrom_c.h | 39 #define kAudioControl 109 /* Set the output volume for the audio channels */ 40 #define kReadAudioVolume 112 /* Get the output volume for the audio channels */
|
/external/skia/src/views/ |
SkOSSound.cpp | 144 v32 |= v32 << 16; // set the left and right channels 214 v32 |= v32 << 16; // set the left and right channels
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 210 ulChannel allows for up to 32 channels of audio with each bit position 220 USHORT usPhaseGroup; /* Phase grouping for locking channels */
|
/external/webkit/WebCore/dom/ |
MessagePort.h | 70 // Disentangle an array of ports, returning the entangled channels. 75 // Entangles an array of channels, returning an array of MessagePorts in matching order.
|
/frameworks/base/media/java/android/media/ |
CamcorderProfile.java | 37 * <li> Number of audio channels for recording. 117 * The number of audio channels used for the audio track
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 89 // stores pending events for stolen channels 116 // for channels aka AudioTracks
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_event_mbox.h | 181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */ 205 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrv.c | 530 /* copy scan SPS addmitted channels and SPS result */ 549 /* next two bytes indicates on which channels scan was attempted */ 597 1. for normal scan, multiply the channel time by the number of channels. 603 according to which the scan is triggered) by the number of channels. 605 channels, only very few of them will be delayed due to DTIM (in the worst 611 considered because if the scan overlaps DTIM the channels which are 631 /* the timeout is the scan duration on all channels */ 641 /* the timeout is the scan duration on all channels, plus the maximum time that can pass
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
scanTypes.h | 174 UINT8 numOfChannels; /**< number of channels */ 176 scan_channelEntry_u channelEntry[ MAX_NUMBER_OF_CHANNELS_PER_SCAN ]; /**< channels array */
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_event_mbox.h | 181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */ 205 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.c | 530 /* copy scan SPS addmitted channels and SPS result */ 549 /* next two bytes indicates on which channels scan was attempted */ 597 1. for normal scan, multiply the channel time by the number of channels. 603 according to which the scan is triggered) by the number of channels. 605 channels, only very few of them will be delayed due to DTIM (in the worst 611 considered because if the scan overlaps DTIM the channels which are 631 /* the timeout is the scan duration on all channels */ 641 /* the timeout is the scan duration on all channels, plus the maximum time that can pass
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
Channels.java | 18 package java.nio.channels; 27 import java.nio.channels.spi.AbstractInterruptibleChannel; 34 * This class provides several utilities to get I/O streams from channels. 36 public final class Channels { 41 private Channels() {
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dart/ |
SDL_dart.c | 86 int iChannels = 2; // Default is 2 channels (Stereo) 111 if (spec->channels > 2) 112 spec->channels = 2; // !!! FIXME: more than stereo support in OS/2? 145 iChannels = spec->channels; 150 // Now query this device if it supports the given freq/bits/channels!
|
/external/qemu/telephony/ |
sysdeps_posix.c | 83 /** CHANNELS 109 assert( channel != NULL && "out of free channels" ); 140 /* list of active channels */ 176 /* queue of pending channels */ 453 /* enqueue pending channels */
|
/external/webkit/WebCore/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 258 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; local 301 channels = png_get_channels(png, info); 302 ASSERT(channels == 3 || channels == 4); 304 m_reader->setHasAlpha(channels == 4);
|