/usr/include/X11/extensions
NameSizeModeActions
ag.h17050644editdlrm
agproto.h51780644editdlrm
bigreqsproto.h19600644editdlrm
bigreqstr.h1870644editdlrm
composite.h31300644editdlrm
compositeproto.h56230644editdlrm
cup.h13530644editdlrm
cupproto.h31930644editdlrm
damageproto.h37320644editdlrm
damagewire.h18930644editdlrm
dbe.h21590644editdlrm
dbeproto.h74950644editdlrm
dmx.h23730644editdlrm
dmxproto.h139470644editdlrm
dpmsconst.h17140644editdlrm
dpmsproto.h48900644editdlrm
dri2proto.h88900644editdlrm
dri2tokens.h24680644editdlrm
dri3proto.h44710644editdlrm
EVI.h15630644editdlrm
evieproto.h42380644editdlrm
EVIproto.h31020644editdlrm
ge.h17820644editdlrm
geproto.h24130644editdlrm
lbx.h22360644editdlrm
lbxproto.h258240644editdlrm
mitmiscconst.h15090644editdlrm
mitmiscproto.h22690644editdlrm
multibufconst.h25750644editdlrm
multibufproto.h89970644editdlrm
panoramiXproto.h57320644editdlrm
presentproto.h57230644editdlrm
presenttokens.h32170644editdlrm
randr.h66350644editdlrm
randrproto.h265190644editdlrm
recordconst.h20710644editdlrm
recordproto.h78930644editdlrm
recordstr.h2580644editdlrm
render.h70200644editdlrm
renderproto.h140810644editdlrm
saver.h19000644editdlrm
saverproto.h52640644editdlrm
secur.h21410644editdlrm
securproto.h33180644editdlrm
shapeconst.h18780644editdlrm
shapeproto.h70340644editdlrm
shapestr.h2520644editdlrm
shm.h16450644editdlrm
shmproto.h63500644editdlrm
shmstr.h21230644editdlrm
syncconst.h67500644editdlrm
syncproto.h115280644editdlrm
syncstr.h56110644editdlrm
vldXvMC.h54220644editdlrm
xcmiscproto.h31790644editdlrm
xcmiscstr.h1850644editdlrm
Xeviestr.h1800644editdlrm
xf86bigfont.h4140644editdlrm
xf86bigfproto.h26500644editdlrm
xf86bigfstr.h1910644editdlrm
xf86dga.h3690644editdlrm
xf86dga1const.h9310644editdlrm
xf86dga1proto.h48560644editdlrm
xf86dga1str.h1910644editdlrm
xf86dgaconst.h25360644editdlrm
xf86dgaproto.h77310644editdlrm
xf86dgastr.h1880644editdlrm
xf86misc.h39020644editdlrm
xf86mscstr.h65090644editdlrm
xf86vm.h21090644editdlrm
xf86vmproto.h169050644editdlrm
xf86vmstr.h1850644editdlrm
xfixesproto.h134300644editdlrm
xfixeswire.h53960644editdlrm
XI.h98230644editdlrm
XI2.h105420644editdlrm
XI2proto.h375180644editdlrm
XIproto.h426220644editdlrm
XKB.h282410644editdlrm
XKBgeom.h156510644editdlrm
XKBproto.h308900644editdlrm
XKBsrv.h280290644editdlrm
XKBstr.h182160644editdlrm
XResproto.h54950644editdlrm
xtestconst.h13920644editdlrm
xtestext1const.h54390644editdlrm
xtestext1proto.h78620644editdlrm
xtestproto.h33860644editdlrm
Xv.h30350644editdlrm
XvMC.h36200644editdlrm
XvMCproto.h48820644editdlrm
Xvproto.h131220644editdlrm
Edit: /usr/include/X11/extensions/XvMC.h (3620B)
#ifndef _XVMC_H_ #define _XVMC_H_ #include #include #define XvMCName "XVideo-MotionCompensation" #define XvMCNumEvents 0 #define XvMCNumErrors 3 #define XvMCVersion 1 #define XvMCRevision 1 #define XvMCBadContext 0 #define XvMCBadSurface 1 #define XvMCBadSubpicture 2 /* Chroma formats */ #define XVMC_CHROMA_FORMAT_420 0x00000001 #define XVMC_CHROMA_FORMAT_422 0x00000002 #define XVMC_CHROMA_FORMAT_444 0x00000003 /* XvMCSurfaceInfo Flags */ #define XVMC_OVERLAID_SURFACE 0x00000001 #define XVMC_BACKEND_SUBPICTURE 0x00000002 #define XVMC_SUBPICTURE_INDEPENDENT_SCALING 0x00000004 #define XVMC_INTRA_UNSIGNED 0x00000008 /* Motion Compensation types */ #define XVMC_MOCOMP 0x00000000 #define XVMC_IDCT 0x00010000 #define XVMC_MPEG_1 0x00000001 #define XVMC_MPEG_2 0x00000002 #define XVMC_H263 0x00000003 #define XVMC_MPEG_4 0x00000004 #define XVMC_MB_TYPE_MOTION_FORWARD 0x02 #define XVMC_MB_TYPE_MOTION_BACKWARD 0x04 #define XVMC_MB_TYPE_PATTERN 0x08 #define XVMC_MB_TYPE_INTRA 0x10 #define XVMC_PREDICTION_FIELD 0x01 #define XVMC_PREDICTION_FRAME 0x02 #define XVMC_PREDICTION_DUAL_PRIME 0x03 #define XVMC_PREDICTION_16x8 0x02 #define XVMC_PREDICTION_4MV 0x04 #define XVMC_SELECT_FIRST_FORWARD 0x01 #define XVMC_SELECT_FIRST_BACKWARD 0x02 #define XVMC_SELECT_SECOND_FORWARD 0x04 #define XVMC_SELECT_SECOND_BACKWARD 0x08 #define XVMC_DCT_TYPE_FRAME 0x00 #define XVMC_DCT_TYPE_FIELD 0x01 #define XVMC_TOP_FIELD 0x00000001 #define XVMC_BOTTOM_FIELD 0x00000002 #define XVMC_FRAME_PICTURE (XVMC_TOP_FIELD | XVMC_BOTTOM_FIELD) #define XVMC_SECOND_FIELD 0x00000004 #define XVMC_DIRECT 0x00000001 #define XVMC_RENDERING 0x00000001 #define XVMC_DISPLAYING 0x00000002 typedef struct { int surface_type_id; int chroma_format; unsigned short max_width; unsigned short max_height; unsigned short subpicture_max_width; unsigned short subpicture_max_height; int mc_type; int flags; } XvMCSurfaceInfo; typedef struct { XID context_id; int surface_type_id; unsigned short width; unsigned short height; XvPortID port; int flags; void * privData; /* private to the library */ } XvMCContext; typedef struct { XID surface_id; XID context_id; int surface_type_id; unsigned short width; unsigned short height; void *privData; /* private to the library */ } XvMCSurface; typedef struct { XID subpicture_id; XID context_id; int xvimage_id; unsigned short width; unsigned short height; int num_palette_entries; int entry_bytes; char component_order[4]; void *privData; /* private to the library */ } XvMCSubpicture; typedef struct { unsigned int num_blocks; XID context_id; void *privData; short *blocks; } XvMCBlockArray; typedef struct { unsigned short x; unsigned short y; unsigned char macroblock_type; unsigned char motion_type; unsigned char motion_vertical_field_select; unsigned char dct_type; short PMV[2][2][2]; unsigned int index; unsigned short coded_block_pattern; unsigned short pad0; } XvMCMacroBlock; typedef struct { unsigned int num_blocks; XID context_id; void *privData; XvMCMacroBlock *macro_blocks; } XvMCMacroBlockArray; #endif