Searched refs:inst (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/snd/common/src/ |
| D | snd_bank.c | 244 BOOL SND_ReadInstData(const SNDBankData *bank, int prgNo, int key, SNDInstData *inst) in SND_ReadInstData() argument 249 SDK_NULL_ASSERT(inst); in SND_ReadInstData() 260 return bankcb->readInstDataFunc(bankcb, prgNo, key, inst); in SND_ReadInstData() 273 inst->type = (u8)(instOffset & 0xff); in SND_ReadInstData() 277 switch (inst->type) in SND_ReadInstData() 287 inst->param = *param; // Structure copy in SND_ReadInstData() 303 *inst = drumSet->instOffset[key - min]; // Structure copy in SND_ReadInstData() 322 *inst = keySplit->instOffset[index]; // Structure copy in SND_ReadInstData() 349 BOOL SND_WriteInstData(SNDBankData *bank, int prgNo, int key, const struct SNDInstData *inst) in SND_WriteInstData() argument 355 SDK_NULL_ASSERT(inst); in SND_WriteInstData() [all …]
|
| /TwlSDK-5.2.1/include/nitro/snd/common/ |
| D | bank.h | 156 int key, struct SNDInstData *inst); 183 struct SNDInstData *inst); 185 const struct SNDInstData *inst); 188 BOOL SND_GetNextInstData(const struct SNDBankData *bank, struct SNDInstData *inst, 200 s32 length, const struct SNDBankData *bank, const struct SNDInstData *inst);
|