Searched refs:subpictures (Results 1 – 7 of 7) sorted by relevance
1306 if (obj_surface->subpictures != NULL) { in psb__LinkSubpictIntoSurface()1307 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures; in psb__LinkSubpictIntoSurface()1364 if (NULL == obj_surface->subpictures) { in psb__LinkSubpictIntoSurface()1365 obj_surface->subpictures = (void *)surface_subpic; in psb__LinkSubpictIntoSurface()1367 surface_subpic->next = (PsbVASurfacePtr)obj_surface->subpictures; in psb__LinkSubpictIntoSurface()1368 obj_surface->subpictures = (void *)surface_subpic; in psb__LinkSubpictIntoSurface()1422 if (obj_surface->subpictures != NULL) { in psb__DelinkSubpictFromSurface()1423 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures; in psb__DelinkSubpictFromSurface()1437 obj_surface->subpictures = (void *)surface_subpic->next; in psb__DelinkSubpictFromSurface()1840 PsbVASurfaceRec *surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures; in psb_SurfaceDeassociateSubpict()
531 void *subpictures;/* if not NULL, have subpicture information */ member
186 obj_surface->subpictures = NULL;
552 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures;
583 if (!obj_surface->subpictures && in psb_repaint_colorkey()594 if ((!obj_surface->subpictures) && in psb_repaint_colorkey()851 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures; in psb_clear_subpictures()943 if (!obj_surface->subpictures && !driver_data->overlay_auto_paint_color_key) { in psb_putsurface_coverlay()1255 if (!obj_surface->subpictures) { in psb_putsurface_coverlay()1284 if (pPriv->is_mfld && obj_surface->subpictures) { in psb_putsurface_coverlay()1285 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures; in psb_putsurface_coverlay()
627 obj_rotate_surface->subpictures = NULL; in psb_check_rotatesurface()793 subpic_surface = obj_surface->subpictures; in psb_putsurface_xvideo()
104 - Create and destory subpictures