Home
last modified time | relevance | path

Searched refs:GetConverter (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DAutoRepaintingVideo.cs37 …var converter = PixelManipulationTools.GetConverter(Format, Endianess, RawImageData.PixelFormat, E… in TakeScreenshot()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs69 …var converter = PixelManipulationTools.GetConverter(PixelFormat.RGB888, ELFSharp.ELF.Endianess.Big… in GetLastFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA2D.cs249 …bgConverter = PixelManipulationTools.GetConverter(backgroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()
250 …fgConverter = PixelManipulationTools.GetConverter(foregroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs209 …converter = PixelManipulationTools.GetConverter((Backends.Display.PixelFormat)format, (ELFSharp.EL… in InitConverter()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs105 …converter = PixelManipulationTools.GetConverter(colorFormat, endianess, pixelFormat, Endianess.Big… in SetDisplayParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DSTM32LTDC.cs327 …PixelManipulationTools.GetConverter(PixelFormat.ARGB8888, video.Endianess, PixelFormatField.Value.… in HandleLayerBackgroundColorChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DPixelManipulationTools.cs19 …public static IPixelConverter GetConverter(PixelFormat inputFormat, Endianess inputEndianess, Pixe… in GetConverter() method in Antmicro.Renode.Backends.Display.PixelManipulationTools