gem5
v21.1.0.1
|
#include "base/pngwriter.hh"
#include <png.h>
#include <cstdio>
#include <cstdlib>
#include "base/logging.hh"
Go to the source code of this file.
Classes | |
struct | gem5::PngWriter::PngStructHandle |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Functions | |
static void | gem5::writePng (png_structp pngPtr, png_bytep data, png_size_t length) |
Write callback to use with libpng APIs. More... | |