Searched defs:vaCreateSurfacesWithAttribute (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_backend_tpi.h38 VAStatus (*vaCreateSurfacesWithAttribute) ( member in struct:VADriverVTableTPI
H A Dva_tpi.c46 VAStatus vaCreateSurfacesWithAttribute ( function
61 printf("WARNING: vaCreateSurfacesWithAttribute will be removed, please use vaCreateSurfaces\n");
64 if (tpi && tpi->vaCreateSurfacesWithAttribute) {
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);

Completed in 19 milliseconds