Searched defs:sampleWidthBits (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/ |
| D | PCMDecoder.cs | 18 …public PCMDecoder(uint sampleWidthBits, uint samplingRateHz, uint numberOfChannels, bool concatena… in PCMDecoder() 108 private readonly uint sampleWidthBits; field in Antmicro.Renode.Peripherals.Sound.PCMDecoder
|
| D | PCMEncoder.cs | 18 …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/ |
| D | LiteX_I2S_Master.cs | 18 …public LiteX_I2S_Master(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRa… in LiteX_I2S_Master()
|
| D | LiteX_I2S_Slave.cs | 16 …public LiteX_I2S_Slave(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRat… in LiteX_I2S_Slave()
|