Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c57 unsigned int tt_ssize, tt_cused, tt_sused; member
399 unsigned int tt_ssize, tt_cused, tt_sused; in snd_pcm_plug_change_channels() local
410 tt_cused = clt->channels; in snd_pcm_plug_change_channels()
412 ttable = alloca(tt_cused * tt_sused * sizeof(*ttable)); in snd_pcm_plug_change_channels()
415 for (c = 0; c < tt_cused; c++) { in snd_pcm_plug_change_channels()
418 if (c >= plug->tt_cused) in snd_pcm_plug_change_channels()
433 for (k = 0; k < tt_cused * tt_sused; ++k) in snd_pcm_plug_change_channels()
487 err = snd_pcm_route_open(new, NULL, slv->format, (int) slv->channels, ttable, tt_ssize, tt_cused, tt_sused, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_channels()
1153 unsigned int tt_cused, unsigned int tt_sused, in snd_pcm_plug_open()
1172 plug->tt_cused in snd_pcm_plug_open()
1146 snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, int srate, const snd_config_t *rate_converter, enum snd_pcm_plug_route_policy route_policy, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) snd_pcm_plug_open() argument
[all...]
H A Dpcm_route.c933 unsigned int tt_cused, unsigned int tt_sused) in route_load_ttable()
939 sused = tt_cused; in route_load_ttable()
945 dused = tt_cused; in route_load_ttable()
1008 * \param tt_cused Attenuation table - client used count
1021 unsigned int tt_cused, unsigned int tt_sused, in snd_pcm_route_open()
1059 err = route_load_ttable(&route->params, pcm->stream, tt_ssize, ttable, tt_cused, tt_sused); in snd_pcm_route_open()
1139 * \param tt_cused Used client elements
1146 unsigned int *tt_cused, unsigned int *tt_sused, in _snd_pcm_route_load_ttable()
1212 *tt_cused = cused + 1; in _snd_pcm_route_load_ttable()
1222 * \param tt_cused Use
930 route_load_ttable(snd_pcm_route_params_t *params, snd_pcm_stream_t stream, unsigned int tt_ssize, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_cused, unsigned int tt_sused) route_load_ttable() argument
1017 snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) snd_pcm_route_open() argument
1144 _snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_csize, unsigned int tt_ssize, unsigned int *tt_cused, unsigned int *tt_sused, int schannels, snd_pcm_chmap_t *chmap) _snd_pcm_route_load_ttable() argument
1227 snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_csize, unsigned int tt_ssize, unsigned int *tt_cused, unsigned int *tt_sused, int schannels) snd_pcm_route_load_ttable() argument
[all...]
/third_party/alsa-lib/include/
H A Dpcm_plugin.h154 unsigned int *tt_cused, unsigned int *tt_sused,
163 unsigned int tt_cused, unsigned int tt_sused,

Completed in 5 milliseconds