Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A Dformat-test.c37 int rates1[] = { 32000, 44100, 48000 }, i, temp_int1 = -1, PA_UNUSED temp_int2 = -1, *temp_int_array; in START_TEST() local
109 fail_unless(pa_format_info_get_prop_int(f1, "format.test_string", &temp_int1) == 0); in START_TEST()
110 fail_unless(temp_int1 == 42); in START_TEST()
116 pa_assert(pa_format_info_get_prop_int_range(f1, "format.test_string", &temp_int1, &temp_int2) == 0); in START_TEST()
117 pa_assert(temp_int1 == 0 && temp_int2 == 100); in START_TEST()
123 fail_unless(pa_format_info_get_prop_int_array(f1, "format.test_string", &temp_int_array, &temp_int1) == 0); in START_TEST()
124 fail_unless(temp_int1 == PA_ELEMENTSOF(rates1)); in START_TEST()
125 for (i = 0; i < temp_int1; i++) in START_TEST()
141 fail_unless(pa_format_info_get_prop_string_array(f1, "format.test_string", &temp_str_array, &temp_int1) == 0); in START_TEST()
142 fail_unless(temp_int1 in START_TEST()
[all...]

Completed in 1 milliseconds