Home
last modified time | relevance | path

Searched refs:nEncodings (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c222 if (!adaptorPtr->nEncodings || !adaptorPtr->pEncodings) in KdXVInitAdaptors()
261 if (adaptorPtr->nEncodings && in KdXVInitAdaptors()
262 (pEncode = calloc(adaptorPtr->nEncodings, sizeof(XvEncodingRec)))) { in KdXVInitAdaptors()
265 i < adaptorPtr->nEncodings; pe++, i++, encodingPtr++) { in KdXVInitAdaptors()
274 pa->nEncodings = adaptorPtr->nEncodings; in KdXVInitAdaptors()
H A Dkxv.h125 int nEncodings; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c131 adaptor->nEncodings = 1; in ephyr_glamor_xv_init()
H A Dephyrvideo.c317 adaptor->nEncodings = reply->num_encodings; in translate_video_encodings()
318 adaptor->pEncodings = calloc(adaptor->nEncodings, in translate_video_encodings()
326 for (i = 0; i < adaptor->nEncodings; i++) { in translate_video_encodings()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c143 adapt->nEncodings = 1; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c343 if (!adaptorPtr->nEncodings || !adaptorPtr->pEncodings) in xf86XVInitAdaptors()
382 if (adaptorPtr->nEncodings && in xf86XVInitAdaptors()
383 (pEncode = calloc(adaptorPtr->nEncodings, sizeof(XvEncodingRec)))) { in xf86XVInitAdaptors()
386 i < adaptorPtr->nEncodings; pe++, i++, encodingPtr++) { in xf86XVInitAdaptors()
395 pa->nEncodings = adaptorPtr->nEncodings; in xf86XVInitAdaptors()
H A Dxf86xv.h125 int nEncodings; member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h149 int nEncodings; member
H A Dxvdisp.c429 .num_encodings = pPort->pAdaptor->nEncodings in ProcXvQueryEncodings()
434 ne = pPort->pAdaptor->nEncodings; in ProcXvQueryEncodings()
446 ne = pPort->pAdaptor->nEncodings; in ProcXvQueryEncodings()
H A Dxvmain.c1025 for (i = 0; i < pAdaptor->nEncodings; i++, pEncode++) in XvFreeAdaptor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c317 pa->nEncodings = 1; in xwl_glamor_xv_add_encodings()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c456 adapt->nEncodings = 1; in ms_exa_xv_init()