Home
last modified time | relevance | path

Searched refs:SetBufferingBySamplesCount (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMEncoder.cs67 public void SetBufferingBySamplesCount(uint samplesCount) in SetBufferingBySamplesCount() method in Antmicro.Renode.Sound.PCMEncoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs130 encoder.SetBufferingBySamplesCount((uint)txBufferSize.Value / (txSampleWidth / 8)); in StartTx()
DNRF52840_I2S.cs73 encoder.SetBufferingBySamplesCount((uint)maxSamplesCount.Value); in Start()