Home
last modified time | relevance | path

Searched refs:OMX_S32 (Results 1 – 9 of 9) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Core.h131 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
134 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
137 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
140 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
144 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
147 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
150 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
153 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
156 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
159 OMX_ErrorHardware = (OMX_S32) 0x80001009,
[all …]
DOMX_IVCommon.h148 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
149 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
325 OMX_S32 nRotation;
380 OMX_S32 nX;
381 OMX_S32 nY;
401 OMX_S32 nLeft;
402 OMX_S32 nTop;
554 OMX_S32 nContrast;
[all …]
DOMX_Types.h150 typedef int32_t OMX_S32; typedef
265 OMX_S32 nValue; /**< actual value */
266 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
267 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
DOMX_Video.h129 OMX_S32 nStride;
282 OMX_S32 sXSearchRange;
283 OMX_S32 sYSearchRange;
DOMX_CoreExt.h45 OMX_ErrorInvalidMode = (OMX_S32) (OMX_ErrorKhronosExtensions + 0x00000001),
DOMX_Audio.h312 OMX_S32 nQuality; /**< Sets encoding quality to n, between -1 (low) and 10 (high).
1080 OMX_S32 nBalance; /**< balance setting for this port
1133 OMX_S32 nBass; /**< bass setting for the port, as a
1146 OMX_S32 nTreble; /**< treble setting for the port, as a
DOMX_Image.h116 OMX_S32 nStride;
DOMX_ContentPipe.h70 typedef OMX_S32 CPint;