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

  /frameworks/native/include/media/openmax/
OMX_Types.h 165 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
166 typedef signed long OMX_S32;
281 OMX_S32 nValue; /**< actual value */
282 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
283 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 127 /* OMX_S32 */
129 typedef signed int OMX_S32;
131 typedef long signed int OMX_S32;
133 #error OMX_S32 undefined
176 OMX_S32 Re; /** Real part */
177 OMX_S32 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 127 /* OMX_S32 */
129 typedef signed int OMX_S32;
131 typedef long signed int OMX_S32;
133 #error OMX_S32 undefined
176 OMX_S32 Re; /** Real part */
177 OMX_S32 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 127 /* OMX_S32 */
129 typedef signed int OMX_S32;
131 typedef long signed int OMX_S32;
133 #error OMX_S32 undefined
176 OMX_S32 Re; /** Real part */
177 OMX_S32 Im; /** Imaginary part */

Completed in 539 milliseconds