Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_plug.c57 unsigned int tt_ssize, tt_cused, tt_sused; member
394 unsigned int tt_ssize, tt_cused, tt_sused; in snd_pcm_plug_change_channels() local
405 tt_cused = clt->channels; in snd_pcm_plug_change_channels()
407 ttable = alloca(tt_cused * tt_sused * sizeof(*ttable)); in snd_pcm_plug_change_channels()
410 for (c = 0; c < tt_cused; c++) { in snd_pcm_plug_change_channels()
413 if (c >= plug->tt_cused) in snd_pcm_plug_change_channels()
428 for (k = 0; k < tt_cused * tt_sused; ++k) in snd_pcm_plug_change_channels()
482 …err = snd_pcm_route_open(new, NULL, slv->format, (int) slv->channels, ttable, tt_ssize, tt_cused, … in snd_pcm_plug_change_channels()
1112 unsigned int tt_cused, unsigned int tt_sused, in snd_pcm_plug_open() argument
1131 plug->tt_cused = tt_cused; in snd_pcm_plug_open()
Dpcm_route.c932 unsigned int tt_cused, unsigned int tt_sused) in route_load_ttable() argument
938 sused = tt_cused; in route_load_ttable()
944 dused = tt_cused; in route_load_ttable()
1020 unsigned int tt_cused, unsigned int tt_sused, in snd_pcm_route_open() argument
1058 err = route_load_ttable(&route->params, pcm->stream, tt_ssize, ttable, tt_cused, tt_sused); in snd_pcm_route_open()
1145 unsigned int *tt_cused, unsigned int *tt_sused, in _snd_pcm_route_load_ttable() argument
1212 *tt_cused = cused + 1; in _snd_pcm_route_load_ttable()
1229 unsigned int *tt_cused, unsigned int *tt_sused, in snd_pcm_route_load_ttable() argument
1233 tt_cused, tt_sused, schannels, NULL); in snd_pcm_route_load_ttable()
/third_party/alsa-lib/include/
Dpcm_plugin.h141 unsigned int *tt_cused, unsigned int *tt_sused,
150 unsigned int tt_cused, unsigned int tt_sused,