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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h162 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
163 typedef unsigned long OMX_U32; typedef
273 OMX_U32 nValue; /**< actual value */
274 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
275 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
304 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
305 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
355 OMX_U32 nVersion; /**< 32 bit value to make accessing the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h117 /* OMX_U32 */
119 typedef unsigned int OMX_U32; typedef
121 typedef unsigned long int OMX_U32; typedef
123 #error OMX_U32 undefined
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h117 /* OMX_U32 */
119 typedef unsigned int OMX_U32; typedef
121 typedef unsigned long int OMX_U32; typedef
123 #error OMX_U32 undefined
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h117 /* OMX_U32 */
119 typedef unsigned int OMX_U32; typedef
121 typedef unsigned long int OMX_U32; typedef
123 #error OMX_U32 undefined

Completed in 325 milliseconds