Home
last modified time | relevance | path

Searched refs:parseDATAChunk (Results 1 – 2 of 2) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DSampleLoaderWAV.h112 mp_sint32 parseDATAChunk(XMFile& f, TWAVHeader& hdr, mp_sint32 index, mp_sint32 channelIndex);
H A DSampleLoaderWAV.cpp88 mp_sint32 SampleLoaderWAV::parseDATAChunk(XMFile& f, TWAVHeader& hdr, mp_sint32 index, mp_sint32 ch… in parseDATAChunk() function in SampleLoaderWAV
556 mp_sint32 res = parseDATAChunk(f, hdr, index, channelIndex); in loadSample()