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

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Types.h146 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
147 typedef uint32_t OMX_U32; typedef
199 typedef OMX_U32 OMX_PTR;
269 OMX_U32 nValue; /**< actual value */
270 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
271 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
300 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
301 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
351 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Types.h144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32; typedef
255 OMX_U32 nValue; /**< actual value */
256 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
286 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
287 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
337 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Types.h144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned int OMX_U32; typedef
197 typedef OMX_U32 OMX_PTR;
267 OMX_U32 nValue; /**< actual value */
268 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
269 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
298 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
299 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
349 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Types.h144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32; typedef
255 OMX_U32 nValue; /**< actual value */
256 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
286 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
287 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
337 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Types.h161 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
162 typedef unsigned long OMX_U32; typedef
272 OMX_U32 nValue; /**< actual value */
273 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
274 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
303 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
304 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
354 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Types.h144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32; typedef
255 OMX_U32 nValue; /**< actual value */
256 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
286 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
287 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
337 OMX_U32 nVersion; /**< 32 bit value to make accessing the

Completed in 576 milliseconds