Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_dshare.c71 snd_pcm_area_silence(&dst_areas[dchn], 0, in do_silence()
Dpcm.c3048 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, in snd_pcm_area_silence() function
3190 err = snd_pcm_area_silence(&d, dst_offset * chns, frames * chns, format); in snd_pcm_areas_silence()
3193 err = snd_pcm_area_silence(begin, dst_offset, frames, format); in snd_pcm_areas_silence()
3226 return snd_pcm_area_silence(dst_area, dst_offset, samples, format); in snd_pcm_area_copy()
Dpcm_route.c121 snd_pcm_area_silence(dst_area, dst_offset, frames, params->dst_sfmt); in snd_pcm_route_convert1_zero()
/third_party/alsa-lib/include/
Dpcm.h1156 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,