X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=va%2Fva_str.c;h=f22351547f3533aeb4b064ff332cfb307d331ab8;hb=refs%2Fheads%2Foreo-x86;hp=dc515b7ee523d9ff0f36e4635c9d928ef1b8eaaa;hpb=d8b6b7a6d56e8a44ba38c81202efbe4c16b71575;p=android-x86%2Fhardware-intel-common-libva.git diff --git a/va/va_str.c b/va/va_str.c index dc515b7..f223515 100644 --- a/va/va_str.c +++ b/va/va_str.c @@ -52,6 +52,15 @@ const char *vaProfileStr(VAProfile profile) TOSTR(VAProfileVP9Profile1); TOSTR(VAProfileVP9Profile2); TOSTR(VAProfileVP9Profile3); + TOSTR(VAProfileHEVCMain12); + TOSTR(VAProfileHEVCMain422_10); + TOSTR(VAProfileHEVCMain422_12); + TOSTR(VAProfileHEVCMain444); + TOSTR(VAProfileHEVCMain444_10); + TOSTR(VAProfileHEVCMain444_12); + TOSTR(VAProfileHEVCSccMain); + TOSTR(VAProfileHEVCSccMain10); + TOSTR(VAProfileHEVCSccMain444); default: break; } return ""; @@ -71,6 +80,7 @@ const char *vaEntrypointStr(VAEntrypoint entrypoint) TOSTR(VAEntrypointEncSliceLP); TOSTR(VAEntrypointVideoProc); TOSTR(VAEntrypointFEI); + TOSTR(VAEntrypointStats); } return ""; } @@ -107,6 +117,12 @@ const char *vaConfigAttribTypeStr(VAConfigAttribType configAttribType) TOSTR(VAConfigAttribEncDirtyRect); TOSTR(VAConfigAttribEncParallelRateControl); TOSTR(VAConfigAttribEncDynamicScaling); + TOSTR(VAConfigAttribDecProcessing); + TOSTR(VAConfigAttribFrameSizeToleranceSupport); + TOSTR(VAConfigAttribEncTileSupport); + TOSTR(VAConfigAttribCustomRoundingControl); + TOSTR(VAConfigAttribQPBlockSize); + TOSTR(VAConfigAttribStats); case VAConfigAttribTypeMax: break; } return ""; @@ -146,6 +162,16 @@ const char *vaBufferTypeStr(VABufferType bufferType) TOSTR(VAEncFEIDistortionBufferType); TOSTR(VAEncFEIMBControlBufferType); TOSTR(VAEncFEIMVPredictorBufferType); + TOSTR(VAEncMacroblockDisableSkipMapBufferType); + TOSTR(VADecodeStreamoutBufferType); + TOSTR(VAStatsStatisticsParameterBufferType); + TOSTR(VAStatsStatisticsBufferType); + TOSTR(VAStatsStatisticsBottomFieldBufferType); + TOSTR(VAStatsMVBufferType); + TOSTR(VAStatsMVPredictorBufferType); + TOSTR(VAEncFEICTBCmdBufferType); + TOSTR(VAEncFEICURecordBufferType); + TOSTR(VASubsetsParameterBufferType); case VABufferTypeMax: break; } return "";