Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs84 public uint GetSingleSample() in GetSingleSample() method in Antmicro.Renode.Peripherals.Sound.PCMDecoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs213 temp |= decoder.GetSingleSample() << (int)(rxSampleWidth * i); in InputFrames()
DNRF52840_I2S.cs161 … valueToStore |= decoder.GetSingleSample() << (int)(sampleWidth * (sampleOffset - 1)); in InputFrames()