Home
last modified time | relevance | path

Searched refs:XvImage (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
DXvlib.h163 } SDL_NAME(XvImage);
366 extern SDL_NAME(XvImage) * SDL_NAME(XvCreateImage) (
383 SDL_NAME(XvImage) *image,
401 SDL_NAME(XvImage) *image,
416 extern SDL_NAME(XvImage) * SDL_NAME(XvShmCreateImage) (
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
DXv.c932 SDL_NAME(XvImage) * SDL_NAME(XvCreateImage) ( in SDL_NAME() argument
943 SDL_NAME(XvImage) *ret = NULL; in SDL_NAME()
963 if((ret = (SDL_NAME(XvImage)*)Xmalloc(sizeof(SDL_NAME(XvImage)) + (rep.num_planes << 3)))) { in SDL_NAME()
983 SDL_NAME(XvImage) * SDL_NAME(XvShmCreateImage) ( in SDL_NAME() argument
992 SDL_NAME(XvImage) *ret; in SDL_NAME()
1006 SDL_NAME(XvImage) *image, in SDL_NAME()
1063 SDL_NAME(XvImage) *image, in SDL_NAME()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c345 Status XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, in XvMCCompositeSubpicture()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11yuv.c68 SDL_NAME(XvImage) *image;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
Dsubpicture.c345 Status XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, in XvMCCompositeSubpicture()
/external/qemu/distrib/sdl-1.2.15/
Dconfigure.in1080 AC_HELP_STRING([--enable-video-x11-xv], [use X11 XvImage extension for video [[default=yes]]]),