Deprecated. Do not use.
*/
+/* OMX_IndexParamBrcmSupportsSlices: Sliced processing support */
+/*
+Mainly used by the MMAL framework.
+Some components support an nSliceHeight value of 16, to allow images
+to be passed in multiple chunks. All will support an nSliceHeight >=
+nFrameHeight (with some extra constraints).
+If a component supports nSliceHeight of 16, then it will respond to
+OMX_GetParameter on this index with no error and bEnabled set to OMX_TRUE.
+*/
+
+/* OMX_IndexParamBrcmSupportsUnalignedSliceheight: Unaligned nSliceHeight support */
+/*
+Most components require an nSliceHeight value which is a multiple of 16, but
+some components accepting any value >= nFrameHeight. Those ports/components will
+respond to OMX_GetParameter on this index with no error and bEnabled set to OMX_TRUE.
+*/
+
#endif
/* File EOF */
OMX_IndexParamCameraRxConfig, /**< reference: OMX_PARAM_CAMERARXCONFIG_TYPE */
OMX_IndexParamCameraRxTiming, /**< reference: OMX_PARAM_CAMERARXTIMING_TYPE */
OMX_IndexParamDynamicParameterConfig, /**< reference: OMX_PARAM_U32TYPE */
+
+ // 0x7f000100
OMX_IndexParamBrcmVideoAVCSPSTimingEnable, /** reference: OMX_CONFIG_PORTBOOLEANTYPE */
OMX_IndexParamBrcmBayerOrder, /** reference: OMX_PARAM_BAYERORDERTYPE */
OMX_IndexParamBrcmMaxNumCallbacks, /**< reference: OMX_PARAM_U32TYPE */
OMX_IndexParamBrcmJpegRestartInterval, /**< reference: OMX_PARAM_U32TYPE */
- OMX_IndexParamBrcmSupportsSlices, /**< reference: OMX_CONFIG_PORT_BOOLEANTYPE */
+ OMX_IndexParamBrcmSupportsSlices, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
+ OMX_IndexParamBrcmIspBlockOverride, /**< reference: OMX_PARAM_U32TYPE */
+ OMX_IndexParamBrcmSupportsUnalignedSliceheight, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
OMX_IndexMax = 0x7FFFFFFF
} OMX_INDEXTYPE;