Lines Matching defs:pSurface
83 XvMCSurfacePtr pSurface = (XvMCSurfacePtr) data;
84 XvMCContextPtr pContext = pSurface->context;
87 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySurface) (pSurface);
88 free(pSurface);
305 XvMCSurfacePtr pSurface;
319 if (!(pSurface = malloc(sizeof(XvMCSurfaceRec))))
322 pSurface->surface_id = stuff->surface_id;
323 pSurface->surface_type_id = pContext->surface_type_id;
324 pSurface->context = pContext;
327 (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface) (pSurface,
332 free(pSurface);
335 if (!AddResource(pSurface->surface_id, XvMCRTSurface, pSurface)) {