HomeSort by relevance Sort by last modified time
    Searched refs:sfx (Results 1 - 18 of 18) sorted by null

  /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...]
sound.h 66 sfx_t *sfx; // sfx number member in struct:__anon14218
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_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];
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);
  /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:__anon14663
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_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/libvpx/build/make/
gen_asm_deps.sh 44 sfx=${sfx:-asm}
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 57 typedef void (* RadialShade16Proc)(SkScalar sfx, SkScalar sdx,
62 void shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx,
75 SkFixed fx = SkScalarToFixed(sfx) >> 1;
108 void shadeSpan16_radial_mirror(SkScalar sfx, SkScalar sdx,
114 float fdist = sk_float_sqrt(sfx*sfx + sfy*sfy);
117 SkFixed magnitudeSquared = SkFixedSquare(sfx) +
127 sfx += sdx;
132 void shadeSpan16_radial_repeat(SkScalar sfx, SkScalar sdx,
136 SkFixed fx = SkScalarToFixed(sfx);
    [all...]
  /frameworks/base/services/java/com/android/server/
DockObserver.java 176 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); local
177 if (sfx != null) {
178 sfx.setStreamType(AudioManager.STREAM_SYSTEM);
179 sfx.play();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 157 // only play SFX when the dialog comes up or the bucket changes
247 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); local
248 if (sfx != null) {
249 sfx.setStreamType(AudioManager.STREAM_SYSTEM);
250 sfx.play();
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 502 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); local
503 if (sfx != null) {
504 sfx.setStreamType(AudioManager.STREAM_SYSTEM);
505 sfx.play();
  /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);
  /external/skia/legacy/src/effects/
SkGradientShader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 500 milliseconds