Searched refs:modcontext (Results 1 – 8 of 8) sorted by relevance
/btstack/3rd-party/hxcmod-player/ |
H A D | hxcmod.h | 229 } 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 D | readme.txt | 59 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 D | hxcmod.c | 432 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 D | mod_player.c | 49 static modcontext mod_context;
|
H A D | le_audio_demo_util_source.c | 106 static modcontext le_audio_demo_source_hxcmod_context;
|
H A D | sco_demo_util.c | 137 static modcontext mod_context;
|
H A D | a2dp_source_demo.c | 197 static modcontext mod_context;
|
/btstack/test/le_audio/ |
H A D | lc3_test.c | 107 static modcontext mod_context;
|