OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMX_U32
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/include/media/stagefright/openmax/
OMX_Types.h
162
/**
OMX_U32
is a 32 bit unsigned quantity that is 32 bit word aligned */
163
typedef unsigned long
OMX_U32
;
273
OMX_U32
nValue; /**< actual value */
274
OMX_U32
nMin; /**< minimum for value (i.e. nValue >= nMin) */
275
OMX_U32
nMax; /**< maximum for value (i.e. nValue <= nMax) */
304
OMX_U32
nLowPart; /** low bits of the signed 64 bit tick value */
305
OMX_U32
nHighPart; /** high bits of the signed 64 bit tick value */
355
OMX_U32
nVersion; /**< 32 bit value to make accessing the
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h
144
/**
OMX_U32
is a 32 bit unsigned quantity that is 32 bit word aligned */
145
typedef unsigned long
OMX_U32
;
255
OMX_U32
nValue; /**< actual value */
256
OMX_U32
nMin; /**< minimum for value (i.e. nValue >= nMin) */
257
OMX_U32
nMax; /**< maximum for value (i.e. nValue <= nMax) */
286
OMX_U32
nLowPart; /** low bits of the signed 64 bit tick value */
287
OMX_U32
nHighPart; /** high bits of the signed 64 bit tick value */
337
OMX_U32
nVersion; /**< 32 bit value to make accessing the
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h
144
/**
OMX_U32
is a 32 bit unsigned quantity that is 32 bit word aligned */
145
typedef unsigned long
OMX_U32
;
255
OMX_U32
nValue; /**< actual value */
256
OMX_U32
nMin; /**< minimum for value (i.e. nValue >= nMin) */
257
OMX_U32
nMax; /**< maximum for value (i.e. nValue <= nMax) */
286
OMX_U32
nLowPart; /** low bits of the signed 64 bit tick value */
287
OMX_U32
nHighPart; /** high bits of the signed 64 bit tick value */
337
OMX_U32
nVersion; /**< 32 bit value to make accessing the
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h
144
/**
OMX_U32
is a 32 bit unsigned quantity that is 32 bit word aligned */
145
typedef unsigned long
OMX_U32
;
255
OMX_U32
nValue; /**< actual value */
256
OMX_U32
nMin; /**< minimum for value (i.e. nValue >= nMin) */
257
OMX_U32
nMax; /**< maximum for value (i.e. nValue <= nMax) */
286
OMX_U32
nLowPart; /** low bits of the signed 64 bit tick value */
287
OMX_U32
nHighPart; /** high bits of the signed 64 bit tick value */
337
OMX_U32
nVersion; /**< 32 bit value to make accessing the
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h
117
/*
OMX_U32
*/
119
typedef unsigned int
OMX_U32
;
121
typedef unsigned long int
OMX_U32
;
123
#error
OMX_U32
undefined
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h
117
/*
OMX_U32
*/
119
typedef unsigned int
OMX_U32
;
121
typedef unsigned long int
OMX_U32
;
123
#error
OMX_U32
undefined
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h
117
/*
OMX_U32
*/
119
typedef unsigned int
OMX_U32
;
121
typedef unsigned long int
OMX_U32
;
123
#error
OMX_U32
undefined
Completed in 632 milliseconds