Searched defs:OMX_U32 (Results 1 - 4 of 4) sorted by last modified time

/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
295 OMX_U32 nValue; /**< actual value */
296 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
297 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
326 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
327 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
377 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h90 /* OMX_U32 */
91 typedef uint32_t OMX_U32; typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h90 /* OMX_U32 */
91 typedef uint32_t OMX_U32; typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h90 /* OMX_U32 */
91 typedef uint32_t OMX_U32; typedef

Completed in 247 milliseconds