Home
last modified time | relevance | path

Searched refs:snd_pcm_area_silence (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/sound/core/oss/
A Dcopy.c49 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format); in copy_transfer()
A Dmulaw.c183 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_decode()
229 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_encode()
A Droute.c33 snd_pcm_area_silence(&dvp->area, 0, frames, format); in zero_areas()
A Drate.c85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_expand()
144 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_shrink()
A Dlinear.c70 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in convert()
A Dpcm_plugin.h133 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_channel,
A Dpcm_plugin.c672 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, in snd_pcm_area_silence() function
728 return snd_pcm_area_silence(dst_area, dst_offset, samples, format); in snd_pcm_area_copy()

Completed in 8 milliseconds