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

  /frameworks/native/include/media/openmax/
OMX_Types.h 179 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
180 typedef unsigned long long OMX_U64;
187 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
188 typedef unsigned __int64 OMX_U64;
195 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
196 typedef unsigned long long OMX_U64;
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Types.h 161 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
162 typedef unsigned long long OMX_U64;
169 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
170 typedef unsigned __int64 OMX_U64;
177 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
178 typedef unsigned long long OMX_U64;
  /hardware/qcom/media/msm8974/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/qcom/media/msm8996/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/msmcobalt/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/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/omap4-aah/domx/omx_core/inc/
OMX_Types.h 176 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
177 typedef unsigned long long OMX_U64;
184 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
185 typedef unsigned __int64 OMX_U64;
192 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
193 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 96 /* OMX_U64 & OMX_S64 */
99 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
106 typedef uint64_t OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 96 /* OMX_U64 & OMX_S64 */
99 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
106 typedef uint64_t OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 96 /* OMX_U64 & OMX_S64 */
99 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
106 typedef uint64_t OMX_U64; /** Unsigned 64-bit integer */

Completed in 324 milliseconds