Searched refs:inrate (Results 1 – 4 of 4) sorted by relevance
/external/qemu/audio/ |
D | mixeng.c | 299 void *st_rate_start (int inrate, int outrate) in st_rate_start() argument 311 rate->opos_inc = ((uint64_t) inrate << 32) / outrate; in st_rate_start()
|
D | mixeng.h | 43 void *st_rate_start (int inrate, int outrate);
|
/external/quake/quake/src/QW/client/ |
D | snd_mem.c | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx() argument 46 stepscale = (float)inrate / shm->speed; // this is usually 0.5, 1, or 2 in ResampleSfx()
|
/external/quake/quake/src/WinQuake/ |
D | snd_mem.cpp | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx() argument 46 stepscale = (float)inrate / shm->speed; // this is usually 0.5, 1, or 2 in ResampleSfx()
|