Home
last modified time | relevance | path

Searched refs:cyd_output_buffer_stereo (Results 1 – 4 of 4) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.h218 void cyd_output_buffer_stereo(void *udata, Uint8 *_stream, int len);
220 void cyd_output_buffer_stereo(int chan, void *_stream, int len, void *udata);
H A Dcyd.c785 void cyd_output_buffer_stereo(void *udata, Uint8 *_stream, int len) in cyd_output_buffer_stereo() function
787 void cyd_output_buffer_stereo(int chan, void *_stream, int len, void *udata) in cyd_output_buffer_stereo()
1050cyd_output_buffer_stereo(cyd, cyd->waveout_hdr[cyd->waveout_hdr_idx].lpData, cyd->waveout_hdr[cyd-… in fill_buffer()
1052cyd_output_buffer_stereo(0, cyd->waveout_hdr[cyd->waveout_hdr_idx].lpData, cyd->waveout_hdr[cyd->w… in fill_buffer()
1155 …case 2: if (!Mix_RegisterEffect(MIX_CHANNEL_POST, cyd_output_buffer_stereo, NULL, cyd)) return 0; … in cyd_register()
1179 desired.callback=cyd_output_buffer_stereo; in cyd_register()
1261 case 2: if (!Mix_UnregisterEffect(MIX_CHANNEL_POST, cyd_output_buffer_stereo)) return 0; break; in cyd_unregister()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/lib/
H A Dksnd.c188 cyd_output_buffer_stereo(&player->cyd, (void*)buffer, buffer_length); in KSND_FillBuffer()
190 cyd_output_buffer_stereo(0, buffer, buffer_length, &player->cyd); in KSND_FillBuffer()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dexport.c84 cyd_output_buffer_stereo(&cyd, (Uint8*)buffer, sizeof(buffer)); in export_wav()