HomeSort by: relevance | last modified time | path
    Searched refs:InputVideoEncodings (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 246 InputVideoEncodings[] =
1411 pPPriv->fh = InputVideoEncodings[pAPriv->VideoStd * 3].height >>
1511 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1512 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1555 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1556 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1615 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1616 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1662 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1663 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.c 186 static XF86VideoEncodingRec InputVideoEncodings[] =
202 static XF86VideoEncodingRec InputVideoEncodings[] =
409 adapt->pEncodings = InputVideoEncodings;
603 sizeof(InputVideoEncodings)/sizeof(InputVideoEncodings[0]))
1695 width = InputVideoEncodings[pPriv->encoding].width;
1696 height = InputVideoEncodings[pPriv->encoding].height;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.c 389 InputVideoEncodings[] =
1693 adapt->pEncodings = InputVideoEncodings;
3514 width = InputVideoEncodings[pPriv->encoding].width;
3515 height = InputVideoEncodings[pPriv->encoding].height;
3865 width = InputVideoEncodings[pPriv->encoding].width;
3866 height = InputVideoEncodings[pPriv->encoding].height;

Completed in 11 milliseconds