Home
last modified time | relevance | path

Searched refs:readSoundData (Results 1 – 14 of 14) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Daudio_device.cpp80 static vector<char> readSoundData(OggVorbis_File& file, optional<int> length = none) { in readSoundData() function
101 vector<char> buffer = readSoundData(file); in SoundBuffer()
190 vector<char> data = readSoundData(*file, streamingBufferSize); in loop()
193 data = readSoundData(*file, streamingBufferSize); in loop()
205 vector<char> data = readSoundData(*file, streamingBufferSize); in loop()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DPocketWord.h83 bool readSoundData(WPSEntry const &entry, long pictSize, WPSEmbeddedObject &object);
H A DPocketWord.cpp1112 readSoundData(cEntry, pictSize, object); in readSound()
1117 bool PocketWordParser::readSoundData(WPSEntry const &entry, long pictSize, WPSEmbeddedObject &objec… in readSoundData() function in PocketWordParser
/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Ddxa_decoder.h55 virtual void readSoundData(Common::SeekableReadStream *stream);
H A Ddxa_decoder.cpp59 readSoundData(stream); in loadStream()
65 void DXADecoder::readSoundData(Common::SeekableReadStream *stream) { in readSoundData() function in Video::DXADecoder
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Danimation.h84 void readSoundData(Common::SeekableReadStream *stream);
H A Danimation.cpp378 void MoviePlayerDXA::readSoundData(Common::SeekableReadStream *stream) { in readSoundData() function in AGOS::MoviePlayerDXA
/dports/games/residualvm/residualvm-0.3.1/video/
H A Ddxa_decoder.h55 virtual void readSoundData(Common::SeekableReadStream *stream);
H A Ddxa_decoder.cpp59 readSoundData(stream); in loadStream()
65 void DXADecoder::readSoundData(Common::SeekableReadStream *stream) { in readSoundData() function in Video::DXADecoder
/dports/games/scummvm/scummvm-2.5.1/video/
H A Ddxa_decoder.h55 virtual void readSoundData(Common::SeekableReadStream *stream);
H A Ddxa_decoder.cpp59 readSoundData(stream); in loadStream()
65 void DXADecoder::readSoundData(Common::SeekableReadStream *stream) { in readSoundData() function in Video::DXADecoder
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Danimation.h84 void readSoundData(Common::SeekableReadStream *stream) override;
H A Danimation.cpp378 void MoviePlayerDXA::readSoundData(Common::SeekableReadStream *stream) { in readSoundData() function in AGOS::MoviePlayerDXA
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dformat.h3345 readSoundData(stream); in loadTR1_PC()
3546 readSoundData(stream); in loadTR3_PSX()
3905 void readSoundData(Stream &stream) { in readSoundData() function