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

  /frameworks/native/include/media/openmax/
OMX_Types.h 177 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
178 typedef unsigned long long OMX_U64;
185 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
186 typedef unsigned __int64 OMX_U64;
193 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
194 typedef unsigned long long OMX_U64;
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */

Completed in 228 milliseconds