/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.cpp | 68 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) 82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate); 102 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, 122 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics); 206 if (lChannels == 0) lChannels = channels(); 211 (lChannels != channels()) || 214 if (pChannels) *pChannels = channels(); 256 snprintf(buffer, SIZE, "\tchannels: %d\n", channels()); 324 (*pChannels != channels()) || 328 *pChannels = channels(); [all...] |
/bionic/libc/kernel/uapi/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/development/ndk/platforms/android-21/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/external/guava/guava/src/com/google/common/io/ |
InputSupplier.java | 40 * get independent channels to the same underlying resource. 44 * channels returned by other calls.
|
OutputSupplier.java | 40 * get independent channels to the same underlying resource. 44 * channels returned by other calls.
|
/frameworks/base/media/java/android/media/ |
AudioGainConfig.java | 21 * controller. It contains a valid configuration (value, channels...) for a gain controller 62 * Indicates for which channels the gain is set.
|
/libcore/luni/src/main/java/java/nio/ |
NioUtils.java | 22 import java.nio.channels.ClosedChannelException; 23 import java.nio.channels.FileChannel;
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractSelectionKey.java | 17 package java.nio.channels.spi; 19 import java.nio.channels.SelectionKey;
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/hsi/ |
hsi_char.h | 49 uint32_t channels; member in struct:hsc_rx_config 54 uint32_t channels; member in struct:hsc_tx_config
|
/system/media/audio_utils/ |
Android.mk | 9 channels.c \ 35 channels.c \
|
/device/htc/flounder/ |
nvaudio_conf.xml | 27 <!ATTLIST pcm_config channels (1|2|3|4|5|6|7|8) #IMPLIED> 61 channels="2" 125 channels="2" 158 channels="1" 181 channels="2" 197 channels="2"
|
/external/speex/include/speex/ |
speex_echo.h | 82 * @param nb_mic Number of microphone channels 83 * @param nb_speakers Number of speaker channels 144 * @param channels Number of channels (it's a bit pointless if you don't have at least 2) 147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size); 149 /** Remove correlation between the channels by modifying the phase and possibly
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SelectorTest.java | 16 package libcore.java.nio.channels; 22 import java.nio.channels.NoConnectionPendingException; 23 import java.nio.channels.SelectionKey; 24 import java.nio.channels.Selector; 25 import java.nio.channels.ServerSocketChannel; 26 import java.nio.channels.SocketChannel;
|
/external/aac/libPCMutils/src/ |
limiter.cpp | 99 unsigned int channels, maxChannels; member in struct:TDLimiter 162 limiter->channels = maxChannels; 190 FDKmemset(limiter->delayBuf, 0, limiter->attack * limiter->channels * sizeof(FIXP_DBL) ); 235 unsigned int channels = limiter->channels; local 278 /* get maximum absolute sample value of all channels, including the additional gain. */ 280 for (j = 0; j < channels; j++) { 281 tmp2 = (FIXP_PCM)samples[i * channels + j]; 349 for (j = 0; j < channels; j++) { 351 tmp = delayBuf[delayBufIdx * channels + j] [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 284 * 2 - different channel configuration but same number of channels 301 /* Front channels */ 315 result = 2; /* different number of front channels */ 318 /* Side channels */ 332 result = 2; /* different number of side channels */ 335 /* Back channels */ 349 result = 2; /* different number of back channels */ 352 /* LFE channels */ 354 result = 2; /* different number of lfe channels */ 356 /* LFEs are always SCEs so we don't need to count the channels. * [all...] |
/frameworks/av/services/audioflinger/ |
AudioResamplerFirProcessNeon.h | 73 template <int CHANNELS, int STRIDE, bool FIXED> 86 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(CHANNELS == 1 || CHANNELS == 2); 88 sP -= CHANNELS*((STRIDE>>1)-1); 103 if (CHANNELS == 2) { 127 switch (CHANNELS) { 168 if (CHANNELS == 1) { 171 } else if (CHANNELS == 2) { 181 template <int CHANNELS, int STRIDE, bool FIXED> 194 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(CHANNELS == 1 || CHANNELS == 2) [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/ |
LwjglAudioRenderer.java | 68 private int[] channels;
field in class:LwjglAudioRenderer 181 channels = new int[channelList.size()];
182 for (int i = 0; i < channels.length; i++){
183 channels[i] = channelList.get(i);
186 ib = BufferUtils.createIntBuffer(channels.length);
187 chanSrcs = new AudioNode[channels.length];
189 logger.log(Level.INFO, "AudioRenderer supports {0} channels", channels.length);
229 // stop any playing channels
238 ib.put(channels);
[all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 142 const ChannelList &channels = m_file->header().channels(); local 143 m_red = channels.findChannel( "R" ); 144 m_green = channels.findChannel( "G" ); 145 m_blue = channels.findChannel( "B" ); 154 m_green = channels.findChannel( "Y" ); 158 m_red = channels.findChannel( "RY" ); 159 m_blue = channels.findChannel( "BY" ); 590 int width, int height, int depth, int channels ) 608 if( channels == 3 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SelectorTest.java | 17 package org.apache.harmony.tests.java.nio.channels; 23 import java.nio.channels.ClosedChannelException; 24 import java.nio.channels.ClosedSelectorException; 25 import java.nio.channels.Pipe; 26 import java.nio.channels.SelectionKey; 27 import java.nio.channels.Selector; 28 import java.nio.channels.ServerSocketChannel; 29 import java.nio.channels.SocketChannel; 30 import java.nio.channels.spi.SelectorProvider; 77 * @tests java.nio.channels.Selector#open( [all...] |
/external/libpng/contrib/gregbook/ |
readppm.c | 68 int bit_depth, color_type, channels; variable 97 channels = 3; 100 channels = 4; 103 channels = 1; 152 /* GRR WARNING: grayscale needs to be expanded and channels reset! */ 154 *pRowbytes = rowbytes = channels*width; 155 *pChannels = channels;
|