Home
last modified time | relevance | path

Searched refs:vaQueryConfigAttributes (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libva/test/basic/
Dtestplan.txt24 - vaQueryConfigAttributes, vaMaxNumConfigAttributes
25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
Dtest_06.c94 …va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_l… in test()
/hardware/intel/common/libva/va/
Dva_backend.h93 VAStatus (*vaQueryConfigAttributes) ( member
Dva.c661 VAStatus vaQueryConfigAttributes ( in vaQueryConfigAttributes() function
674 …return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num… in vaQueryConfigAttributes()
Dva.h942 VAStatus vaQueryConfigAttributes (
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3231 ctx->vtable->vaQueryConfigAttributes = psb_QueryConfigAttributes;