/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
D | armCOMM.c | 76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32() 80 return (OMX_S32)(Value + .5); in armRoundFloatToS32() 84 return (OMX_S32)(Value - .5); in armRoundFloatToS32() 145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32() 151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32() 153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32() 157 return (OMX_S32)Value; in armSatRoundFloatToS32() 164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32() 166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32() 170 return (OMX_S32)Value; in armSatRoundFloatToS32() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
D | armCOMM.c | 76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32() 80 return (OMX_S32)(Value + .5); in armRoundFloatToS32() 84 return (OMX_S32)(Value - .5); in armRoundFloatToS32() 145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32() 151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32() 153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32() 157 return (OMX_S32)Value; in armSatRoundFloatToS32() 164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32() 166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32() 170 return (OMX_S32)Value; in armSatRoundFloatToS32() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
D | armCOMM.c | 76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32() 80 return (OMX_S32)(Value + .5); in armRoundFloatToS32() 84 return (OMX_S32)(Value - .5); in armRoundFloatToS32() 145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32() 151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32() 153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32() 157 return (OMX_S32)Value; in armSatRoundFloatToS32() 164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32() 166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32() 170 return (OMX_S32)Value; in armSatRoundFloatToS32() [all …]
|
/frameworks/native/include/media/openmax/ |
D | OMX_Core.h | 148 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) 0x80001009, [all …]
|
D | OMX_AudioExt.h | 88 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… 89 …OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecifi… 90 …OMX_S32 nDrcBoost; /**< The DRC amplification factor, between 0 and 127, -1 if unspeci… 91 …OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspec… 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 1… 94 …OMX_S32 nPCMLimiterEnable; /**< Signal level limiting, 0 for disable, 1 for enable, -1 if unsp…
|
D | OMX_IVCommon.h | 186 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 nContrast; [all …]
|
D | OMX_Types.h | 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) */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | omxVC.h | 441 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 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */ [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | omxVC.h | 441 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 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */ [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
D | omxVC.h | 441 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 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */ [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_MotionEstimationMB.c | 90 OMX_S32 SrcCurrStep, in armVCM4P10_CalculateBlockSAD() 92 OMX_S32 SrcRefStep, in armVCM4P10_CalculateBlockSAD() 94 OMX_S32 SrcRecStep, in armVCM4P10_CalculateBlockSAD() 106 OMX_S32 TempDstStep; in armVCM4P10_CalculateBlockSAD() 108 OMX_S32 TempRefStep; in armVCM4P10_CalculateBlockSAD() 141 OMX_S32 PredIntra4x4Mode [5][9]; in armVCM4P10_CalculateBlockSAD() 142 OMX_S32 x, y, Block8x8, Block4x4, BlockX, BlockY; in armVCM4P10_CalculateBlockSAD() 145 OMX_S32 StepSrcY; in armVCM4P10_CalculateBlockSAD() 146 OMX_S32 availability; in armVCM4P10_CalculateBlockSAD() 328 OMX_S32 TempSrcStep; in armVCM4P10_CalculateBlockSAD() [all …]
|
D | omxVCM4P10_InterpolateChroma.c | 81 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma() 83 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma() 84 OMX_S32 dx, in omxVCM4P10_InterpolateChroma() 85 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|
D | omxVCM4P10_InterpolateLuma.c | 80 OMX_S32 srcStep, in omxVCM4P10_InterpolateLuma() 82 OMX_S32 dstStep, in omxVCM4P10_InterpolateLuma() 83 OMX_S32 dx, in omxVCM4P10_InterpolateLuma() 84 OMX_S32 dy, in omxVCM4P10_InterpolateLuma()
|
D | omxVCM4P10_TransformQuant_ChromaDC.c | 75 OMX_S32 m[2][2]; in omxVCM4P10_TransformQuant_ChromaDC() 76 OMX_S32 Value; in omxVCM4P10_TransformQuant_ChromaDC() 77 OMX_S32 QbitsPlusOne, Two_f, MF00; in omxVCM4P10_TransformQuant_ChromaDC()
|
D | omxVCM4P10_BlockMatch_Quarter.c | 94 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Quarter() 96 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Quarter() 102 OMX_S32* pBestCost in omxVCM4P10_BlockMatch_Quarter() 113 OMX_S32 pelPosX, pelPosY; in omxVCM4P10_BlockMatch_Quarter()
|
D | omxVCM4P10_BlockMatch_Integer.c | 93 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Integer() 95 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Integer() 104 OMX_S32 *pBestCost, in omxVCM4P10_BlockMatch_Integer() 115 OMX_S32 nSearchRange; in omxVCM4P10_BlockMatch_Integer()
|
D | omxVCM4P10_BlockMatch_Half.c | 94 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Half() 96 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Half() 102 OMX_S32* pBestCost in omxVCM4P10_BlockMatch_Half()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM.h | 134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value); 152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value); 210 OMX_S32 armClip ( 213 OMX_S32 src 292 OMX_S32 armMedianOf3 ( 293 OMX_S32 fEntry, 294 OMX_S32 sEntry, 295 OMX_S32 tEntry 335 OMX_S32 armSatAdd_S32( 336 OMX_S32 Value1, [all …]
|
D | omxtypes.h | 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/arm_neon/api/ |
D | armCOMM.h | 134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value); 152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value); 210 OMX_S32 armClip ( 213 OMX_S32 src 292 OMX_S32 armMedianOf3 ( 293 OMX_S32 fEntry, 294 OMX_S32 sEntry, 295 OMX_S32 tEntry 335 OMX_S32 armSatAdd_S32( 336 OMX_S32 Value1, [all …]
|
D | omxtypes.h | 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/reference/api/ |
D | armCOMM.h | 134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value); 152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value); 210 OMX_S32 armClip ( 213 OMX_S32 src 292 OMX_S32 armMedianOf3 ( 293 OMX_S32 fEntry, 294 OMX_S32 sEntry, 295 OMX_S32 tEntry 335 OMX_S32 armSatAdd_S32( 336 OMX_S32 Value1, [all …]
|
D | omxtypes.h | 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/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateChroma.c | 78 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma() 80 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma() 81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma() 82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateChroma.c | 78 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma() 80 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma() 81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma() 82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|