Home
last modified time | relevance | path

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

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