Home
last modified time | relevance | path

Searched refs:srcidx (Results 1 – 1 of 1) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_route.c136 unsigned int srcidx; in snd_pcm_route_convert1_one() local
140 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one()
148 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one()
186 unsigned int srcidx; in snd_pcm_route_convert1_one_getput() local
191 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one_getput()
199 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one_getput()
268 int srcidx, srcidx1 = 0; in snd_pcm_route_convert1_many() local
270 for (srcidx = 0; srcidx < nsrcs && (unsigned)srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_many()
325 for (srcidx = 0; srcidx < nsrcs; ++srcidx) { in snd_pcm_route_convert1_many()
326 src = srcs[srcidx]; in snd_pcm_route_convert1_many()
[all …]

Completed in 6 milliseconds