Home
last modified time | relevance | path

Searched refs:ReadMP3Sample (Results 1 – 5 of 5) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatMP3.cpp152 bool CSoundFile::ReadMP3Sample(SAMPLEINDEX sample, FileReader &file, bool raw, bool mo3Decode) in ReadMP3Sample() function in CSoundFile
H A DLoad_dbm.cpp672 if(ReadMP3Sample(0, chunk, true)) in ReadDBM()
H A DSampleFormats.cpp65 && !ReadMP3Sample(nSample, file, false) in ReadSampleFromFile()
467 …bool loadedMP3 = ReadMP3Sample(nSample, sampleChunk, false, true) || ReadMediaFoundationSample(nSa… in ReadWAVSample()
H A DSndfile.h1184 …bool ReadMP3Sample(SAMPLEINDEX sample, FileReader &file, bool raw = false, bool mo3Decode = false)…
H A DLoad_mo3.cpp1415 if(ReadMP3Sample(smp, mpegData, true, true) || ReadMediaFoundationSample(smp, mpegData, true)) in ReadMO3()