Home
last modified time | relevance | path

Searched refs:vaPtr (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c679 PsbXvVAPutSurfacePtr vaPtr; in psb_putsurface_xvideo() local
743 vaPtr = (PsbXvVAPutSurfacePtr)xvImage->data; in psb_putsurface_xvideo()
744 vaPtr->flags = flags; in psb_putsurface_xvideo()
745 vaPtr->num_subpicture = obj_surface->subpic_count; in psb_putsurface_xvideo()
746 vaPtr->num_clipbox = number_cliprects; in psb_putsurface_xvideo()
748 vaPtr->clipbox[j].x = cliprects[j].x; in psb_putsurface_xvideo()
749 vaPtr->clipbox[j].y = cliprects[j].y; in psb_putsurface_xvideo()
750 vaPtr->clipbox[j].width = cliprects[j].width; in psb_putsurface_xvideo()
751 vaPtr->clipbox[j].height = cliprects[j].height; in psb_putsurface_xvideo()
754 psb_surface_init(driver_data, &vaPtr->src_srf, VA_FOURCC_NV12, 2, in psb_putsurface_xvideo()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c1136 psb_perform_clip(pScrn, vaPtr->clipbox, vaPtr->num_clipbox, clipBoxes, clipRegion, pDraw); in I830PutImage()
1213 && (vaPtr->dst_srf.fourcc == VA_FOURCC_RGBA))) in I830PutImage()