Searched refs:snd_pcm_area_silence (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_dshare.c | 71 snd_pcm_area_silence(&dst_areas[dchn], 0, in do_silence()
|
D | pcm.c | 3048 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()
|
D | pcm_route.c | 121 snd_pcm_area_silence(dst_area, dst_offset, frames, params->dst_sfmt); in snd_pcm_route_convert1_zero()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 1156 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
|