Searched refs:pAttributes (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 280 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 D | ephyrvideo.c | 361 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 D | ephyr_glamor_xv.c | 147 adaptor->pAttributes = glamor_xv_attributes; in ephyr_glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xvmain.c | 1037 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 D | xvdix.h | 154 XvAttributePtr pAttributes; member
|
| H A D | xvdisp.c | 788 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 D | glamor_xf86_xv.c | 151 adapt->pAttributes = glamor_xv_attributes; in glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.c | 286 (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 D | kxv.h | 132 XvAttributePtr pAttributes; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.h | 132 XF86AttributePtr pAttributes; member
|
| H A D | xf86xv.c | 407 (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 D | xv.c | 464 adapt->pAttributes = ms_exa_xv_attributes; in ms_exa_xv_init()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 94686 true path and will keep freeing pAdaptor->pAttributes, thus letting the system
|