diff options
Diffstat (limited to 'xorg/server/module/rdpXv.h')
-rw-r--r-- | xorg/server/module/rdpXv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/server/module/rdpXv.h b/xorg/server/module/rdpXv.h index 94331688..9cf28700 100644 --- a/xorg/server/module/rdpXv.h +++ b/xorg/server/module/rdpXv.h @@ -31,4 +31,13 @@ XVideo Bool rdpXvInit(ScreenPtr pScreen, ScrnInfoPtr pScrn); +int +YV12_to_RGB32(unsigned char *yuvs, int width, int height, int *rgbs); +int +I420_to_RGB32(unsigned char *yuvs, int width, int height, int *rgbs); +int +YUY2_to_RGB32(unsigned char *yuvs, int width, int height, int *rgbs); +int +UYVY_to_RGB32(unsigned char *yuvs, int width, int height, int *rgbs); + #endif |