Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:yuv

125     struct xa_surface *yuv[2][3];
151 * Applies yuv- and resulting rgb scales and offsets to compute the correct
177 * Adjust for yuv scales in input and rgb scale in the converted output.
186 * Adjust for yuv offsets in input and rgb offset in the converted output.
240 if (priv->yuv[j][i]) {
241 xa_surface_destroy(priv->yuv[j][i]);
242 priv->yuv[j][i] = NULL;
338 struct xa_surface **yuv = priv->yuv[priv->current_set];
362 if (!yuv[i])
363 yuv[i] = xa_surface_create(priv->xat, width, height, 8,
367 ret = xa_surface_redefine(yuv[i], width, height, 8,
370 if (ret || !yuv[i])
607 struct xa_surface **yuv = port->yuv[port->current_set];
614 ymap = xa_surface_map(port->r, yuv[0], XA_MAP_WRITE);
617 umap = xa_surface_map(port->r, yuv
620 vmap = xa_surface_map(port->r, yuv[2], XA_MAP_WRITE);
686 xa_surface_unmap(yuv[2]);
688 xa_surface_unmap(yuv[1]);
690 xa_surface_unmap(yuv[0]);
763 pPriv->yuv[pPriv->current_set]);
805 pPriv->yuv[pPriv->current_set ]);