Searched refs:GetSingleSample (Results 1 – 3 of 3) sorted by relevance
84 public uint GetSingleSample() in GetSingleSample() method in Antmicro.Renode.Peripherals.Sound.PCMDecoder
213 temp |= decoder.GetSingleSample() << (int)(rxSampleWidth * i); in InputFrames()
161 … valueToStore |= decoder.GetSingleSample() << (int)(sampleWidth * (sampleOffset - 1)); in InputFrames()