Lines Matching refs:surfaces
1386 if (obj_subpic->surfaces != NULL) { in psb__LinkSurfaceIntoSubpict()
1387 subpic_surface = (subpic_surface_s *)obj_subpic->surfaces; in psb__LinkSurfaceIntoSubpict()
1405 if (NULL == obj_subpic->surfaces) { in psb__LinkSurfaceIntoSubpict()
1406 obj_subpic->surfaces = (void *)subpic_surface; in psb__LinkSurfaceIntoSubpict()
1408 subpic_surface->next = (subpic_surface_p)obj_subpic->surfaces; in psb__LinkSurfaceIntoSubpict()
1409 obj_subpic->surfaces = (void *)subpic_surface; in psb__LinkSurfaceIntoSubpict()
1458 if (obj_subpic->surfaces != NULL) { in psb__DelinkSurfaceFromSubpict()
1459 subpic_surface = (subpic_surface_s *)obj_subpic->surfaces; in psb__DelinkSurfaceFromSubpict()
1473 obj_subpic->surfaces = (void *)subpic_surface->next; in psb__DelinkSurfaceFromSubpict()
1535 obj_subpic->surfaces = NULL; in psb_CreateSubpicture()
1549 subpic_surface_s *subpic_surface = (subpic_surface_s *)obj_subpic->surfaces; in psb__destroy_subpicture()
1619 if (obj_subpic->surfaces != NULL) { in psb_SetSubpictureImage()
1623 subpic_surface = (subpic_surface_s *)obj_subpic->surfaces; in psb_SetSubpictureImage()
1743 VASurfaceID *surfaces = target_surfaces; in psb__AssociateSubpicture() local
1745 object_surface_p obj_surface = SURFACE(*surfaces); in psb__AssociateSubpicture()
1751 vaStatus = psb__LinkSurfaceIntoSubpict(obj_subpic, *surfaces); in psb__AssociateSubpicture()
1756 drv_debug_msg(VIDEO_DEBUG_ERROR, "Invalid surfaces,SurfaceID=0x%x\n", *surfaces); in psb__AssociateSubpicture()
1759 surfaces++; in psb__AssociateSubpicture()
1814 VASurfaceID *surfaces = target_surfaces; in psb_DeassociateSubpicture() local
1816 object_surface_p obj_surface = SURFACE(*surfaces); in psb_DeassociateSubpicture()
1822 …sg(VIDEO_DEBUG_ERROR, "vaDeassociateSubpicture: Invalid surface, VASurfaceID=0x%08x\n", *surfaces); in psb_DeassociateSubpicture()
1825 surfaces++; in psb_DeassociateSubpicture()