Home | History | Annotate | Download | only in alsa

Lines Matching refs:snd_pcm_channel_area_t

381 } snd_pcm_channel_area_t;
886 const snd_pcm_channel_area_t **areas,
928 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
930 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
932 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
933 const snd_pcm_channel_area_t *src_channel, snd_pcm_uframes_t src_offset,
935 int snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
936 const snd_pcm_channel_area_t *src_channels, snd_pcm_uframes_t src_offset,