Searched refs:surfaces_16 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_07.c | 57 VASurfaceID surfaces_16[16+1]; in test() local 62 memset(surfaces_16, 0xff, sizeof(surfaces_16)); in test() 78 surfaces_16[16] = DEAD_SURFACE_ID; in test() 79 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, 352, 288, surfaces_16, 16, NULL, 0); in test() 81 ASSERT( DEAD_SURFACE_ID == surfaces_16[16] ); /* bounds check */ 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() 87 test_unique_surfaces(surfaces_1, 16, surfaces_16, 16); in test() 100 test_unique_surfaces(surfaces_6, 6, surfaces_16, 16); in test() [all …]
|