/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_mcsn.c | 392 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
|
SDL_mintaudio_stfa.c | 313 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
|
SDL_mintaudio_xbios.c | 477 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
SDL_nto_audio.c | 474 /* Allocate memory to the audio buffer and initialize with silence (Note that 483 SDL_memset(pcm_buf, spec->silence, pcm_len);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
SDL_paudio.c | 457 SDL_memset(mixbuf, spec->silence, spec->size);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/ |
SDL_sunaudio.c | 376 SDL_memset(mixbuf, spec->silence, spec->size);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/ |
SDL_nasaudio.c | 416 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 612 SDL_memset(mixbuf, spec->silence, spec->size);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 472 SDL_memset(mixbuf, spec->silence, spec->size);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
SDL_epocaudio.cpp | 537 TRAPD(err, thisdevice->hidden = static_cast<SDL_PrivateAudioData*>(CEpocAudio::NewL(buflen, spec->silence)));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 75 int (*silence)(struct snd_pcm_substream *substream, int channel, member in struct:snd_pcm_ops 293 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when 295 snd_pcm_uframes_t silence_size; /* Silence filling size */ 298 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */ 299 snd_pcm_uframes_t silence_filled; /* size filled with silence */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 75 int (*silence)(struct snd_pcm_substream *substream, int channel, member in struct:snd_pcm_ops 293 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when 295 snd_pcm_uframes_t silence_size; /* Silence filling size */ 298 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */ 299 snd_pcm_uframes_t silence_filled; /* size filled with silence */ [all...] |
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
gbemu.js | 779 var samplesPerCallback = 2048; //Has to be between 2048 and 4096 (If over, then samples are ignored, if under then silence is added). 852 //Pad with silence if we're underrunning: [all...] |