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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h180 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
181 typedef signed long long OMX_S64; typedef
188 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
189 typedef signed __int64 OMX_S64; typedef
196 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
197 typedef signed long long OMX_S64; typedef
300 typedef OMX_S64 OMX_TICKS;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h137 /* OMX_U64 & OMX_S64 */
139 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
146 typedef long long OMX_S64; /** Signed 64-bit integer */ typedef
185 OMX_S64 Re; /** Real part */
186 OMX_S64 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h137 /* OMX_U64 & OMX_S64 */
139 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
146 typedef long long OMX_S64; /** Signed 64-bit integer */ typedef
185 OMX_S64 Re; /** Real part */
186 OMX_S64 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h137 /* OMX_U64 & OMX_S64 */
139 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
146 typedef long long OMX_S64; /** Signed 64-bit integer */ typedef
185 OMX_S64 Re; /** Real part */
186 OMX_S64 Im; /** Imaginary part */

Completed in 778 milliseconds