OSDN Git Service

Add VP8 decoding API
[android-x86/hardware-intel-common-libva.git] / va / va.h
diff --git a/va/va.h b/va/va.h
index d9e4c7e..8057912 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -286,7 +286,8 @@ typedef enum
     VAProfileVC1Advanced               = 10,
     VAProfileH263Baseline              = 11,
     VAProfileJPEGBaseline               = 12,
-    VAProfileH264ConstrainedBaseline = 13
+    VAProfileH264ConstrainedBaseline    = 13,
+    VAProfileVP8Version0_3              = 14
 } VAProfile;
 
 /* 
@@ -873,6 +874,7 @@ typedef enum
     VAProtectedSliceDataBufferType     = 10,
     VAQMatrixBufferType                 = 11,
     VAHuffmanTableBufferType            = 12,
+    VAProbabilityBufferType             = 13,
 
 /* Following are encode buffer types */
     VAEncCodedBufferType               = 21,