HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 326 - 350 of 530) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
snd_dma.cpp 121 Con_Printf("%5d samples\n", shm->samples);
222 shm->samples = 32768;
609 Q_memset(pData, clear, shm->samples * shm->samplebits/8);
617 Q_memset(shm->buffer, clear, shm->samples * shm->samplebits/8);
824 fullsamples = shm->samples / shm->channels;
883 samps = shm->samples >> (shm->channels-1);
snd_mix.cpp 124 lpos = lpaintedtime & ((shm->samples>>1)-1);
128 snd_linear_count = (shm->samples>>1) - lpos;
134 // write a linear blast of samples
172 out_mask = shm->samples - 1;
snd_android.cpp 228 /* Play the PCM samples using a buffer queue */
324 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
331 if ( (shm->samples & 0x1ff) != 0 ) {
332 LOGE("SNDDDMA_Init: samples must be power of two.");
349 return the current sample position (in mono samples read)
657 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
664 if ( (shm->samples & 0x1ff) != 0 ) {
665 LOGE("SNDDDMA_Init: samples must be power of two.");
685 return the current sample position (in mono samples read)
  /gdk/samples/quake/jni/
snd_dma.cpp 121 Con_Printf("%5d samples\n", shm->samples);
222 shm->samples = 32768;
609 Q_memset(pData, clear, shm->samples * shm->samplebits/8);
617 Q_memset(shm->buffer, clear, shm->samples * shm->samplebits/8);
824 fullsamples = shm->samples / shm->channels;
883 samps = shm->samples >> (shm->channels-1);
snd_mix.cpp 124 lpos = lpaintedtime & ((shm->samples>>1)-1);
128 snd_linear_count = (shm->samples>>1) - lpos;
134 // write a linear blast of samples
172 out_mask = shm->samples - 1;
snd_android.cpp 228 /* Play the PCM samples using a buffer queue */
324 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
331 if ( (shm->samples & 0x1ff) != 0 ) {
332 LOGE("SNDDDMA_Init: samples must be power of two.");
349 return the current sample position (in mono samples read)
657 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
664 if ( (shm->samples & 0x1ff) != 0 ) {
665 LOGE("SNDDDMA_Init: samples must be power of two.");
685 return the current sample position (in mono samples read)
  /external/v8/src/
runtime-profiler.cc 240 JSFunction* samples[kSamplerFrameCount]; local
330 samples[sample_count++] = function;
348 // Add the collected functions as samples. It's important not to do
352 AddSample(samples[i], kSamplerFrameWeight[i]);
  /ndk/build/tools/
package-release.sh 80 register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify platforms/samples directory"
228 rm -rf $NDK_ROOT_DIR/samples/*/obj
229 rm -rf $NDK_ROOT_DIR/samples/*/libs
296 echo "Unpacking samples files" &&
297 unpack_archive "$PREBUILT_DIR/samples.tar.bz2" "$REFERENCE"
320 rm -rf $REFERENCE/samples/*/{obj,libs,build.xml,local.properties,Android.mk} &&
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 46 other.set(other.size() / 2, getSubjectGenerator().samples().e3);
ListListIteratorTester.java 70 listListIteratorTesterNumIterations(), singleton(samples.e4), features,
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 79 @Override public SampleElements<Integer> samples() { method in class:ContiguousSetNonGwtTest.TestIntegerSetGenerator
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 412 int samples = img.getMultiSamples(); local
485 if (samples > 1)
496 if (samples > 1){
498 samples,
  /external/libvpx/
examples.mk 242 samples.dox: examples.mk
244 @echo "/*!\page samples Sample Code" > $@
247 "and the associated C code. In general, later samples"\
248 "build upon prior samples, so it is best to work through the"\
249 "list in order. The following samples are included: ">>$@
256 "pieces like the samples are. Thir sourcre is included here"\
262 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
263 DOCS-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
264 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox)
  /external/libvpx/vpx/
vpx_encoder.h 142 unsigned int samples[4]; /**< Number of samples, total/y/u/v */ member in struct:vpx_codec_cx_pkt::__anon8521::vpx_psnr_pkt
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 275 const Uint32 count = (this->spec.samples / 6); \
321 sample_len = this->spec.samples;
467 /* Set the buffer size, in samples */
468 frames = spec->samples;
470 spec->samples = frames;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 67 D3DMULTISAMPLE_TYPE GetMultisampleTypeFromSamples(GLsizei samples);
  /frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
CameraEffectsRecordingSample.java 18 package android.media.filterfw.samples;
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
EditTextActivityDialog.java 17 package com.android.imftest.samples;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_audio.h 49 int freq; /* DSP frequency -- samples per second */
53 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
60 Stereo samples are stored in a LRLRLR ordering.
67 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
68 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
69 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
70 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
127 * 'desired->freq' should be the desired audio frequency in samples-per-second.
129 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 43 int freq; /* DSP frequency -- samples per second */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
54 Stereo samples are stored in a LRLRLR ordering.
61 #define AUDIO_U8 0x0008 /* Unsigned 8-bit samples */
62 #define AUDIO_S8 0x8008 /* Signed 8-bit samples */
63 #define AUDIO_U16LSB 0x0010 /* Unsigned 16-bit samples */
64 #define AUDIO_S16LSB 0x8010 /* Signed 16-bit samples */
121 * 'desired->freq' should be the desired audio frequency in samples-per-second.
123 * 'desired->samples' is the desired size of the audio buffer, in samples
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 104 unsigned size; /* of each data[] in samples */
153 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, unsigned samples, FLAC__bool is_last_block);
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
295 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
322 static FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
333 unsigned input_capacity; /* current size (in samples) of the signal and residual buffers */
504 /* Number of samples that will be overread to watch for end of stream. By
506 * always try to read blocksize+1 samples before encoding a block, so that
2529 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
2694 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
    [all...]
  /development/tools/findunused/
findunusedresources 49 if [ -d $app/samples ]
51 sources="$sources $app/samples"

Completed in 506 milliseconds

<<11121314151617181920>>