Searched refs:uv_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c907 int *s3offset, int *uv_offset,
926 *uv_offset = nlines * *dstPitch;
927 *newFBSize = *uv_offset + (nlines >> 1) * *dstPitch;
928 *newTTSize = *uv_offset + (nlines >> 1) * *dstPitch;
951 *uv_offset = 0;
1139 int offset = 0, uv_offset = 0, s2offset = 0, s3offset = 0; local in function:NVPutImage
1175 &s3offset, &uv_offset,
1315 if (uv_offset) {
1317 line_len * nlines, uv_offset,
1442 uv_offset, i
905 NV_calculate_pitches_and_mem_size(NVPtr pNv,int action_flags,int * srcPitch,int * srcPitch2,int * dstPitch,int * s2offset,int * s3offset,int * uv_offset,int * newFBSize,int * newTTSize,int * line_len,int npixels,int nlines,int width,int height) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c136 float uv_offset; member in struct:xorg_xv_port_priv
189 cm[i+12] = -cm[i]*priv->y_offset - (cm[i+4] + cm[i+8])*priv->uv_offset
899 priv->uv_offset = 0.5f;

Completed in 5 milliseconds