OSDN Git Service

add decode stream out buffer type
[android-x86/hardware-intel-common-libva.git] / va / va_str.c
index 48b021a..d321604 100644 (file)
@@ -101,6 +101,16 @@ const char *vaConfigAttribTypeStr(VAConfigAttribType configAttribType)
     TOSTR(VAConfigAttribDecJPEG);
     TOSTR(VAConfigAttribMaxPictureWidth);
     TOSTR(VAConfigAttribMaxPictureHeight);
+    TOSTR(VAConfigAttribEncQuantization);
+    TOSTR(VAConfigAttribEncIntraRefresh);
+    TOSTR(VAConfigAttribProcessingRate);
+    TOSTR(VAConfigAttribEncDirtyRect);
+    TOSTR(VAConfigAttribEncParallelRateControl);
+    TOSTR(VAConfigAttribEncDynamicScaling);
+    TOSTR(VAConfigAttribDecProcessing);
+    TOSTR(VAConfigAttribFrameSizeToleranceSupport);
+    TOSTR(VAConfigAttribEncTileSupport);
+    TOSTR(VAConfigAttribCustomRoundingControl);
     case VAConfigAttribTypeMax: break;
     }
     return "<unknown config attribute type>";
@@ -140,6 +150,8 @@ const char *vaBufferTypeStr(VABufferType bufferType)
     TOSTR(VAEncFEIDistortionBufferType);
     TOSTR(VAEncFEIMBControlBufferType);
     TOSTR(VAEncFEIMVPredictorBufferType);
+    TOSTR(VAEncMacroblockDisableSkipMapBufferType);
+    TOSTR(VADecodeStreamoutBufferType);
     case VABufferTypeMax: break;
     }
     return "<unknown buffer type>";