Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/build/libraries/snd/common/src/
Dsnd_work.c303 const SNDExChannel *chp = &driverInfo->work.channel[chNo]; in SND_ReadChannelInfo() local
304 SDK_NULL_ASSERT(chp); in SND_ReadChannelInfo()
306 chInfo->activeFlag = chp->active_flag; in SND_ReadChannelInfo()
307 chInfo->envStatus = (SNDEnvStatus)(chp->env_status); in SND_ReadChannelInfo()
310 const u8 volume = (u8)(chp->volume & 0xff); in SND_ReadChannelInfo()
311 const SNDChannelDataShift shift = (SNDChannelDataShift)(chp->volume >> 8); in SND_ReadChannelInfo()
331 chInfo->pan = chp->pan; in SND_ReadChannelInfo()
425 const SNDExChannel *chp = in SND_ReadTrackInfo() local
430 while (chp != NULL) in SND_ReadTrackInfo()
432 trackInfo->channel[trackInfo->chCount] = chp->myNo; in SND_ReadTrackInfo()
[all …]
/TwlSDK-5.5/build/libraries/ctrdg/common/src/
Dctrdg.c364 CTRDGHeader *chp = CTRDGi_GetHeaderAddr(); in CTRDG_IsExisting()
399 isRomCode = chp->isRomCode; in CTRDG_IsExisting()
402 … if ((isRomCode == CTRDG_IS_ROM_CODE && cip->moduleID.raw != chp->moduleID) // memory loaded in CTRDG_IsExisting()
404 … || ((cip->gameCode != chp->gameCode) && cip->isAgbCartridge)) // AGB cartridge comparison in CTRDG_IsExisting()
/TwlSDK-5.5/include/nitro/snd/common/
Dmidiplayer.h43 struct SNDExChannel *chp; member