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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c336 int I810XvMCCreateSubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
355 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
365 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
399 void I810XvMCDestroySubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp) argument
405 if(pI810->surfaceAllocation[i] == pSubp->subpicture_id) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c336 int I810XvMCCreateSubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
355 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
365 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
399 void I810XvMCDestroySubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp) argument
405 if(pI810->surfaceAllocation[i] == pSubp->subpicture_id) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c338 int I810XvMCCreateSubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
357 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
367 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
401 void I810XvMCDestroySubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp) argument
407 if(pI810->surfaceAllocation[i] == pSubp->subpicture_id) {
H A Di915_hwmc.c628 static int i915_xvmc_create_subpict(ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
675 ctx = pSubp->context;
710 pXvMC->surfaces[srfno] = pSubp->subpicture_id;
759 XvMCSubpicturePtr pSubp)
766 if (pXvMC->surfaces[i] == pSubp->subpicture_id) {
758 i915_xvmc_destroy_subpict(ScrnInfoPtr pScrn,XvMCSubpicturePtr pSubp) argument
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c337 int SAVAGEXvMCCreateSubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
356 pSAVAGE->surfaceAllocation[i] = pSubp->subpicture_id;
388 void SAVAGEXvMCDestroySubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp) argument
394 if(pSAVAGE->surfaceAllocation[i] == pSubp->subpicture_id) {
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c110 XvMCSubpicturePtr pSubp);
617 ViaXvMCCreateSubpicture(ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp, argument
661 ctx = pSubp->context;
674 vXvMC->surfaces[srfNo] = pSubp->subpicture_id;
748 ViaXvMCDestroySubpicture(ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp) argument
754 XvMCContextPtr pContext = pSubp->context;
760 if (vXvMC->surfaces[i] == pSubp->subpicture_id) {

Completed in 6 milliseconds