/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
psy_main.c | 193 Word16 channels, 198 Word32 channelBitRate = bitRate/channels; 207 err = InitTnsConfigurationLong(bitRate, sampleRate, channels, 217 err = InitTnsConfigurationShort(bitRate, sampleRate, channels, 222 for(ch=0;ch < channels;ch++){ 225 bitRate, channels); 261 Word16 ch; /* counts through channels */ 264 Word16 channels; local 267 channels = elemInfo->nChannelsInEl; 271 for(ch = 0; ch < channels; ch++) [all...] |
/external/libopus/celt/ |
celt_decoder.c | 67 int channels; member in struct:OpusCustomDecoder 91 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */ 92 /* opus_val16 lpc[], Size = channels*LPC_ORDER */ 99 int celt_decoder_get_size(int channels) 102 return opus_custom_decoder_get_size(mode, channels); 105 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) 108 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig) 109 + channels*LPC_ORDER*sizeof(opus_val16) 115 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error) 118 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); [all...] |
/external/libpng/contrib/pngminus/ |
pnm2png.c | 208 int channels; local 347 /* calculate the number of channels and store alpha-presence */ 349 channels = 1; 351 channels = 2; 353 channels = 3; 355 channels = 4; 357 channels = 0; /* should not happen */ 359 alpha_present = (channels - 1) % 2; 363 /* row data is as many bytes as can fit width x channels x bit_depth */ 364 row_bytes = (width * channels * bit_depth + 7) / 8 [all...] |
/external/aac/libAACenc/src/ |
psy_main.cpp | 440 AAC_ENCODER_ERROR FDKaacEnc_psyMain(INT channels, 453 INT ch; /* counts through channels */ 495 for(ch = 0; ch < channels; ch++) 509 for(ch = 0; ch < channels; ch++) 538 channels, 547 for(ch = 0; ch < channels; ch++) 557 for(ch = 0; ch < channels; ch++) 561 for(ch = 0; ch < channels; ch++) 592 /* Transform and get mdctScaling for all channels and windows. */ 593 for(ch = 0; ch < channels; ch++ [all...] |
/external/libopus/src/ |
opus_multistream_decoder.c | 66 int channels, 77 if ((channels>255) || (channels<1) || (coupled_streams>streams) || 81 st->layout.nb_channels = channels; 112 int channels, 121 if ((channels>255) || (channels<1) || (coupled_streams>streams) || 135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping); 291 /* Handle muted channels */
|
/frameworks/av/services/audioflinger/tests/ |
test-mixer.cpp | 39 fprintf(stderr, "Usage: %s [-f] [-m] [-c channels]" 44 fprintf(stderr, " -c number of mixer output channels\n"); 50 fprintf(stderr, " <command> can be 'sine:[(i|f),]<channels>,<frequency>,<samplerate>'\n"); 51 fprintf(stderr, " 'chirp:[(i|f),]<channels>,<samplerate>'\n"); 55 uint32_t sampleRate, uint32_t channels, size_t frames, bool isBufferFloat) { 63 info.channels = channels; 65 printf("saving file:%s channels:%u samplerate:%u frames:%zu\n", 66 filename, info.channels, info.samplerate, frames);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
OldSocketChannelTest.java | 18 package libcore.java.nio.channels; 27 import java.nio.channels.NoConnectionPendingException; 28 import java.nio.channels.NotYetConnectedException; 29 import java.nio.channels.SelectionKey; 30 import java.nio.channels.ServerSocketChannel; 31 import java.nio.channels.SocketChannel; 32 import java.nio.channels.UnresolvedAddressException; 33 import java.nio.channels.UnsupportedAddressTypeException; 34 import java.nio.channels.spi.SelectorProvider;
|
ServerSocketChannelTest.java | 17 package libcore.java.nio.channels; 25 import java.nio.channels.ClosedChannelException; 26 import java.nio.channels.ServerSocketChannel; 27 import java.nio.channels.SocketChannel; 28 import java.nio.channels.UnresolvedAddressException;
|
/frameworks/av/include/media/stagefright/ |
YUVImage.h | 26 // to YUV channels for different formats: 30 // - getOffsets() returns the correct offset for the different channels 32 // Location of any pixel's YUV channels can then be easily computed using these. 153 // for the YUV channels. Note that this corresponds to data rows and not pixel rows. 154 // E.g. depending on formats, U/V channels may have only one data row corresponding
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
java.nio.channels.FileLock.html | 10 java.nio.channels.FileLock 74 Class java.nio.channels.<A HREF="../../../../reference/java/nio/channels/FileLock.html" target="_top"><font size="+2"><code>FileLock</code></font></A> 87 <A NAME="java.nio.channels.FileLock.close_added()"></A> 88 <nobr><code>void</code> <A HREF="../../../../reference/java/nio/channels/FileLock.html#close()" target="_top"><code>close</code></A>()</nobr>
|
pkg_java.nio.channels.html | 10 java.nio.channels 74 Package <A HREF="../../../../reference/java/nio/channels/package-summary.html" target="_top"><font size="+1"><code>java.nio.channels</code></font></A> 85 <nobr><A HREF="java.nio.channels.FileLock.html">FileLock</A></nobr> 92 <nobr><A HREF="java.nio.channels.Selector.html">Selector</A></nobr>
|
/libcore/luni/src/main/java/java/nio/channels/ |
ServerSocketChannel.java | 18 package java.nio.channels; 23 import java.nio.channels.spi.AbstractSelectableChannel; 24 import java.nio.channels.spi.SelectorProvider; 65 * Gets the valid operations of this channel. Server-socket channels support 69 * @see java.nio.channels.SelectableChannel#validOps()
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_init.html | 30 long channels, 46 <dt><i>channels</i></dt> 47 <dd>The number of channels to be encoded.</dd>
|
vorbis_encode_setup_managed.html | 44 long channels, 60 <dt><i>channels</i></dt> 61 <dd>The number of channels to be encoded.</dd>
|
vorbis_encode_setup_vbr.html | 38 long channels, 52 <dt><i>channels</i></dt> 53 <dd>The number of channels to be encoded.</dd>
|
vorbis_info.html | 30 int channels; 49 <dt><i>channels</i></dt> 50 <dd>Int signifying number of channels in bitstream.</dd>
|
/external/libvorbis/include/vorbis/ |
vorbisenc.h | 47 * \param channels The number of channels to be encoded. 61 long channels, 84 * \param channels The number of channels to be encoded. 98 long channels, 118 * \param channels The number of channels to be encoded. 130 long channels, 146 * \param channels The number of channels to be encoded [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
FreeBox.java | 27 import java.nio.channels.FileChannel; 28 import java.nio.channels.ReadableByteChannel; 29 import java.nio.channels.WritableByteChannel;
|
/external/opencv/cxcore/src/ |
cxrand.cpp | 453 int type, depth, channels; local 506 channels = CV_MAT_CN( type ); 507 size.width *= channels; 513 for( i = 0, fast_int_mode = 1; i < channels; i++ ) 525 for( i = 0; i < channels; i++ ) 530 int t0 = iparam[0][i - channels]; 531 int t1 = iparam[1][i - channels]; 542 for( i = 0; i < channels; i++ ) 556 for( i = 0; i < channels; i++ ) 574 for( i = channels; i < 12; i++ [all...] |
/frameworks/native/include/media/openmax/ |
OMX_AudioExt.h | 57 OMX_U32 nChannels; /**< Number of channels */ 66 OMX_U32 nChannels; /**< Number of channels */ 75 OMX_U32 nChannels; /**< Number of channels */
|
/frameworks/opt/net/wifi/service/lib/ |
wifi_hal_stub.cpp | 33 /* List of all supported channels, including 5GHz channels */ 113 int band, int max_channels, wifi_channel *channels, int *num_channels) {
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.h | 58 uint32_t *channels=0, 66 uint32_t *channels, 88 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
gscancommand.h | 41 wifi_channel channels[]; member in struct:__anon26939 60 wifi_channel *channels; member in struct:__anon26942 127 virtual void setChannels(int *channels);
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractSelector.java | 18 package java.nio.channels.spi; 21 import java.nio.channels.SelectionKey; 22 import java.nio.channels.Selector;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
|