Home
last modified time | relevance | path

Searched defs:samplingRateHz (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()
106 private readonly uint samplingRateHz; field in Antmicro.Renode.Peripherals.Sound.PCMDecoder
DPCMEncoder.cs18 …public PCMEncoder(uint sampleWidthBits, uint samplingRateHz, uint numberOfChannels, bool concatena… in PCMEncoder()
113 private readonly uint samplingRateHz; field in Antmicro.Renode.Sound.PCMEncoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Master.cs18 …_Master(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRateHz, uint numbe… in LiteX_I2S_Master()
DLiteX_I2S_Slave.cs16 …S_Slave(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRateHz, uint numbe… in LiteX_I2S_Slave()