Go to the documentation of this file.
44 #include <sys/types.h>
50 #include "debug/VNC.hh"
55 _videoWidth(
fb->
width()), _videoHeight(
fb->height()),
56 captureEnabled(
p.frame_capture),
57 captureCurrentFrame(0), captureLastHash(0),
58 imgFormat(
p.img_format)
63 const std::string FRAME_OUTPUT_SUBDIR =
"frames_" +
name();
74 panic(
"Trying to VNC frame buffer to NULL!");
96 DPRINTF(VNC,
"Updating video params: width: %d height: %d\n",
121 char frameFilenameBuffer[64];
122 snprintf(frameFilenameBuffer, 64,
"fb.%06d.%lld.%s.gz",
125 const std::string frameFilename(frameFilenameBuffer);
OutputStream * create(const std::string &name, bool binary=false, bool no_gz=false)
Creates a file in this directory (optionally compressed).
OutputDirectory * createSubdirectory(const std::string &name)
Creates a subdirectory within this directory.
std::unique_ptr< ImgWriter > createImgWriter(Enums::ImageFormat type, const FrameBuffer *fb)
Factory Function which allocates a ImgWriter object and returns a smart pointer to it.
std::ostream * stream() const
Get the output underlying output stream.
void close(OutputStream *file)
Closes an output file and free the corresponding OutputFile.
virtual const std::string name() const
Internal gem5 representation of a frame buffer.
uint64_t getHash() const
Create a hash of the image that can be used for quick comparisons.
Tick curTick()
The universal simulation clock.
unsigned width() const
Frame buffer width in pixels.
unsigned height() const
Frame buffer height in pixels.
void remove(const std::string &name, bool recursive=false)
Removes a specified file or subdirectory.
#define panic(...)
This implements a cprintf based panic() function.
Abstract superclass for simulation objects.
Generated on Tue Jun 22 2021 15:28:25 for gem5 by doxygen 1.8.17