Home
last modified time | relevance | path

Searched refs:sndOut (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/gcw0/
H A Dmain.cpp30 snd_pcm_t *sndOut; variable
35 while (sndOut) { in sndFill()
57 snd_pcm_prepare(sndOut); in sndFill()
70 sndOut = NULL; in sndInit()
80 if (!sndOut) { in sndInit()
100 snd_pcm_prepare(sndOut); in sndInit()
106 sndOut = NULL; in sndInit()
109 snd_pcm_start(sndOut); in sndInit()
117 snd_pcm_drop(sndOut); in sndFree()
118 snd_pcm_drain(sndOut); in sndFree()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/clover/
H A Dmain.cpp31 snd_pcm_t *sndOut; variable
36 while (sndOut) { in sndFill()
58 snd_pcm_prepare(sndOut); in sndFill()
71 sndOut = NULL; in sndInit()
81 if (!sndOut) { in sndInit()
101 snd_pcm_prepare(sndOut); in sndInit()
107 sndOut = NULL; in sndInit()
110 snd_pcm_start(sndOut); in sndInit()
118 snd_pcm_drop(sndOut); in sndFree()
119 snd_pcm_drain(sndOut); in sndFree()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/psc/
H A Dmain.cpp37 snd_pcm_t *sndOut; variable
42 while (sndOut) { in sndFill()
64 snd_pcm_prepare(sndOut); in sndFill()
77 sndOut = NULL; in sndInit()
87 if (!sndOut) { in sndInit()
107 snd_pcm_prepare(sndOut); in sndInit()
113 sndOut = NULL; in sndInit()
116 snd_pcm_start(sndOut); in sndInit()
124 snd_pcm_drop(sndOut); in sndFree()
125 snd_pcm_drain(sndOut); in sndFree()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/rpi/
H A Dmain.cpp30 snd_pcm_t *sndOut; variable
35 while (sndOut) { in sndFill()
49 snd_pcm_prepare(sndOut); in sndFill()
61 sndOut = NULL; in sndInit()
79 snd_pcm_hw_params(sndOut, params); in sndInit()
80 snd_pcm_prepare(sndOut); in sndInit()
86 sndOut = NULL; in sndInit()
89 snd_pcm_start(sndOut); in sndInit()
97 snd_pcm_drop(sndOut); in sndFree()
98 snd_pcm_drain(sndOut); in sndFree()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/sound/
H A Dsound.c105 if (PicoIn.sndOut) in PsndRerate()
146 if (!PicoIn.sndOut) in PsndDoDAC()
153 short *d = PicoIn.sndOut + pos*2; in PsndDoDAC()
158 short *d = PicoIn.sndOut + pos; in PsndDoDAC()
181 if (!PicoIn.sndOut || !(PicoIn.opt & POPT_EN_PSG)) in PsndDoPSG()
188 SN76496Update(PicoIn.sndOut + pos, len, stereo); in PsndDoPSG()
208 if (!PicoIn.sndOut || !(PicoIn.opt & POPT_EN_YM2413))
216 buf = PicoIn.sndOut + pos;
313 short *out = PicoIn.sndOut; in PsndClear()
344 short *dacbuf = PicoIn.sndOut + (daclen << stereo); in PsndRender()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/pico/sound/
H A Dsound.c199 if (PicoIn.sndOut) in PsndRerate()
245 if (!PicoIn.sndOut) in PsndDoDAC()
249 short *d = PicoIn.sndOut + pos*2; in PsndDoDAC()
252 short *d = PicoIn.sndOut + pos; in PsndDoDAC()
276 if (!PicoIn.sndOut || !(PicoIn.opt & POPT_EN_PSG)) in PsndDoPSG()
283 SN76496Update(PicoIn.sndOut + pos, len, stereo); in PsndDoPSG()
338 memset32((int *) PicoIn.sndOut, 0, len); // assume PicoIn.sndOut to be aligned in PsndClear()
340 short *out = PicoIn.sndOut; in PsndClear()
359 PicoPicoPCMUpdate(PicoIn.sndOut+offset, length, stereo); in PsndRender()
400 PsndMix_32_to_16l(PicoIn.sndOut+offset, buf32, length); in PsndRender()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/platform/gizmondo/
H A Demu.c269 PicoIn.sndOut += len / 2; in updateSound()
270 if (PicoIn.sndOut - snd_cbuff >= snd_cbuf_samples) in updateSound()
274 PicoIn.sndOut = snd_cbuff; in updateSound()
320 if (PicoIn.sndOut != NULL) in RunEvents()
347 if (PicoIn.sndOut != NULL) in RunEvents()
404 if ((events & 0x6000) && PicoIn.sndOut != NULL) in updateKeys()
472 PicoIn.sndOut = NULL; in pemu_loop()
556 if (PicoIn.sndOut != NULL) in pemu_loop()
663 else if (PicoIn.sndOut != NULL || currentConfig.Frameskip < 0) in pemu_loop()
679 if (PicoIn.sndOut != NULL) { in pemu_loop()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/gizmondo/
H A Demu.c272 PicoIn.sndOut += len / 2; in updateSound()
273 if (PicoIn.sndOut - snd_cbuff >= snd_cbuf_samples) in updateSound()
277 PicoIn.sndOut = snd_cbuff; in updateSound()
323 if (PicoIn.sndOut != NULL) in RunEvents()
350 if (PicoIn.sndOut != NULL) in RunEvents()
407 if ((events & 0x6000) && PicoIn.sndOut != NULL) in updateKeys()
475 PicoIn.sndOut = NULL; in pemu_loop()
559 if (PicoIn.sndOut != NULL) in pemu_loop()
666 else if (PicoIn.sndOut != NULL || currentConfig.Frameskip < 0) in pemu_loop()
682 if (PicoIn.sndOut != NULL) { in pemu_loop()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/platform/psp/
H A Demu.c594 PicoIn.sndOut = sndBuffer; in pemu_sound_start()
640 PicoIn.sndOut += len / 2; in writeSound()
647 if (PicoIn.sndOut > sndBuffer_endptr) lprintf("snd oflow %i!\n", PicoIn.sndOut - sndBuffer_endptr); in writeSound()
648 if (PicoIn.sndOut >= sndBuffer_endptr) in writeSound()
649 PicoIn.sndOut = sndBuffer; in writeSound()
872 PicoIn.sndOut = NULL; in pemu_loop()
1020 if (PicoIn.sndOut != NULL) { in pemu_loop()
1022 PicoIn.sndOut = NULL; in pemu_loop()
/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dpico_cmn.c154 if ((y == 224 || y == line_sample) && PicoIn.sndOut) in PicoFrameHints()
242 if (y == 224 && PicoIn.sndOut) in PicoFrameHints()
328 if (PicoIn.sndOut && ym2612.dacen && Pico.snd.dac_line < lines) in PicoFrameHints()
330 if (PicoIn.sndOut && Pico.snd.psg_line < lines) in PicoFrameHints()
H A Dsms.c324 if (y == 224 && PicoIn.sndOut) in PicoFrameMS()
331 if (PicoIn.sndOut && Pico.snd.psg_line < lines) in PicoFrameMS()
H A Ddebug.c390 if (PicoIn.sndOut) in PDebugZ80Frame()
397 if (PicoIn.sndOut) in PDebugZ80Frame()
405 if (PicoIn.sndOut && ym2612.dacen && Pico.snd.dac_line < lines) in PDebugZ80Frame()
H A Dpico.h104 short *sndOut; // PCM output buffer member
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/psp/
H A Demu.c613 PicoIn.sndOut = sndBuffer; in pemu_sound_start()
659 PicoIn.sndOut += len / 2; in writeSound()
666 if (PicoIn.sndOut > sndBuffer_endptr) lprintf("snd oflow %i!\n", PicoIn.sndOut - sndBuffer_endptr); in writeSound()
667 if (PicoIn.sndOut >= sndBuffer_endptr) in writeSound()
668 PicoIn.sndOut = sndBuffer; in writeSound()
891 PicoIn.sndOut = NULL; in pemu_loop()
1039 if (PicoIn.sndOut != NULL) { in pemu_loop()
1041 PicoIn.sndOut = NULL; in pemu_loop()
/dports/games/libretro-picodrive/picodrive-600894e/platform/win32/
H A Dplat.c134 PicoIn.sndOut = NULL; in pemu_sound_start()
148 PicoIn.sndOut = (void *)sndbuff; in pemu_sound_start()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/win32/
H A Dplat.c134 PicoIn.sndOut = NULL; in pemu_sound_start()
148 PicoIn.sndOut = (void *)sndbuff; in pemu_sound_start()
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/nix/
H A Dmain.cpp32 pa_simple *sndOut; variable
40 pa_simple_write(sndOut, sndData, SND_DATA_SIZE, NULL); in sndFill()
61 …if (!(sndOut = pa_simple_new(NULL, WND_TITLE, PA_STREAM_PLAYBACK, NULL, "game", &spec, NULL, &attr… in sndInit()
72 if (sndOut) { in sndFree()
/dports/games/libretro-picodrive/picodrive-600894e/platform/common/
H A Demu.c966 set_PsndOut = PicoIn.sndOut; in emu_set_fastforward()
969 PicoIn.sndOut = NULL; in emu_set_fastforward()
977 PicoIn.sndOut = set_PsndOut; in emu_set_fastforward()
1296 sndout_write_nb(PicoIn.sndOut, len); in snd_write_nonblocking()
1301 PicoIn.sndOut = NULL; in emu_sound_start()
1315 PicoIn.sndOut = sndBuffer; in emu_sound_start()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Demu.c971 set_PsndOut = PicoIn.sndOut; in emu_set_fastforward()
974 PicoIn.sndOut = NULL; in emu_set_fastforward()
982 PicoIn.sndOut = set_PsndOut; in emu_set_fastforward()
1303 sndout_write_nb(PicoIn.sndOut, len); in snd_write_nonblocking()
1308 PicoIn.sndOut = NULL; in emu_sound_start()
1322 PicoIn.sndOut = sndBuffer; in emu_sound_start()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dpico.h107 short *sndOut; // PCM output buffer member
H A Dpico_cmn.c313 if (PicoIn.sndOut) in PicoFrameHints()
H A Dsms.c379 if (PicoIn.sndOut) in PicoFrameMS()
H A Ddebug.c402 if (PicoIn.sndOut) in PDebugZ80Frame()
/dports/games/libretro-picodrive/picodrive-600894e/platform/libretro/
H A Dlibretro.c1176 PicoIn.sndOut = sndBuffer; in retro_load_game()
1282 audio_batch_cb(PicoIn.sndOut, len / 4); in snd_write()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libretro/
H A Dlibretro.c1299 PicoIn.sndOut = sndBuffer; in retro_load_game()
1413 audio_batch_cb(PicoIn.sndOut, len / 4); in snd_write()

12