ScummVM API documentation
Image::JYV1Decoder Class Reference

#include <jyv1.h>

Inheritance diagram for Image::JYV1Decoder:
Image::Codec

Public Member Functions

 JYV1Decoder (int width, int height, uint32 streamTag)
 
const Graphics::SurfacedecodeFrame (Common::SeekableReadStream &stream) override
 
Graphics::PixelFormat getPixelFormat () const override
 
- Public Member Functions inherited from Image::Codec
virtual bool setOutputPixelFormat (const Graphics::PixelFormat &format)
 
virtual bool containsPalette () const
 
virtual const byte * getPalette ()
 
virtual bool hasDirtyPalette () const
 
virtual bool canDither (DitherType type) const
 
virtual void setDither (DitherType type, const byte *palette)
 

Static Public Member Functions

static bool isJYV1StreamTag (uint32 streamTag)
 
- Static Public Member Functions inherited from Image::Codec
static byte * createQuickTimeDitherTable (const byte *palette, uint colorCount)
 

Additional Inherited Members

- Public Types inherited from Image::Codec
enum  DitherType { kDitherTypeUnknown, kDitherTypeVFW, kDitherTypeQT }
 

Detailed Description

JYV1/RRV1/RRV2 image decoder.

Used by Crusader: No Remorse AVI files

Member Function Documentation

◆ decodeFrame()

const Graphics::Surface* Image::JYV1Decoder::decodeFrame ( Common::SeekableReadStream stream)
overridevirtual

Decode the frame for the given data and return a pointer to a surface containing the decoded frame.

Returns
a pointer to the decoded frame

Implements Image::Codec.

◆ getPixelFormat()

Graphics::PixelFormat Image::JYV1Decoder::getPixelFormat ( ) const
overridevirtual

Get the format that the surface returned from decodeImage() will be in.

Implements Image::Codec.


The documentation for this class was generated from the following file: