Go to the documentation of this file.
38 #ifndef __BASE_FRAMEBUFFER_HH__
39 #define __BASE_FRAMEBUFFER_HH__
206 #endif // __BASE_FRAMEBUFFER_HH__
unsigned _height
Height in pixels.
Internal gem5 representation of a frame buffer.
static const FrameBuffer dummy
Static "dummy" frame buffer.
void copyOut(uint8_t *fb, const PixelConverter &conv) const
Store the contents of this frame buffer in an external buffer of the same width and height as this fr...
unsigned area() const
Total number of pixels in frame buffer.
unsigned width() const
Frame buffer width in pixels.
FrameBuffer()
Create an empty (0x0) frame buffer.
unsigned height() const
Frame buffer height in pixels.
void clear()
Fill the frame buffer with black pixels.
void copyOut(std::vector< uint8_t > &fb, const PixelConverter &conv) const
Store the contents of this frame buffer in an external buffer of the same width and height as this fr...
uint64_t getHash() const
Create a hash of the image that can be used for quick comparisons.
void fill(const Pixel &pixel)
Fill the frame buffer with a single pixel value.
Basic support for object serialization.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const Pixel & pixel(unsigned x, unsigned y) const
Get a pixel from an (x, y) coordinate.
void resize(unsigned width, unsigned height)
Resize the frame buffer.
Pixel & pixel(unsigned x, unsigned y)
Get a pixel from an (x, y) coordinate.
Internal gem5 representation of a Pixel.
unsigned _width
Width in pixels.
Configurable RGB pixel converter.
std::vector< Pixel > pixels
Frame buffer backing store.
void copyIn(const uint8_t *fb, const PixelConverter &conv)
Fill the frame buffer with pixel data from an external buffer of the same width and height as this fr...
void copyIn(const std::vector< uint8_t > &fb, const PixelConverter &conv)
Fill the frame buffer with pixel data from an external buffer of the same width and height as this fr...
std::ostream CheckpointOut
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void serialize(CheckpointOut &cp) const override
Serialize an object.
Generated on Wed May 4 2022 12:13:51 for gem5 by doxygen 1.8.17