Home
last modified time | relevance | path

Searched refs:numFormat (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c197 int numFormat; in xwl_glamor_xv_add_formats() local
205 for (pf = pFormat, i = 0, numFormat = 0; i < NUM_FORMATS; i++) { in xwl_glamor_xv_add_formats()
212 if (numFormat >= totFormat) { in xwl_glamor_xv_add_formats()
219 pf = pFormat + numFormat; in xwl_glamor_xv_add_formats()
226 numFormat++; in xwl_glamor_xv_add_formats()
231 pa->nFormats = numFormat; in xwl_glamor_xv_add_formats()
234 return numFormat != 0; in xwl_glamor_xv_add_formats()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c201 int numFormat, totFormat; in KdXVInitAdaptors() local
305 for (pf = pFormat, i = 0, numFormat = 0, formatPtr = in KdXVInitAdaptors()
314 if (numFormat >= totFormat) { in KdXVInitAdaptors()
323 pf = pFormat + numFormat; in KdXVInitAdaptors()
330 numFormat++; in KdXVInitAdaptors()
335 pa->nFormats = numFormat; in KdXVInitAdaptors()
337 if (!numFormat) { in KdXVInitAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c322 int numFormat, totFormat; in xf86XVInitAdaptors() local
426 for (pf = pFormat, i = 0, numFormat = 0, formatPtr = in xf86XVInitAdaptors()
435 if (numFormat >= totFormat) { in xf86XVInitAdaptors()
444 pf = pFormat + numFormat; in xf86XVInitAdaptors()
451 numFormat++; in xf86XVInitAdaptors()
456 pa->nFormats = numFormat; in xf86XVInitAdaptors()
458 if (!numFormat) { in xf86XVInitAdaptors()