Home
last modified time | relevance | path

Searched refs:XvImageRec (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c293 pa->pImages = xnfcalloc(glamor_xv_num_images, sizeof(XvImageRec)); in xwl_glamor_xv_add_images()
294 memcpy(pa->pImages, glamor_xv_images, glamor_xv_num_images * sizeof(XvImageRec)); in xwl_glamor_xv_add_images()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h43 typedef XvImageRec XF86ImageRec, *XF86ImagePtr;
H A Dxf86xv.c400 (pa->pImages = calloc(adaptorPtr->nImages, sizeof(XvImageRec)))) { in xf86XVInitAdaptors()
402 adaptorPtr->nImages * sizeof(XvImageRec)); in xf86XVInitAdaptors()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h143 } XvImageRec, *XvImagePtr; typedef
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c77 XvImageRec ms_exa_xv_images[] = {
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c279 (pa->pImages = calloc(adaptorPtr->nImages, sizeof(XvImageRec)))) { in KdXVInitAdaptors()
281 adaptorPtr->nImages * sizeof(XvImageRec)); in KdXVInitAdaptors()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_priv.h912 extern XvImageRec glamor_xv_images[];
H A Dglamor_xv.c211 XvImageRec glamor_xv_images[] = {
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c405 adaptor->pImages = calloc(reply->num_formats, sizeof(XvImageRec)); in translate_xv_image_formats()