Searched refs:compatible_subpictures (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.h50 XF86MCImageIDList *compatible_subpictures; /* can be null, if none */ member in struct:__anon8a8ad0160208
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.h50 XF86MCImageIDList *compatible_subpictures; /* can be null, if none */ member in struct:__anon8e949fe90208
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h22 XvMCImageIDList *compatible_subpictures; member in struct:__anonf1f5a4760208
H A Dxvmc.c389 if(!surface->compatible_subpictures) return BadMatch;
391 for(i = 0; i < surface->compatible_subpictures->num_xvimages; i++) {
392 if(surface->compatible_subpictures->xvimage_ids[i] == stuff->xvimage_id) {
517 if(surface->compatible_subpictures)
518 rep.num = surface->compatible_subpictures->num_xvimages;
527 if(surface->compatible_subpictures->xvimage_ids[i] ==
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h22 XvMCImageIDList *compatible_subpictures; member in struct:__anonb941ef090208
H A Dxvmc.c413 if (!surface->compatible_subpictures)
416 for (i = 0; i < surface->compatible_subpictures->num_xvimages; i++) {
417 if (surface->compatible_subpictures->xvimage_ids[i] ==
555 if (surface->compatible_subpictures)
556 rep.num = surface->compatible_subpictures->num_xvimages;
565 if (surface->compatible_subpictures->xvimage_ids[i] ==

Completed in 5 milliseconds