Home
last modified time | relevance | path

Searched refs:hxcmod_fillbuffer (Results 1 – 8 of 8) sorted by relevance

/btstack/example/
H A Dmod_player.c52 hxcmod_fillbuffer(&mod_context, buffer, num_samples, NULL); in audio_playback()
H A Dle_audio_demo_util_source.c263hxcmod_fillbuffer(&le_audio_demo_source_hxcmod_context, le_audio_demo_source_pcm, le_audio_demo_so… in le_audio_demo_util_source_generate_iso_frame()
H A Dsco_demo_util.c223 hxcmod_fillbuffer(&mod_context, (unsigned short *) samples, next_samples, NULL); in sco_demo_modplayer()
H A Da2dp_source_demo.c407 hxcmod_fillbuffer(&mod_context, &pcm_buffer[0], num_samples_to_write, &trkbuf); in produce_mod_audio()
/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.h302 void hxcmod_fillbuffer( modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_s…
H A Dreadme.txt77 void hxcmod_fillbuffer( modcontext * modctx, unsigned short * outbuffer, unsigned long nbsample, tr…
H A Dhxcmod.c1604 void hxcmod_fillbuffer(modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_st… in hxcmod_fillbuffer() function
/btstack/test/le_audio/
H A Dlc3_test.c296hxcmod_fillbuffer(&mod_context, (unsigned short *) pcm, number_samples_per_frame, &trkbuf); in generate_audio()