Home
last modified time | relevance | path

Searched refs:subpictures (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_output.c1306 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()
Dpsb_drv_video.h531 void *subpictures;/* if not NULL, have subpicture information */ member
Dpsb_surface_attrib.c186 obj_surface->subpictures = NULL;
Dpsb_texture.c552 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures;
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c583 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()
Dpsb_xvva.c627 obj_rotate_surface->subpictures = NULL; in psb_check_rotatesurface()
793 subpic_surface = obj_surface->subpictures; in psb_putsurface_xvideo()
/hardware/intel/common/libva/test/basic/
Dtestplan.txt104 - Create and destory subpictures