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

  /frameworks/native/include/media/openmax/
OMX_Types.h 164 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
165 typedef uint32_t OMX_U32;
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
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Types.h 146 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
147 typedef uint32_t OMX_U32;
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/
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/qcom/media/msm8996/mm-core/inc/
OMX_Types.h 144 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
145 typedef unsigned int OMX_U32;
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/
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/omap4-aah/domx/omx_core/inc/
OMX_Types.h 161 /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */
162 typedef unsigned long OMX_U32;
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/
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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 90 /* OMX_U32 */
91 typedef uint32_t OMX_U32;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 90 /* OMX_U32 */
91 typedef uint32_t OMX_U32;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 90 /* OMX_U32 */
91 typedef uint32_t OMX_U32;

Completed in 873 milliseconds