Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dvqa_decoder.h194 bool readLITE(Common::SeekableReadStream *s, uint32 size);
H A Dvqa_decoder.cpp241 …gs & kVQAReadCustom) == 0) ? _s->skip(roundup(chd.size)) : _videoTrack->readLITE(_s, chd.size); br… in readPacket()
778 bool VQADecoder::VQAVideoTrack::readLITE(Common::SeekableReadStream *s, uint32 size) { in readLITE() function in BladeRunner::VQADecoder::VQAVideoTrack
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dvqa_decoder.h196 bool readLITE(Common::SeekableReadStream *s, uint32 size);
H A Dvqa_decoder.cpp241 …gs & kVQAReadCustom) == 0) ? _s->skip(roundup(chd.size)) : _videoTrack->readLITE(_s, chd.size); br… in readPacket()
790 bool VQADecoder::VQAVideoTrack::readLITE(Common::SeekableReadStream *s, uint32 size) { in readLITE() function in BladeRunner::VQADecoder::VQAVideoTrack