Home
last modified time | relevance | path

Searched refs:pAttributes (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c280 pa->pAttributes = xnfcalloc(glamor_xv_num_attributes, sizeof(XvAttributeRec)); in xwl_glamor_xv_add_attributes()
281 memcpy(pa->pAttributes, glamor_xv_attributes, in xwl_glamor_xv_add_attributes()
285 pa->pAttributes[i].name = strdup(glamor_xv_attributes[i].name); in xwl_glamor_xv_add_attributes()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c361 adaptor->pAttributes = calloc(reply->num_attributes, in translate_xv_attributes()
362 sizeof(*adaptor->pAttributes)); in translate_xv_attributes()
363 if (!adaptor->pAttributes) { in translate_xv_attributes()
371 XvAttributePtr attribute = &adaptor->pAttributes[i]; in translate_xv_attributes()
756 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor->pAttributes, BadMatch); in ephyrSetPortAttribute()
770 if (!ephyrXVPrivIsAttrValueValid(port_priv->current_adaptor->pAttributes, in ephyrSetPortAttribute()
H A Dephyr_glamor_xv.c147 adaptor->pAttributes = glamor_xv_attributes; in ephyr_glamor_xv_init()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c1037 if (pAdaptor->pAttributes) { in XvFreeAdaptor()
1038 XvAttributePtr pAttribute = pAdaptor->pAttributes; in XvFreeAdaptor()
1042 free(pAdaptor->pAttributes); in XvFreeAdaptor()
1043 pAdaptor->pAttributes = NULL; in XvFreeAdaptor()
H A Dxvdix.h154 XvAttributePtr pAttributes; member
H A Dxvdisp.c788 for (i = 0, pAtt = pPort->pAdaptor->pAttributes; in ProcXvQueryPortAttributes()
799 for (i = 0, pAtt = pPort->pAdaptor->pAttributes; in ProcXvQueryPortAttributes()
1702 if (!strcmp(pAdapt->pAttributes[i].name, "XV_COLORKEY")) in hasOverlay()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c151 adapt->pAttributes = glamor_xv_attributes; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c286 (pa->pAttributes = calloc(adaptorPtr->nAttributes, in KdXVInitAdaptors()
288 memcpy(pa->pAttributes, adaptorPtr->pAttributes, in KdXVInitAdaptors()
292 pa->pAttributes[i].name = in KdXVInitAdaptors()
293 strdup(adaptorPtr->pAttributes[i].name); in KdXVInitAdaptors()
H A Dkxv.h132 XvAttributePtr pAttributes; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h132 XF86AttributePtr pAttributes; member
H A Dxf86xv.c407 (pa->pAttributes = calloc(adaptorPtr->nAttributes, in xf86XVInitAdaptors()
409 memcpy(pa->pAttributes, adaptorPtr->pAttributes, in xf86XVInitAdaptors()
413 pa->pAttributes[i].name = in xf86XVInitAdaptors()
414 strdup(adaptorPtr->pAttributes[i].name); in xf86XVInitAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c464 adapt->pAttributes = ms_exa_xv_attributes; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog94686 true path and will keep freeing pAdaptor->pAttributes, thus letting the system