Searched refs:vaQueryConfigAttributes (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_06.c91 status("Checking vaQueryConfigAttributes for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
/hardware/intel/common/libva/va/
H A Dva_backend.h93 VAStatus (*vaQueryConfigAttributes) ( member in struct:VADriverVTable
H A Dva.c661 VAStatus vaQueryConfigAttributes ( function
674 return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num_attribs);
H A Dva.h942 VAStatus vaQueryConfigAttributes (
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c3231 ctx->vtable->vaQueryConfigAttributes = psb_QueryConfigAttributes;

Completed in 113 milliseconds