Lines Matching defs:snd_pcm_channel_area_t
499 } snd_pcm_channel_area_t;
1135 const snd_pcm_channel_area_t **areas,
1177 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
1179 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
1181 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
1182 const snd_pcm_channel_area_t *src_channel, snd_pcm_uframes_t src_offset,
1184 int snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
1185 const snd_pcm_channel_area_t *src_channels, snd_pcm_uframes_t src_offset,
1187 int snd_pcm_areas_copy_wrap(const snd_pcm_channel_area_t *dst_channels,
1190 const snd_pcm_channel_area_t *src_channels,
1204 static inline void *snd_pcm_channel_area_addr(const snd_pcm_channel_area_t *area, snd_pcm_uframes_t offset)
1215 static inline unsigned int snd_pcm_channel_area_step(const snd_pcm_channel_area_t *area)