Searched refs:surfaces_1 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_07.c | 55 VASurfaceID surfaces_1[1+1]; in test() local 60 memset(surfaces_1, 0xff, sizeof(surfaces_1)); in test() 66 surfaces_1[1] = DEAD_SURFACE_ID; in test() 67 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, 352, 288, surfaces_1, 1, NULL, 0); in test() 69 ASSERT( DEAD_SURFACE_ID == surfaces_1[1] ); /* bounds check */ in test() 83 test_unique_surfaces(surfaces_1, 1, surfaces_4, 4); in test() 87 test_unique_surfaces(surfaces_1, 16, surfaces_16, 16); in test() 99 test_unique_surfaces(surfaces_1, 1, surfaces_6, 6); in test() 101 test_unique_surfaces(surfaces_1, 6, surfaces_16, 6); in test() 108 va_status = vaDestroySurfaces(va_dpy, surfaces_1, 1); in test()
|