Searched refs:surfaces_4 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_07.c | 56 VASurfaceID surfaces_4[4+1]; in test() local 61 memset(surfaces_4, 0xff, sizeof(surfaces_4)); in test() 72 surfaces_4[4] = DEAD_SURFACE_ID; in test() 73 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, 352, 288, surfaces_4, 4, NULL, 0); in test() 75 ASSERT( DEAD_SURFACE_ID == surfaces_4[4] ); /* bounds check */ in test() 83 test_unique_surfaces(surfaces_1, 1, surfaces_4, 4); in test() 84 test_unique_surfaces(surfaces_4, 4, surfaces_16, 4); in test() 85 test_unique_surfaces(surfaces_4, 4, surfaces_16, 16); in test() 86 test_unique_surfaces(surfaces_4, 1, surfaces_16, 16); in test() 90 va_status = vaDestroySurfaces(va_dpy, surfaces_4, 4); in test()
|