Searched refs:ImageFormat (Results 1 - 7 of 7) sorted by relevance

/gem5/src/base/
H A DGraphics.py43 class ImageFormat(Enum): vals = ['Auto', 'Bitmap', 'Png'] class in inherits:Enum
H A Dimgwriter.hh47 #include "enums/ImageFormat.hh"
89 createImgWriter(Enums::ImageFormat type, const FrameBuffer *fb);
H A Dimgwriter.cc52 createImgWriter(Enums::ImageFormat type, const FrameBuffer *fb)
/gem5/src/base/vnc/
H A DVnc.py47 img_format = Param.ImageFormat(
H A Dvncinput.hh233 Enums::ImageFormat imgFormat;
/gem5/src/dev/arm/
H A Dhdlcd.hh356 Enums::ImageFormat imgFormat;
H A DRealView.py64 from m5.objects.Graphics import ImageFormat
485 frame_format = Param.ImageFormat("Auto",

Completed in 15 milliseconds