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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h165 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
166 typedef signed long OMX_S32; typedef
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) */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h127 /* OMX_S32 */
129 typedef signed int OMX_S32; typedef
131 typedef long signed int OMX_S32; typedef
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/
H A Domxtypes.h127 /* OMX_S32 */
129 typedef signed int OMX_S32; typedef
131 typedef long signed int OMX_S32; typedef
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/
H A Domxtypes.h127 /* OMX_S32 */
129 typedef signed int OMX_S32; typedef
131 typedef long signed int OMX_S32; typedef
133 #error OMX_S32 undefined
176 OMX_S32 Re; /** Real part */
177 OMX_S32 Im; /** Imaginary part */

Completed in 9382 milliseconds