Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dformat-test.c37 …t rates1[] = { 32000, 44100, 48000 }, i, temp_int1 = -1, PA_UNUSED temp_int2 = -1, *temp_int_array; in START_TEST() local
123 …fail_unless(pa_format_info_get_prop_int_array(f1, "format.test_string", &temp_int_array, &temp_int… in START_TEST()
126 fail_unless(temp_int_array[i] == rates1[i]); in START_TEST()
127 pa_xfree(temp_int_array); in START_TEST()