| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_rate_linear.c | 60 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand() argument 113 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_expand() 156 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand_s16() argument 177 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_expand_s16() 208 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_shrink() argument 237 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_shrink() 278 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_shrink_s16() argument 299 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in linear_shrink_s16() 329 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_convert() argument [all …]
|
| A D | pcm_route.c | 77 snd_pcm_uframes_t dst_offset, 111 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_zero() argument 123 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_one() argument 149 snd_pcm_route_convert1_zero(dst_area, dst_offset, in snd_pcm_route_convert1_one() 158 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_route_convert1_one() 173 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_one_getput() argument 200 snd_pcm_route_convert1_zero(dst_area, dst_offset, in snd_pcm_route_convert1_one_getput() 225 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert1_many() argument 283 snd_pcm_route_convert1_zero(dst_area, dst_offset, in snd_pcm_route_convert1_many() 397 snd_pcm_uframes_t dst_offset, in snd_pcm_route_convert() argument [all …]
|
| A D | pcm_softvol.c | 166 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); \ 209 snd_pcm_uframes_t dst_offset, in softvol_convert_stereo_vol() argument 221 snd_pcm_areas_copy(dst_areas, dst_offset, src_areas, src_offset, in softvol_convert_stereo_vol() 226 snd_pcm_areas_silence(dst_areas, dst_offset, channels, frames, in softvol_convert_stereo_vol() 231 snd_pcm_areas_copy(dst_areas, dst_offset, src_areas, src_offset, in softvol_convert_stereo_vol() 272 snd_pcm_uframes_t dst_offset, in softvol_convert_mono_vol() argument 284 snd_pcm_areas_copy(dst_areas, dst_offset, src_areas, src_offset, in softvol_convert_mono_vol() 289 snd_pcm_areas_silence(dst_areas, dst_offset, channels, frames, in softvol_convert_mono_vol() 293 snd_pcm_areas_copy(dst_areas, dst_offset, src_areas, src_offset, in softvol_convert_mono_vol()
|
| A D | pcm_linear.c | 128 void snd_pcm_linear_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_convert() argument 146 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_linear_convert() 162 void snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_getput() argument 182 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_linear_getput()
|
| A D | pcm.c | 1253 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_area_silence() 1363 err = snd_pcm_area_silence(&d, dst_offset * chns, frames * chns, format); in snd_pcm_areas_silence() 1366 err = snd_pcm_area_silence(begin, dst_offset, frames, format); in snd_pcm_areas_silence() 1376 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, in snd_pcm_area_copy() argument 1385 if (dst_area == src_area && dst_offset == src_offset) in snd_pcm_area_copy() 1388 return snd_pcm_area_silence(dst_area, dst_offset, samples, format); in snd_pcm_area_copy() 1392 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_area_copy() 1486 int snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_areas_copy() argument 1523 if (src_offset != dst_offset || in snd_pcm_areas_copy() 1534 snd_pcm_area_copy(&d, dst_offset * chns, in snd_pcm_areas_copy() [all …]
|
| A D | pcm_rate.c | 610 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in do_convert() argument 628 dst = dst_areas->addr + dst_offset * 2 * channels; in do_convert() 633 convert_from_s16(rate, rate->dst_buf, dst_areas, dst_offset, in do_convert() 636 rate->ops.convert(rate->obj, dst_areas, dst_offset, dst_frames, in do_convert() 643 snd_pcm_uframes_t dst_offset, unsigned int *dst_frames, in do_convert_fix() argument 661 dst = dst_areas->addr + dst_offset * 2 * channels; in do_convert_fix() 666 convert_from_s16(rate, rate->dst_buf, dst_areas, dst_offset, in do_convert_fix()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 371 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset, 373 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset, 375 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset, 378 int snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset,
|
| A D | pcm_extplug.h | 105 snd_pcm_uframes_t dst_offset,
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/plugin/ |
| A D | pcm_rate.h | 90 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/ |
| A D | pcm_sona_audioaef.c | 63 const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in sona_audioaef_transfer() argument 70 char *dst = (char *)area_addr(dst_areas, dst_offset); in sona_audioaef_transfer()
|