HomeSort by relevance Sort by last modified time
    Searched full:sfx (Results 1 - 25 of 28) sorted by null

1 2

  /development/samples/JetBoy/JETBOY_content/
JETBOY.zip 
  /external/quake/quake/src/QW/client/
snd_dma.c 283 sfx_t *sfx; local
301 sfx = &known_sfx[i];
302 strcpy (sfx->name, name);
306 return sfx;
318 sfx_t *sfx; local
323 sfx = S_FindName (name);
324 Cache_Check (&sfx->cache);
335 sfx_t *sfx; local
340 sfx = S_FindName (name);
344 S_LoadSound (sfx);
917 sfx_t *sfx; local
941 sfx_t *sfx; local
963 sfx_t *sfx; local
987 sfx_t *sfx; local
    [all...]
snd_mix.c 283 if (!ch->sfx)
287 sc = S_LoadSound (ch->sfx);
320 ch->sfx = NULL;
350 unsigned char *sfx; local
360 sfx = (unsigned char *)sc->data + ch->pos;
364 data = sfx[i];
380 signed short *sfx; local
385 sfx = (signed short *)sc->data + ch->pos;
389 data = sfx[i];
sound.h 66 sfx_t *sfx; // sfx number member in struct:__anon6788
70 int pos; // sample position in sfx
92 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
93 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
snd_mixa.s 49 // unsigned char *sfx;
72 // sfx = (signed char *)sc->data + ch->pos;
107 // data = sfx[i];
snd_mem.c 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data)
42 sc = Cache_Check (&sfx->cache);
302 // Con_Printf("loopstart=%d\n", sfx->loopstart);
menu.c 419 case 7: // sfx volume
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 287 sfx_t *sfx; local
305 sfx = &known_sfx[i];
306 strcpy (sfx->name, name);
310 return sfx;
322 sfx_t *sfx; local
327 sfx = S_FindName (name);
328 Cache_Check (&sfx->cache);
339 sfx_t *sfx; local
344 sfx = S_FindName (name);
348 S_LoadSound (sfx);
924 sfx_t *sfx; local
948 sfx_t *sfx; local
970 sfx_t *sfx; local
994 sfx_t *sfx; local
    [all...]
snd_null.cpp 53 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
57 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation)
snd_mix.cpp 291 if (!ch->sfx)
295 sc = S_LoadSound (ch->sfx);
328 ch->sfx = NULL;
358 unsigned char *sfx; local
368 sfx = sc->data.uc + ch->pos;
372 data = sfx[i];
388 signed short *sfx; local
393 sfx = sc->data.ss + ch->pos;
397 data = sfx[i];
sound.h 75 sfx_t *sfx; // sfx number member in struct:__anon7233
79 int pos; // sample position in sfx
101 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
snd_mixa.s 49 // unsigned char *sfx;
72 // sfx = (signed char *)sc->data + ch->pos;
107 // data = sfx[i];
snd_mem.cpp 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data)
42 sc = (sfxcache_t*) Cache_Check (&sfx->cache);
300 // Con_Printf("loopstart=%d\n", sfx->loopstart);
  /external/libvpx/build/make/
gen_asm_deps.sh 44 sfx=${sfx:-asm}
45 includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
  /frameworks/base/services/java/com/android/server/
DockObserver.java 179 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
180 if (sfx != null) {
181 sfx.setStreamType(AudioManager.STREAM_SYSTEM);
182 sfx.play();
  /external/e2fsprogs/e2fsck/
dict.h 26 #include "sfx.h"
  /external/blktrace/btt/
args.c 267 static FILE *std_open(char *output_name, char *sfx, char *msg)
272 sprintf(fname, "%s.%s", output_name, sfx);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 696 // Don't play lockscreen SFX if the screen went off due to
953 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); local
    [all...]
  /external/libvpx/
ivfdec.c 573 const char *sfx = flipuv ? "yv12" : "i420"; local
578 prefix, img->d_w, img->d_h, frame_in, sfx);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 655 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); local
656 if (sfx != null) {
657 sfx.setStreamType(AudioManager.STREAM_SYSTEM);
658 sfx.play();
    [all...]
  /external/chromium/third_party/zlib/contrib/minizip/
unzip.c 125 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
137 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
    [all...]
zip.c 548 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
    [all...]
  /external/zlib/contrib/minizip/
unzip.c 158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
    [all...]
zip.c 643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.c     [all...]

Completed in 264 milliseconds

1 2