Searched defs:modctx (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/hxcmod-player/ |
H A D | hxcmod.c | 1151 static void workeffect( modcontext * modctx, note * nptr, hxcmod_channel_t * cptr ) in workeffect() 1375 int hxcmod_init(modcontext * modctx) 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()
|