Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c199 KdVideoFormatPtr formatPtr; in KdXVInitAdaptors() local
305 for (pf = pFormat, i = 0, numFormat = 0, formatPtr = in KdXVInitAdaptors()
306 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in KdXVInitAdaptors()
311 if ((pVisual->class == formatPtr->class) && in KdXVInitAdaptors()
312 (pVisual->nplanes == formatPtr->depth)) { in KdXVInitAdaptors()
327 pf->depth = formatPtr->depth; in KdXVInitAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c320 XF86VideoFormatPtr formatPtr; in xf86XVInitAdaptors() local
426 for (pf = pFormat, i = 0, numFormat = 0, formatPtr = in xf86XVInitAdaptors()
427 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in xf86XVInitAdaptors()
432 if ((pVisual->class == formatPtr->class) && in xf86XVInitAdaptors()
433 (pVisual->nplanes == formatPtr->depth)) { in xf86XVInitAdaptors()
448 pf->depth = formatPtr->depth; in xf86XVInitAdaptors()