Searched refs:InputVideoEncodings (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c246 InputVideoEncodings[] = variable in typeref:typename:XF86VideoEncodingRec[]
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[pAPri
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.c186 static XF86VideoEncodingRec InputVideoEncodings[] =
202 static XF86VideoEncodingRec InputVideoEncodings[] = variable in typeref:typename:XF86VideoEncodingRec[]
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/
H A Dradeon_video.c389 InputVideoEncodings[] = variable in typeref:typename:XF86VideoEncodingRec[]
1691 adapt->pEncodings = InputVideoEncodings;
3512 width = InputVideoEncodings[pPriv->encoding].width;
3513 height = InputVideoEncodings[pPriv->encoding].height;
3863 width = InputVideoEncodings[pPriv->encoding].width;
3864 height = InputVideoEncodings[pPriv->encoding].height;

Completed in 11 milliseconds