/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AppendTrack.java | 30 import java.nio.channels.Channels; 51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos)); 52 stsd.getBox(Channels.newChannel(refBaos)); 139 cur1.getBox(Channels.newChannel(baos1)); 140 cur2.getBox(Channels.newChannel(baos2));
|
/external/tinycompress/ |
cplay.c | 209 unsigned int channels, rate, bits; local 221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) { 227 codec.ch_in = channels; 228 codec.ch_out = channels; 285 printf("Format %u Channels %u, %u Hz, Bit Rate %d\n", 286 SND_AUDIOCODEC_MP3, channels, rate, bits);
|
/external/wpa_supplicant_8/src/common/ |
hw_features_common.c | 31 struct hostapd_channel_data *ch = &mode->channels[i]; 55 struct hostapd_channel_data *ch = &mode->channels[i]; 106 struct hostapd_channel_data *chan = &mode->channels[j]; 123 * the list of allowed channels (already checked above). 187 * Switch PRI/SEC channels if Beacons were detected on selected SEC 206 * channels that we are about to use (if already mixed order in
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 103 /* Set list of channels */ 154 /* Set list of channels */ 191 static char *wpa_driver_get_country_code(int channels) 195 if (channels == WEXT_NUMBER_SCAN_CHANNELS_ETSI) 197 else if( channels == WEXT_NUMBER_SCAN_CHANNELS_MKK1) 297 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) {
|
/external/flac/libFLAC/ |
md5.c | 274 static void format_input_(FLAC__multibyte *mbuf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) 284 #define BYTES_CHANNEL_SELECTOR(bytes, channels) (bytes * 100 + channels) 287 switch (BYTES_CHANNEL_SELECTOR (bytes_per_sample, channels)) { 457 for (channel = 0; channel < channels; channel++) 463 for (channel = 0; channel < channels; channel++) 469 for (channel = 0; channel < channels; channel++) { 479 for (channel = 0; channel < channels; channel++) 491 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) 493 const size_t bytes_needed = (size_t)channels * (size_t)samples * (size_t)bytes_per_sample [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 91 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); local 112 pcm->channels * 16); 114 pcm->channels); 142 sparams->avail_min = pcm->period_size/(channels * 2) ; 143 sparams->start_threshold = pcm->period_size/(channels * 2) ; 145 sparams->xfer_align = pcm->period_size/(channels * 2) ; /* needed for old kernels */ 164 static int play_file(unsigned rate, unsigned channels, int fd, 184 if (channels == 1) 186 else if (channels == 6) 234 pcm->channels = channels [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
ServerSocketChannelTest.java | 18 package org.apache.harmony.tests.java.nio.channels; 27 import java.nio.channels.AsynchronousCloseException; 28 import java.nio.channels.ClosedChannelException; 29 import java.nio.channels.IllegalBlockingModeException; 30 import java.nio.channels.NotYetBoundException; 31 import java.nio.channels.SelectionKey; 32 import java.nio.channels.ServerSocketChannel; 33 import java.nio.channels.SocketChannel; 34 import java.nio.channels.spi.SelectorProvider; 82 * Test method for 'java.nio.channels.ServerSocketChannel.validOps() [all...] |
/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
ThresholdDifferenceComparer.java | 38 * channels. If the sum of the errors amongst the channels is greater than some
|
/cts/tools/signature-tools/ |
sig-check | 72 java.nio.channels \ 73 java.nio.channels.spi \
|
sig-create | 69 java.nio.channels \ 70 java.nio.channels.spi \
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/ |
template-params.xml | 36 (3) Establishing RFCOMM channels/sockets 89 4. [Establishing RFCOMM][5] channels/sockets
|
/device/google/atv/products/ |
atv_base.mk | 100 # Do not include the Live Channels app if USE_OEM_TV_APP flag is set. 102 # has the pre-installed Live Channels app. This is necessary for the Play Store
|
/external/aac/libAACdec/src/ |
channelinfo.h | 202 * This union must be allocated for every element (up to 2 channels). 217 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm syntax */ 218 UCHAR aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm syntax. Same as "aCodeBook" ? */ 238 /* Common data referenced by all channels */ 254 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */ 255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */ 256 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */ 265 * This struct must be allocated one for every channels of every element and must be persistent.
|
/external/deqp/framework/delibs/deutil/ |
deSocket.h | 71 /* \todo [2012-07-09 pyry] Separate closed bits for send and receive channels. */ 131 deBool deSocket_shutdown (deSocket* socket, deUint32 channels);
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
InheritedChannelConnector.java | 22 import java.nio.channels.Channel; 23 import java.nio.channels.ServerSocketChannel;
|
NetworkTrafficSelectChannelConnector.java | 22 import java.nio.channels.SelectionKey; 23 import java.nio.channels.SocketChannel;
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
AudioBuffer.java | 71 int bytesPerSec = (bitsPerSample / 8) * channels * sampleRate; 81 "[id="+id+", ch="+channels+", bits="+bitsPerSample +
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloAnimation.java | 49 * using channels, a controller, and an AnimEventListener. */ 77 /** Create a controller and channels. */
|
/external/libvorbis/doc/vorbisfile/ |
chaining_example_c.html | 59 printf(<font color="#666666">"\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n"</font>, 60 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
|
/external/mesa3d/src/mesa/swrast/ |
s_chan.h | 26 * The swrast module is kind of hard-coded for 8bpp color channels but 27 * may be recompiled to use 16- or 32-bit color channels. But that
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
FullContainerBox.java | 26 import java.nio.channels.ReadableByteChannel; 27 import java.nio.channels.WritableByteChannel;
|
/external/skia/include/effects/ |
SkMatrixConvolutionImageFilter.h | 48 @param convolveAlpha If true, all channels are convolved. If false, 49 only the RGB channels are convolved, and
|
/external/webrtc/src/common_audio/resampler/ |
resampler_unittest.cc | 96 // with number of channels and ResamplerType as input. 119 // Number of channels is 2, stereo mode.
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 269 switch (sfinfo.channels) { 274 fprintf(stderr, "unsupported channel count %d\n", sfinfo.channels); 326 sfframesize = sfinfo.channels * sizeof(float); 330 sfframesize = sfinfo.channels * sizeof(int); 334 sfframesize = sfinfo.channels * sizeof(int); // use int size 338 sfframesize = sfinfo.channels * sizeof(short); 342 sfframesize = sfinfo.channels * sizeof(short); // use short size 392 format_pcm.numChannels = sfinfo.channels;
|