Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs89 public IEnumerable<uint> GetSamplesByCount(uint samplesCountPerChannel) in GetSamplesByCount() method in Antmicro.Renode.Peripherals.Sound.PCMDecoder
102 return GetSamplesByCount(samplesPerChannel); in GetSamplesByTime()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DEOSS3_Voice.cs134 var samples = decoderLeft.GetSamplesByCount(samplesCount); in InputSamples()
161 var samplesLeft = decoderLeft.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()
162 var samplesRight = decoderRight.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()
DNRF52840_PDM.cs172 var samples = decoderLeft.GetSamplesByCount(samplesCount); in InputSamples()
199 var samplesLeft = decoderLeft.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()
200 var samplesRight = decoderRight.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()