Home
last modified time | relevance | path

Searched refs:VA_DISPLAY_X11 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/
Dva_backend.h43 VA_DISPLAY_X11 = 0x10, enumerator
45 VA_DISPLAY_GLX = (VA_DISPLAY_X11 | (1 << 0)),
/hardware/intel/common/libva/va/x11/
Dva_x11.c190 pDriverContext->display_type = VA_DISPLAY_X11; in vaGetDisplay()