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

/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Types.h164 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
165 typedef uint32_t OMX_U32; typedef
301 OMX_U32 nValue; /**< actual value */
302 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
303 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
332 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
333 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
383 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/frameworks/native/include/media/openmax/
H A DOMX_Types.h164 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
165 typedef uint32_t OMX_U32; typedef
301 OMX_U32 nValue; /**< actual value */
302 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
303 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
332 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
333 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
383 OMX_U32 nVersion; /**< 32 bit value to make accessing the

Completed in 10 milliseconds