Searched refs:srcidx (Results 1 – 1 of 1) sorted by relevance
136 unsigned int srcidx; in snd_pcm_route_convert1_one() local140 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() local191 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() local270 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