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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Types.h 144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32;
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
  /frameworks/base/include/media/stagefright/openmax/
OMX_Types.h 162 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
163 typedef unsigned long OMX_U32;
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
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32;
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/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned long OMX_U32;
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 15 milliseconds