Searched refs:vaQueryConfigAttributes (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 24 - vaQueryConfigAttributes, vaMaxNumConfigAttributes 25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
|
D | test_06.c | 94 …va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_l… in test()
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 93 VAStatus (*vaQueryConfigAttributes) ( member
|
D | va.c | 661 VAStatus vaQueryConfigAttributes ( in vaQueryConfigAttributes() function 674 …return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num… in vaQueryConfigAttributes()
|
D | va.h | 942 VAStatus vaQueryConfigAttributes (
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 3231 ctx->vtable->vaQueryConfigAttributes = psb_QueryConfigAttributes;
|