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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h182 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
183 typedef signed long long OMX_S64; typedef
190 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
191 typedef signed __int64 OMX_S64; typedef
198 /** OMX_S64 is a 64 bit signed quantity that is 64 bit word aligned */
199 typedef signed long long OMX_S64; typedef
328 typedef OMX_S64 OMX_TICKS;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h96 /* OMX_U64 & OMX_S64 */
98 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
105 typedef int64_t OMX_S64; /** Signed 64-bit integer */ typedef
143 OMX_S64 Re; /** Real part */
144 OMX_S64 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h96 /* OMX_U64 & OMX_S64 */
98 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
105 typedef int64_t OMX_S64; /** Signed 64-bit integer */ typedef
143 OMX_S64 Re; /** Real part */
144 OMX_S64 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h96 /* OMX_U64 & OMX_S64 */
98 typedef __int64 OMX_S64; /** Signed 64-bit integer */ typedef
105 typedef int64_t OMX_S64; /** Signed 64-bit integer */ typedef
143 OMX_S64 Re; /** Real part */
144 OMX_S64 Im; /** Imaginary part */

Completed in 109 milliseconds