Searched defs:OMX_S32 (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Types.h149 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
150 typedef int32_t OMX_S32; typedef
277 OMX_S32 nValue; /**< actual value */
278 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
279 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Types.h147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32; typedef
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Types.h147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed int OMX_S32; typedef
275 OMX_S32 nValue; /**< actual value */
276 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
277 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Types.h147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32; typedef
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Types.h164 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
165 typedef signed long OMX_S32; typedef
280 OMX_S32 nValue; /**< actual value */
281 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
282 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Types.h147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32; typedef
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */

Completed in 2682 milliseconds