Searched refs:PixelManipulationTools (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/ |
| D | AutoRepaintingVideo.cs | 37 …var converter = PixelManipulationTools.GetConverter(Format, Endianess, RawImageData.PixelFormat, E… in TakeScreenshot()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32DMA2D.cs | 249 …bgConverter = PixelManipulationTools.GetConverter(backgroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange() 250 …fgConverter = PixelManipulationTools.GetConverter(foregroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange() 251 …blender = PixelManipulationTools.GetBlender(backgroundFormat, Endianness, foregroundFormat, Endian… in HandlePixelFormatChange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | STM32LTDC.cs | 182 …blender = PixelManipulationTools.GetBlender(layer[0].PixelFormatField.Value.ToPixelFormat(), Endia… in HandlePixelFormatChange() 327 …PixelManipulationTools.GetConverter(PixelFormat.ARGB8888, video.Endianess, PixelFormatField.Value.… in HandleLayerBackgroundColorChange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/ |
| D | HostCamera.cs | 69 …var converter = PixelManipulationTools.GetConverter(PixelFormat.RGB888, ELFSharp.ELF.Endianess.Big… in GetLastFrame()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | FrameBufferTester.cs | 209 …converter = PixelManipulationTools.GetConverter((Backends.Display.PixelFormat)format, (ELFSharp.EL… in InitConverter()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/ |
| D | FrameBufferDisplayWidget.cs | 105 …converter = PixelManipulationTools.GetConverter(colorFormat, endianess, pixelFormat, Endianess.Big… in SetDisplayParameters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/ |
| D | PixelManipulationTools.cs | 17 public static class PixelManipulationTools class
|