Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/basic/
Dtestplan.txt104 - Create and destory 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/img/psb_video/src/
Dpsb_drv_video.h554 void *subpictures;/* if not NULL, have subpicture information */ member
Dpsb_surface_attrib.c184 obj_surface->subpictures = NULL;
Dpsb_texture.c552 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures;