Go to the documentation of this file. 20 #ifndef MPLAYER_VFCAP_H 21 #define MPLAYER_VFCAP_H 24 #define VFCAP_CSP_SUPPORTED 0x1 26 #define VFCAP_CSP_SUPPORTED_BY_HW 0x2 32 #define VFCAP_HWSCALE_UP 0x10 33 #define VFCAP_HWSCALE_DOWN 0x20 34 #define VFCAP_SWSCALE 0x40 36 #define VFCAP_FLIP 0x80 39 #define VFCAP_TIMER 0x100 41 #define VFCAP_FLIPPED 0x200 44 #define VFCAP_ACCEPT_STRIDE 0x400 46 #define VFCAP_POSTPROC 0x800 48 #define VFCAP_CONSTANT 0x1000 50 #define VFCAP_EOSD 0x2000 52 #define VFCAP_EOSD_UNSCALED 0x4000 54 #define VOCAP_NOSLICES 0x8000
Loading...