Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dformat-test.c37 …int rates1[] = { 32000, 44100, 48000 }, i, temp_int1 = -1, PA_UNUSED temp_int2 = -1, *temp_int_arr… in START_TEST() local
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()