Searched refs:surface_list2 (Results 1 – 1 of 1) sorted by relevance
36 …surfaces(VASurfaceID *surface_list1, int surface_count1, VASurfaceID *surface_list2, int surface_c… in test_unique_surfaces() argument44 if ((surface_list1 == surface_list2) && (i == j)) continue; in test_unique_surfaces()46 ASSERT(surface_list2[j] != VA_INVALID_SURFACE); in test_unique_surfaces()47 ASSERT(surface_list1[i] != surface_list2[j]); in test_unique_surfaces()