Searched refs:pa_atod (Results 1 - 10 of 10) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | core-util-test.c | 228 ck_assert_int_eq(pa_atod("100000", &value), 0); in START_TEST() 231 ck_assert_int_eq(pa_atod("-100000", &value), 0); in START_TEST() 234 ck_assert_int_eq(pa_atod("3.14", &value), 0); in START_TEST() 239 ck_assert_int_lt(pa_atod("7*8", &value), 0); in START_TEST() 240 ck_assert_int_lt(pa_atod("false", &value), 0); in START_TEST()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-position-event-sounds.c | 56 if (pa_atod(pos, f) < 0) { in parse_pos()
|
H A D | module-ladspa-sink.c | 755 if (pa_atod(k, &f) < 0) { in parse_control_parameters()
|
H A D | module-stream-restore.c | 1790 if (pa_atod(v, &db) >= 0) { in fill_db()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 156 int pa_atod(const char *s, double *ret_d);
|
H A D | modargs.c | 372 if (pa_atod(v, value) < 0) in pa_modargs_get_value_double()
|
H A D | core-util.c | 908 if (pa_atod(str, &d) < 0) in pa_parse_volume() 923 if (pa_atod(str, &d) < 0) in pa_parse_volume() 2518 int pa_atod(const char *s, double *ret_d) { in pa_atod() function
|
H A D | json.c | 287 if (pa_atod(candidate, &obj->double_value) < 0) { in parse_number()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 4391 if (pa_atod(d, &db) < 0) { in decibel_fix_parse_db_values()
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 2553 atod_input++; /* pa_atod() doesn't accept leading '+', so skip it. */ in parse_volume() 2555 if (pa_atod(atod_input, &v) < 0) { in parse_volume()
|
Completed in 27 milliseconds