va.h   va.h 
skipping to change at line 149 skipping to change at line 149
* Clears the drawable with background color. * Clears the drawable with background color.
* for hardware overlay based implementation this flag * for hardware overlay based implementation this flag
* can be used to turn off the overlay * can be used to turn off the overlay
*/ */
#define VA_CLEAR_DRAWABLE 0x00000008 #define VA_CLEAR_DRAWABLE 0x00000008
/* Color space conversion flags for vaPutSurface() */ /* Color space conversion flags for vaPutSurface() */
#define VA_SRC_BT601 0x00000010 #define VA_SRC_BT601 0x00000010
#define VA_SRC_BT709 0x00000020 #define VA_SRC_BT709 0x00000020
/* Scaling flags for vaPutSurface() */
#define VA_FILTER_SCALING_DEFAULT 0x00000000
#define VA_FILTER_SCALING_FAST 0x00000100
#define VA_FILTER_SCALING_HQ 0x00000200
#define VA_FILTER_SCALING_NL_ANAMORPHIC 0x00000300
#define VA_FILTER_SCALING_MASK 0x00000f00
/* /*
* Returns a short english description of error_status * Returns a short english description of error_status
*/ */
const char *vaErrorStr(VAStatus error_status); const char *vaErrorStr(VAStatus error_status);
/* /*
* Initialization: * Initialization:
* A display must be obtained by calling vaGetDisplay() before calling * A display must be obtained by calling vaGetDisplay() before calling
* vaInitialize() and other functions. This connects the API to the * vaInitialize() and other functions. This connects the API to the
* native window system. * native window system.
 End of changes. 1 change blocks. 
0 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/