Home
last modified time | relevance | path

Searched refs:A_STREAMINTERLEAVED (Results 1 – 6 of 6) sorted by relevance

/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/
H A DYmload.cpp247 if (attrib&A_STREAMINTERLEAVED)
274 attrib &= (~A_STREAMINTERLEAVED);
314 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL);
336 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL);
367 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL);
479 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL);
H A DYmMusic.h113 A_STREAMINTERLEAVED = 1, enumerator
H A DYmMusic.cpp547 if (attrib&A_STREAMINTERLEAVED)
570 attrib &= (~A_STREAMINTERLEAVED);
/dports/audio/ocp/ocp-0.2.90/playym/stsoundlib/
H A DYmload.cpp276 if (attrib&A_STREAMINTERLEAVED) in deInterleave()
303 attrib &= (~A_STREAMINTERLEAVED); in deInterleave()
355 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL); in ymDecode()
377 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL); in ymDecode()
405 setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL); in ymDecode()
H A DYmMusic.h117 A_STREAMINTERLEAVED = 1, enumerator
H A DYmMusic.cpp658 if (attrib&A_STREAMINTERLEAVED) in ymTrackerDesInterleave()
681 attrib &= (~A_STREAMINTERLEAVED); in ymTrackerDesInterleave()