Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs18 …public PCMDecoder(uint sampleWidthBits, uint samplingRateHz, uint numberOfChannels, bool concatena… in PCMDecoder()
108 private readonly uint sampleWidthBits; field in Antmicro.Renode.Peripherals.Sound.PCMDecoder
DPCMEncoder.cs18 …public PCMEncoder(uint sampleWidthBits, uint samplingRateHz, uint numberOfChannels, bool concatena… in PCMEncoder()
115 private readonly uint sampleWidthBits; field in Antmicro.Renode.Sound.PCMEncoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Master.cs18 …public LiteX_I2S_Master(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRa… in LiteX_I2S_Master()
DLiteX_I2S_Slave.cs16 …public LiteX_I2S_Slave(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRat… in LiteX_I2S_Slave()