Searched defs:converter (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | FrameBufferTester.cs | 214 private IPixelConverter converter; field in Antmicro.Renode.Testing.FrameBufferTester
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/ |
| D | PixelManipulationTools.cs | 645 public PixelConverter(PixelFormat input, PixelFormat output, ConvertDelegate converter) in PixelConverter() 665 private readonly ConvertDelegate converter; field in Antmicro.Renode.Backends.Display.PixelManipulationTools.PixelConverter
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/ |
| D | FrameBufferDisplayWidget.cs | 398 private IPixelConverter converter; field in Antmicro.Renode.Extensions.Analyzers.Video.FrameBufferDisplayWidget
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948.cs | 272 private ushort ConvertMeasurement(decimal value, Func<decimal, decimal> converter) in ConvertMeasurement() argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | HS3001.cs | 236 …ent(decimal value, MeasurementResolution resolution, Func<decimal, decimal> converter, int shift =… in ConvertMeasurement() argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32DMA2D.cs | 374 …ceOffset = 0, int destinationOffset = 0, int count = 1, Func<byte[], int, byte[]> converter = null) in DoCopy() argument
|