22 #ifndef IMAGE_CODECS_HNM6_H 23 #define IMAGE_CODECS_HNM6_H 25 #include "image/codecs/codec.h" 36 uint16 getWidth()
const {
return _width; }
37 uint16 getHeight()
const {
return _height; }
40 void setWarpMode(
bool warpMode) { assert(!warpMode || !_videoMode); _warpMode = warpMode; }
43 bool videoMode =
false) :
Codec(),
44 _width(width), _height(height), _format(format), _videoMode(videoMode), _warpMode(
false) { }
46 uint16 _width, _height;
48 bool _warpMode, _videoMode;
52 uint32 bufferSize,
bool videoMode =
false);
Graphics::PixelFormat getPixelFormat() const override
Definition: hnm.h:38
Definition: movie_decoder.h:32