Home
last modified time | relevance | path

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

/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.h229 } modcontext; typedef
299 int hxcmod_init( modcontext * modctx );
300 int hxcmod_setcfg( modcontext * modctx, int samplerate, int stereo_separation, int filter );
301 int hxcmod_load( modcontext * modctx, void * mod_data, int mod_data_size );
302 void hxcmod_fillbuffer( modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_s…
303 void hxcmod_unload( modcontext * modctx );
H A Dreadme.txt59 int hxcmod_init( modcontext * modctx )
61 - Initialize the modcontext buffer. Must be called before doing anything else.
64 int hxcmod_setcfg( modcontext * modctx, int samplerate, int stereo_separation, int filter);
71 int hxcmod_load( modcontext * modctx, void * mod_data, int mod_data_size )
77 void hxcmod_fillbuffer( modcontext * modctx, unsigned short * outbuffer, unsigned long nbsample, tr…
87 void hxcmod_unload( modcontext * modctx )
H A Dhxcmod.c432 static int getnote( modcontext * mod, unsigned short period ) in getnote()
479 static void worknote( note * nptr, hxcmod_channel_t * cptr,char t,modcontext * mod ) in worknote()
1151 static void workeffect( modcontext * modctx, note * nptr, hxcmod_channel_t * cptr ) in workeffect()
1375 int hxcmod_init(modcontext * modctx) in hxcmod_init()
1383 memclear(modctx,0,sizeof(modcontext)); in hxcmod_init()
1410 int hxcmod_setcfg(modcontext * modctx, int samplerate, int stereo_separation, int filter) in hxcmod_setcfg()
1432 int hxcmod_load( modcontext * modctx, void * mod_data, int mod_data_size ) in hxcmod_load()
1604 void hxcmod_fillbuffer(modcontext * modctx, msample * outbuffer, mssize nbsample, tracker_buffer_st… in hxcmod_fillbuffer()
2039 void hxcmod_unload( modcontext * modctx ) in hxcmod_unload()
/btstack/example/
H A Dmod_player.c49 static modcontext mod_context;
H A Dle_audio_demo_util_source.c106 static modcontext le_audio_demo_source_hxcmod_context;
H A Dsco_demo_util.c137 static modcontext mod_context;
H A Da2dp_source_demo.c197 static modcontext mod_context;
/btstack/test/le_audio/
H A Dlc3_test.c107 static modcontext mod_context;