Searched refs:OMX_S32 (Results 1 - 25 of 88) sorted by last modified time

1234

/frameworks/native/include/media/openmax/
H A DOMX_Audio.h331 OMX_S32 nQuality; /**< Sets encoding quality to n, between -1 (low) and 10 (high).
1112 OMX_S32 nBalance; /**< balance setting for this port
1165 OMX_S32 nBass; /**< bass setting for the port, as a
1178 OMX_S32 nTreble; /**< treble setting for the port, as a
H A DOMX_AudioExt.h88 OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if downmixing disabled */
89 OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecified */
90 OMX_S32 nDrcBoost; /**< The DRC amplification factor, between 0 and 127, -1 if unspecified */
91 OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspecified */
92 OMX_S32 nTargetReferenceLevel; /**< Target reference level, between 0 and 127, -1 if unspecified */
93 OMX_S32 nEncodedTargetLevel; /**< Target reference level assumed at the encoder, between 0 and 127, -1 if unspecified */
94 OMX_S32 nPCMLimiterEnable; /**< Signal level limiting, 0 for disable, 1 for enable, -1 if unspecified */
H A DOMX_ContentPipe.h87 typedef OMX_S32 CPint;
H A DOMX_Core.h148 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
151 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
154 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
157 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
161 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
164 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
167 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
170 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
173 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
176 OMX_ErrorHardware = (OMX_S32)
[all...]
H A DOMX_IVCommon.h186 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
187 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
200 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
201 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
363 OMX_S32 nRotation;
418 OMX_S32 nX;
419 OMX_S32 nY;
439 OMX_S32 nLeft;
440 OMX_S32 nTop;
592 OMX_S32 nContras
[all...]
H A DOMX_Image.h133 OMX_S32 nStride;
H A DOMX_Other.h250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
H A DOMX_Types.h167 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
168 typedef int32_t OMX_S32; typedef
309 OMX_S32 nValue; /**< actual value */
310 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
311 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
H A DOMX_Video.h150 OMX_S32 nStride;
303 OMX_S32 sXSearchRange;
304 OMX_S32 sYSearchRange;
/frameworks/av/include/media/
H A DIOMX.h69 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) = 0;
/frameworks/av/media/libmedia/
H A DIOMX.cpp138 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) {
721 OMX_S32 param = data.readInt32();
/frameworks/av/media/libstagefright/
H A DACodec.cpp77 // as OMX error is OMX_S32, this is an int32_t type
7710 mCodec->mComponentName.c_str(), event, (OMX_S32)data1);
H A DOMXClient.cpp64 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param);
318 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) {
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h56 OMX_S32 mSBRMode;
57 OMX_S32 mSBRRatio;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h129 * [out] converted value in OMX_S16/OMX_S32 format
134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
147 * [out] converted value in OMX_S16/OMX_S32 format
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
207 * OMX_S32 -- returns clipped value
210 OMX_S32 armClip (
213 OMX_S32 src
254 * OMX_S32 -- returns "shifted" saturated value
289 * OMX_S32 -- returns the median value
292 OMX_S32 armMedianOf
[all...]
H A Domxtypes.h93 /* OMX_S32 */
94 typedef int32_t OMX_S32; typedef
134 OMX_S32 Re; /** Real part */
135 OMX_S32 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c72 * [out] converted value in OMX_S32 format
76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value)
80 return (OMX_S32)(Value + .5);
84 return (OMX_S32)(Value - .5);
141 * [out] converted value in OMX_S32 format
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value)
151 if(Value > (OMX_S32)OMX_MAX_S32 )
153 return (OMX_S32)OMX_MAX_S32;
157 return (OMX_S32)Value;
164 if(Value < (OMX_S32)OMX_MIN_S3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h749 OMX_S32* pOffset,
780 OMX_S32 availability
964 OMX_S32 *pBestCost);
991 OMX_S32* pDstSAD,
H A DomxVC.h441 OMX_S32 *pDstSAD,
484 OMX_S32*pDstSAD,
594 OMX_S32 sliceId; /* slice number */
596 OMX_S32 qp; /* quantization parameter*/
1120 OMX_S32 srcCurrStep,
1122 OMX_S32 srcRefStep,
2327 OMX_S32 sliceId; /* slice number */
2330 OMX_S32 qpy; /* qp for luma */
2331 OMX_S32 qpc; /* qp for chroma */
2346 OMX_S32 blockSplitEnable8x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c75 OMX_S32 srcdstStep,
H A DomxVCM4P10_DeblockLuma_I.c78 OMX_S32 srcdstStep,
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c68 OMX_S32* pOffset,
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c74 OMX_S32* pOffset,
H A DomxVCM4P10_InterpolateChroma.c78 OMX_S32 srcStep,
80 OMX_S32 dstStep,
81 OMX_S32 dx,
82 OMX_S32 dy,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c80 const OMX_S32 armVCM4P2_Reciprocal_QP_S32[64]={

Completed in 3773 milliseconds

1234