zynq: add mapping for latest custom indexes

Fix warning when building using version 2019.2 of OMX headers.
This commit is contained in:
Guillaume Desmottes 2019-12-19 13:51:17 +05:30
parent a51123eea0
commit 73179da17c

View file

@ -1811,6 +1811,36 @@ omx_index_type_to_str (OMX_INDEXTYPE index)
return "OMX_ALG_IndexConfigVideoInsertSuffixSEI";
case OMX_ALG_IndexConfigVideoQuantizationParameterTable:
return "OMX_ALG_IndexConfigVideoQuantizationParameterTable";
case OMX_ALG_IndexParamVideoTransferCharacteristics:
return "OMX_ALG_IndexParamVideoTransferCharacteristics";
case OMX_ALG_IndexParamVideoColorMatrix:
return "OMX_ALG_IndexParamVideoColorMatrix";
case OMX_ALG_IndexParamVideoInputParsed:
return "OMX_ALG_IndexParamVideoInputParsed";
case OMX_ALG_IndexParamVideoMaxPictureSize:
return "OMX_ALG_IndexParamVideoMaxPictureSize";
case OMX_ALG_IndexParamVideoMaxPictureSizes:
return "OMX_ALG_IndexParamVideoMaxPictureSizes";
case OMX_ALG_IndexParamVideoLoopFilterBeta:
return "OMX_ALG_IndexParamVideoLoopFilterBeta";
case OMX_ALG_IndexParamVideoLoopFilterTc:
return "OMX_ALG_IndexParamVideoLoopFilterTc";
case OMX_ALG_IndexParamVideoQuantizationTable:
return "OMX_ALG_IndexParamVideoQuantizationTable";
case OMX_ALG_IndexConfigVideoTransferCharacteristics:
return "OMX_ALG_IndexConfigVideoTransferCharacteristics";
case OMX_ALG_IndexConfigVideoColorMatrix:
return "OMX_ALG_IndexConfigVideoColorMatrix";
case OMX_ALG_IndexConfigVideoLoopFilterBeta:
return "OMX_ALG_IndexConfigVideoLoopFilterBeta";
case OMX_ALG_IndexConfigVideoLoopFilterTc:
return "OMX_ALG_IndexConfigVideoLoopFilterTc";
case OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs:
return "OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs";
case OMX_ALG_IndexConfigVideoMaxResolutionChange:
return "OMX_ALG_IndexConfigVideoMaxResolutionChange";
case OMX_ALG_IndexPortParamEarlyCallback:
return "OMX_ALG_IndexPortParamEarlyCallback";
case OMX_ALG_IndexMaxEnum:
return "OMX_ALG_IndexMaxEnum";
}