Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_params.c335 int snd_pcm_hw_param_set_first(snd_pcm_t *pcm, in snd_pcm_hw_param_set_first() function
874 err = snd_pcm_hw_param_set_first(pcm, params, var, val, dir); in snd_pcm_hw_param_set_near()
947 v = snd_pcm_hw_param_set_first(pcm, params, var, dir);
1091 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_ACCESS, NULL, 0); in snd_pcm_hw_params_choose()
1094 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_FORMAT, NULL, 0); in snd_pcm_hw_params_choose()
1097 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_SUBFORMAT, NULL, 0); in snd_pcm_hw_params_choose()
1100 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_CHANNELS, NULL, 0); in snd_pcm_hw_params_choose()
1103 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_RATE, NULL, 0); in snd_pcm_hw_params_choose()
1120 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_PERIOD_TIME, NULL, 0); in snd_pcm_hw_params_choose()
1123 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_PERIOD_SIZE, NULL, 0); in snd_pcm_hw_params_choose()
[all …]
Dpcm.c4245 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_ACCESS, access, NULL); in INTERNAL()
4342 …return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NU… in INTERNAL()
4436 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_SUBFORMAT, subformat, NULL); in INTERNAL()
4613 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_CHANNELS, val, NULL); in INTERNAL()
4799 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_RATE, val, dir); in INTERNAL()
5103 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_PERIOD_TIME, val, dir); in INTERNAL()
5320 int err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in INTERNAL()
5527 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_PERIODS, val, dir); in INTERNAL()
5727 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_BUFFER_TIME, val, dir); in INTERNAL()
5921 int err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_BUFFER_SIZE, &_val, NULL); in INTERNAL()
Dpcm_local.h343 #define snd_pcm_hw_param_set_first \ macro
802 int snd_pcm_hw_param_set_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,