Home
last modified time | relevance | path

Searched refs:SoundBufSizeALMS (Results 1 – 21 of 21) sorted by relevance

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/
H A Dlibretro.cpp339 int16 *const SoundBuf = spec.SoundBuf + spec.SoundBufSizeALMS * curgame->soundchan; in retro_run()
340 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
341 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
343 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/
H A Dlibretro.cpp475 int16 *const SoundBuf = spec.SoundBuf + spec.SoundBufSizeALMS * 2; in retro_run()
476 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
477 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
479 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/
H A Dgit.h134 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/
H A Dgit.h153 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/
H A Dgit.h213 int32_t SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/mednafen/
H A Dgit.h230 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/mednafen/
H A Dgit.h227 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/
H A Dgit.h213 int32_t SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/
H A Dgit.h238 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/
H A Dgit.h236 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/
H A Dgit.h250 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/
H A Dgit.h239 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/
H A Dgit.h244 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/
H A Dlibretro.cpp1682 spec.SoundBufSizeALMS = 0; in retro_run()
1702 int16 *const SoundBuf = spec.SoundBuf + spec.SoundBufSizeALMS * PCE_SOUNDCHANS; in retro_run()
1703 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
1704 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
1706 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/
H A Dgit.h238 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/
H A Dlibretro.cpp2701 int16 *const SoundBuf = sound_buf + spec.SoundBufSizeALMS * EmulatedVB.soundchan; in retro_run()
2702 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
2703 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
2705 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/
H A Dlibretro.cpp2334 spec.SoundBufSizeALMS = 0; in retro_run()
2356 int16 *const SoundBuf = spec.SoundBuf + spec.SoundBufSizeALMS * 2; /* 2 sound channels */ in retro_run()
2357 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
2358 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
2360 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/
H A Dlibretro.c754 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
755 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/
H A Dlibretro.cpp861 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
863 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/
H A Dlibretro.cpp1620 int16 *const SoundBuf = spec.SoundBuf + spec.SoundBufSizeALMS * curgame->soundchan; in retro_run()
1621 int32 SoundBufSize = spec.SoundBufSize - spec.SoundBufSizeALMS; in retro_run()
1622 const int32 SoundBufMaxSize = spec.SoundBufMaxSize - spec.SoundBufSizeALMS; in retro_run()
1624 spec.SoundBufSize = spec.SoundBufSizeALMS + SoundBufSize; in retro_run()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/
H A Dgit.h377 int32 SoundBufSizeALMS; // SoundBufSize value at last MidSync(), 0 member