Searched refs:hxcmod_fillbuffer (Results 1 – 8 of 8) sorted by relevance
/btstack/example/ |
H A D | mod_player.c | 52 hxcmod_fillbuffer(&mod_context, buffer, num_samples, NULL); in audio_playback()
|
H A D | le_audio_demo_util_source.c | 263 …hxcmod_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 D | sco_demo_util.c | 223 hxcmod_fillbuffer(&mod_context, (unsigned short *) samples, next_samples, NULL); in sco_demo_modplayer()
|
H A D | a2dp_source_demo.c | 407 hxcmod_fillbuffer(&mod_context, &pcm_buffer[0], num_samples_to_write, &trkbuf); in produce_mod_audio()
|
/btstack/3rd-party/hxcmod-player/ |
H A D | hxcmod.h | 302 void hxcmod_fillbuffer( modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_s…
|
H A D | readme.txt | 77 void hxcmod_fillbuffer( modcontext * modctx, unsigned short * outbuffer, unsigned long nbsample, tr…
|
H A D | hxcmod.c | 1604 void hxcmod_fillbuffer(modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_st… in hxcmod_fillbuffer() function
|
/btstack/test/le_audio/ |
H A D | lc3_test.c | 296 … hxcmod_fillbuffer(&mod_context, (unsigned short *) pcm, number_samples_per_frame, &trkbuf); in generate_audio()
|