Lines Matching refs:value
40 fprintf(stderr, " value = ");
127 /* Return the value for field PAR if it's fixed in configuration space
156 /* Return the minimum value for field PAR. */
181 /* Return the maximum value for field PAR. */
806 /* Inside configuration space defined by PARAMS set PAR to the available value
810 Return the value found.
881 /* Inside configuration space defined by PARAMS set PAR to the available value
887 Return the value found.
1295 int value, int *dir,
1314 int value, int *dir,
1343 int value, dir;
1359 value = -1;
1362 value = strategy->next_value(¶ms1, var, value, &dir, pcm, strategy);
1363 if (value < 0)
1425 int value, int *dir,
1431 return pars[var].next_value(params, var, value, dir, pcm, &pars[var]);
1469 int value = snd_pcm_hw_param_set_near(pcm, ¶ms1, var, p->best, 0);
1471 assert(value >= 0);
1472 diff = p->best - value;
1480 int value, int *dir,
1485 if (value < 0) {
1489 return snd_pcm_hw_param_set_next(pcm, params, var, p->best, 0, value, dir);
1507 if (snd_pcm_hw_param_set(pcm, (snd_pcm_hw_params_t *) params, SND_TEST, var, p->choices[k].value, 0))
1516 int value, int *dir,
1522 if (value >= 0) {
1524 if (p->choices[k].value == (unsigned int) value) {
1531 unsigned int v = p->choices[k].value;