Home
last modified time | relevance | path

Searched refs:nformat (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c152 addFormat(FormatInitRec formats[256], int *nformat, CARD32 format, CARD8 depth) in addFormat() argument
156 for (n = 0; n < *nformat; n++) in addFormat()
159 formats[*nformat].format = format; in addFormat()
160 formats[*nformat].depth = depth; in addFormat()
161 ++*nformat; in addFormat()
449 int nformat; in PictureInitIndexedFormats() local
454 nformat = ps->nformats; in PictureInitIndexedFormats()
455 while (nformat--) in PictureInitIndexedFormats()
502 int nformat; in PictureMatchVisual() local
508 nformat = ps->nformats; in PictureMatchVisual()
[all …]
H A Drender.c321 int nformat; in ProcRenderQueryPictFormats() local
341 ndepth = nformat = nvisual = 0; in ProcRenderQueryPictFormats()
357 nformat += ps->nformats; in ProcRenderQueryPictFormats()
365 nformat * sizeof(xPictFormInfo) + in ProcRenderQueryPictFormats()
375 reply->numFormats = nformat; in ProcRenderQueryPictFormats()
387 for (nformat = 0, pFormat = ps->formats; in ProcRenderQueryPictFormats()
388 nformat < ps->nformats; nformat++, pFormat++) { in ProcRenderQueryPictFormats()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c722 int nformat; in nv50_wndw_new_() local
735 for (nformat = 0; format[nformat]; nformat++); in nv50_wndw_new_()
742 ret = drm_universal_plane_init(dev, &wndw->plane, heads, &nv50_wndw, format, nformat, in nv50_wndw_new_()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-csid.c421 unsigned int nformat, in csid_get_fmt_entry() argument
426 for (i = 0; i < nformat; i++) in csid_get_fmt_entry()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst181 Initialization -> CaptureSetup [ label = "CAPTURE\nformat\nestablished" ];
192 ResChange -> CaptureSetup [ label = "CAPTURE\nformat\nestablished" ];