Home
last modified time | relevance | path

Searched refs:compatible_subpictures (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmc.c413 if (!surface->compatible_subpictures) in ProcXvMCCreateSubpicture()
416 for (i = 0; i < surface->compatible_subpictures->num_xvimages; i++) { in ProcXvMCCreateSubpicture()
417 if (surface->compatible_subpictures->xvimage_ids[i] == in ProcXvMCCreateSubpicture()
555 if (surface->compatible_subpictures) in ProcXvMCListSubpictureTypes()
556 rep.num = surface->compatible_subpictures->num_xvimages; in ProcXvMCListSubpictureTypes()
565 if (surface->compatible_subpictures->xvimage_ids[i] == in ProcXvMCListSubpictureTypes()
H A Dxvmcext.h22 XvMCImageIDList *compatible_subpictures; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvmc.h50 XF86MCImageIDList *compatible_subpictures; /* can be null, if none */ member