Home
last modified time | relevance | path

Searched defs:Format (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DVideoBackend.cs42 public PixelFormat Format { get; private set; } property in Antmicro.Renode.Backends.Video.VideoBackend
DAutoRepaintingVideo.cs72 public PixelFormat Format { get; private set; } property in Antmicro.Renode.Peripherals.Video.AutoRepaintingVideo
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DMusteinGenericGPU.cs306 Format = 0x2 enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DOV2640.cs76 public OutputFormat Format => outputFormat.Value; field in Antmicro.Renode.Peripherals.Sensors.OV2640