Home
last modified time | relevance | path

Searched refs:ChnCnt (Results 1 – 4 of 4) sorted by relevance

/dports/audio/vgmplay/vgmplay-0.40.9_2/
H A DVGMPlay.h16 UINT8 ChnCnt; member
H A DVGMPlay.c471 TempCOpt->ChnCnt = 0x00; in VGMPlay_Init()
501 TempCOpt->ChnCnt = 0x04; in VGMPlay_Init()
502 TempCOpt->Panning = (INT16*)malloc(sizeof(INT16) * TempCOpt->ChnCnt); in VGMPlay_Init()
503 for (CurChn = 0x00; CurChn < TempCOpt->ChnCnt; CurChn ++) in VGMPlay_Init()
507 TempCOpt->ChnCnt = 0x0E; // 0x09 + 0x05 in VGMPlay_Init()
508 TempCOpt->Panning = (INT16*)malloc(sizeof(INT16) * TempCOpt->ChnCnt); in VGMPlay_Init()
509 for (CurChn = 0x00; CurChn < TempCOpt->ChnCnt; CurChn ++) in VGMPlay_Init()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/
H A DVGMPlay.h20 UINT8 ChnCnt; member
H A DVGMPlay.c183 TempCOpt->ChnCnt = 0x00; in VGMPlay_Init()
211 TempCOpt->ChnCnt = 0x04; in VGMPlay_Init()
212 TempCOpt->Panning = (INT16*)malloc(sizeof(INT16) * TempCOpt->ChnCnt); in VGMPlay_Init()
213 for (CurChn = 0x00; CurChn < TempCOpt->ChnCnt; CurChn ++) in VGMPlay_Init()
217 TempCOpt->ChnCnt = 0x0E; // 0x09 + 0x05 in VGMPlay_Init()
218 TempCOpt->Panning = (INT16*)malloc(sizeof(INT16) * TempCOpt->ChnCnt); in VGMPlay_Init()
219 for (CurChn = 0x00; CurChn < TempCOpt->ChnCnt; CurChn ++) in VGMPlay_Init()