Searched refs:dst_step (Results 1 – 9 of 9) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_dmix_generic.c | 44 size_t dst_step, in generic_mix_areas_16_native() argument 76 size_t dst_step, in generic_remix_areas_16_native() argument 107 size_t dst_step, in generic_mix_areas_32_native() argument 175 size_t dst_step, in generic_mix_areas_24() argument 198 dst += dst_step; in generic_mix_areas_24() 208 size_t dst_step, in generic_remix_areas_24() argument 231 dst += dst_step; in generic_remix_areas_24() 241 size_t dst_step, in generic_mix_areas_u8() argument 260 dst += dst_step; in generic_mix_areas_u8() 270 size_t dst_step, in generic_remix_areas_u8() argument [all …]
|
| A D | pcm_rate_linear.c | 108 int src_step, dst_step; in linear_expand() local 115 dst_step = snd_pcm_channel_area_step(dst_area); in linear_expand() 141 dst += dst_step; in linear_expand() 172 int src_step, dst_step; in linear_expand_s16() local 179 dst_step = snd_pcm_channel_area_step(dst_area) >> 1; in linear_expand_s16() 194 dst += dst_step; in linear_expand_s16() 231 int src_step, dst_step; in linear_shrink() local 239 dst_step = snd_pcm_channel_area_step(dst_area); in linear_shrink() 263 dst += dst_step; in linear_shrink() 293 int src_step, dst_step; in linear_shrink_s16() local [all …]
|
| A D | pcm_direct.h | 44 volatile signed int *sum, size_t dst_step, 49 volatile signed int *sum, size_t dst_step, 54 volatile signed int *sum, size_t dst_step, 59 volatile signed int *sum, size_t dst_step, 64 volatile signed int *sum, size_t dst_step,
|
| A D | pcm_linear.c | 141 int src_step, dst_step; in snd_pcm_linear_convert() local 148 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_linear_convert() 157 dst += dst_step; in snd_pcm_linear_convert() 177 int src_step, dst_step; in snd_pcm_linear_getput() local 184 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_linear_getput() 193 dst += dst_step; in snd_pcm_linear_getput()
|
| A D | pcm.c | 1248 unsigned int dst_step; in snd_pcm_area_silence() local 1284 dst += dst_step; in snd_pcm_area_silence() 1297 dst += dst_step; in snd_pcm_area_silence() 1305 dst += dst_step; in snd_pcm_area_silence() 1318 dst += dst_step; in snd_pcm_area_silence() 1325 dst += dst_step; in snd_pcm_area_silence() 1384 int src_step, dst_step; in snd_pcm_area_copy() local 1429 dst += dst_step; in snd_pcm_area_copy() 1442 dst += dst_step; in snd_pcm_area_copy() 1450 dst += dst_step; in snd_pcm_area_copy() [all …]
|
| A D | pcm_route.c | 139 int src_step, dst_step; in snd_pcm_route_convert1_one() local 160 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_one() 168 dst += dst_step; in snd_pcm_route_convert1_one() 189 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local 212 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_one_getput() 220 dst += dst_step; in snd_pcm_route_convert1_one_getput() 263 int dst_step; in snd_pcm_route_convert1_many() local 308 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_many() 392 dst += dst_step; in snd_pcm_route_convert1_many()
|
| A D | pcm_softvol.c | 168 dst_step = snd_pcm_channel_area_step(dst_area) / sizeof(TYPE); \ 174 dst += dst_step; \ 180 dst += dst_step; \ 186 dst += dst_step; \ 216 unsigned int src_step, dst_step; in softvol_convert_stereo_vol() local 279 unsigned int src_step, dst_step; in softvol_convert_mono_vol() local
|
| A D | pcm_dmix.c | 187 unsigned int src_step, dst_step; in mix_areas() local 243 dst_step = dst_areas[dchn].step / 8; in mix_areas() 245 … ((unsigned char *)dst_areas[dchn].addr + dst_areas[dchn].first / 8) + dst_ofs * dst_step, in mix_areas() 248 dst_step, in mix_areas()
|
| A D | pcm_rate.c | 584 int dst_step[channels]; in convert_from_s16() local 590 dst_step[c] = snd_pcm_channel_area_step(areas + c); in convert_from_s16() 604 dsts[c] += dst_step[c]; in convert_from_s16()
|
Completed in 33 milliseconds