Home
last modified time | relevance | path

Searched refs:getrefresh (Results 1 – 25 of 140) sorted by relevance

123456

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dplayer.cpp55 slength += 1000.0f / getrefresh(); in songlength()
69 pos += 1000/getrefresh(); in seek()
H A Ddiskopl.cpp48 if(p->getrefresh() != old_freq) { in update()
49 old_freq = p->getrefresh(); in update()
H A Drad.h34 float getrefresh();
H A Dmad.h33 float getrefresh();
H A Damd.h34 float getrefresh();
H A Ddro.h39 float getrefresh();
H A Ddfm.h34 float getrefresh();
H A Dxsm.h35 float getrefresh();
H A Ddro2.h47 float getrefresh();
H A Draw.h38 float getrefresh();
H A Dmkj.h38 float getrefresh();
H A Dbam.h38 float getrefresh() in getrefresh() function
H A Dsng.h41 float getrefresh() in getrefresh() function
H A Dadtrack.h34 float getrefresh();
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dplayer.cpp55 slength += 1000.0f / getrefresh(); in songlength()
69 pos += 1000/getrefresh(); in seek()
H A Ddiskopl.cpp48 if(p->getrefresh() != old_freq) { in update()
49 old_freq = p->getrefresh(); in update()
H A Dmad.h33 float getrefresh();
H A Dxsm.h35 float getrefresh();
H A Dbam.h38 float getrefresh() in getrefresh() function
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/adplug/
H A Dadplug_player.cpp55 slength += 1000.0f / getrefresh(); in songlength()
68 pos += 1000 / getrefresh(); in seek()
/dports/audio/adplay/adplay-unix-1.8.1/src/
H A Doutput.cc73 i = min(towrite, (long)(minicnt / p->getrefresh() + 4) & ~3); in frame()
76 i = (long)(p->getrefresh() * i); in frame()
H A Dsdl.cc78 i = min(towrite, (long)(minicnt / self->p->getrefresh() + 4) & ~3); in callback()
81 minicnt -= (long)(self->p->getrefresh() * i); in callback()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/adplug/
H A Dadplug-xmms.cc270 time += (int) (1000 / plr.p->getrefresh ()); in play()
283 time += (int) (1000 / plr.p->getrefresh ()); in play()
285 i = std::min (towrite, (long) (toadd / plr.p->getrefresh () + 4) & ~3); in play()
289 toadd -= (long) (plr.p->getrefresh () * i); in play()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/decoder/
H A Du6_adplug_decoder_stream.cpp42 player_refresh_count = (int)(opl->getRate() / player->getrefresh()); in U6AdPlugDecoderStream()
80 j = (int)(opl->getRate() / player->getrefresh()); in readBuffer()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/
H A Dadplug-db.cpp172 … i = min (towrite, (long) (info->toadd / info->decoder->getrefresh () + sampsize) & ~(sampsize-1)); in adplug_read()
178 info->toadd -= (long) (info->decoder->getrefresh () * i); in adplug_read()
201 int framesize = _info->fmt.samplerate / info->decoder->getrefresh (); in adplug_seek_sample()

123456