Searched refs:snd_pcm_area_silence (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dcopy.c49 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format);
H A Droute.c33 snd_pcm_area_silence(&dvp->area, 0, frames, format);
H A Dpcm_plugin.h147 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_channel,
H A Dmulaw.c183 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
229 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
H A Drate.c85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
144 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
H A Dlinear.c70 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
H A Dpcm_plugin.c640 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, function
694 return snd_pcm_area_silence(dst_area, dst_offset, samples, format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dshare.c70 snd_pcm_area_silence(&dst_areas[dchn], 0, dshare->shmptr->s.buffer_size, format);
H A Dpcm_route.c118 snd_pcm_area_silence(dst_area, dst_offset, frames, params->dst_sfmt);
H A Dpcm.c2531 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, function
2662 err = snd_pcm_area_silence(&d, dst_offset * chns, frames * chns, format);
2665 err = snd_pcm_area_silence(begin, dst_offset, frames, format);
2698 return snd_pcm_area_silence(dst_area, dst_offset, samples, format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h955 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,

Completed in 80 milliseconds