/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_DecodeBlockCoef_Intra.c | 115 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local 153 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 160 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 164 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 170 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 174 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra() 183 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 186 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra() 191 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 194 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra() [all …]
|
D | omxVCM4P2_DecodeBlockCoef_Inter.c | 77 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local 83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter() 85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 88 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter() 91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 94 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter() 95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_DecodeBlockCoef_Intra.c | 121 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local 159 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 166 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 170 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 176 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 180 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra() 189 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 192 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra() 197 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 200 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra() [all …]
|
D | omxVCM4P2_DecodeBlockCoef_Inter.c | 77 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local 83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter() 85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 88 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter() 91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 94 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter() 95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | omxVCM4P2_DecodeBlockCoef_Intra.c | 112 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local 165 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 172 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 176 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra() 182 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 186 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra() 195 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 198 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra() 203 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra() 206 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra() [all …]
|
D | omxVCM4P2_DecodeBlockCoef_Inter.c | 81 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local 96 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter() 98 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 101 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter() 104 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter() 107 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter() 108 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
|
D | omxVCM4P2_DecodeVLCZigzag_Inter.c | 81 OMXResult errorCode; in omxVCM4P2_DecodeVLCZigzag_Inter() local 90 errorCode = armVCM4P2_GetVLCBits ( in omxVCM4P2_DecodeVLCZigzag_Inter() 110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeVLCZigzag_Inter()
|
D | armVCM4P2_EncodeVLCZigzag_intra.c | 83 OMXResult errorCode; in armVCM4P2_EncodeVLCZigzag_Intra() local 117 errorCode = armVCM4P2_PutVLCBits ( in armVCM4P2_EncodeVLCZigzag_Intra() 137 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in armVCM4P2_EncodeVLCZigzag_Intra()
|
D | armVCM4P2_DecodeVLCZigzag_intra.c | 82 OMXResult errorCode; in armVCM4P2_DecodeVLCZigzag_Intra() local 114 errorCode = armVCM4P2_GetVLCBits ( in armVCM4P2_DecodeVLCZigzag_Intra() 134 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in armVCM4P2_DecodeVLCZigzag_Intra()
|
/frameworks/media/libvideoeditor/osal/inc/ |
D | M4OSA_Debug.h | 67 #define M4OSA_DEBUG_IFx(cond, errorCode, msg, level)\ argument 72 (errorCode));\ 73 return(errorCode);\ 76 #define M4OSA_DEBUG(errorCode, msg)\ argument 78 (M4OSA_Char*)#errorCode, (M4OSA_Char*)msg, 79 (errorCode)); 84 #define M4OSA_DEBUG(errorCode, msg) 91 #define M4OSA_DEBUG_IF1(cond, errorCode, msg)\ argument 92 M4OSA_DEBUG_IFx(cond, errorCode, msg, 1) 94 #define M4OSA_DEBUG_IF1(cond, errorCode, msg) argument [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsResponse.java | 33 int errorCode; field in SmsResponse 35 public SmsResponse(int messageRef, String ackPdu, int errorCode) { in SmsResponse() argument 38 this.errorCode = errorCode; in SmsResponse() 43 + ", errorCode = " + errorCode in toString()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_DeblockLuma_I.c | 88 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local 100 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I() 103 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I() 105 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I() 108 return errorCode; in omxVCM4P10_DeblockLuma_I()
|
D | omxVCM4P10_DeblockChroma_I.c | 86 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local 98 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I() 101 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I() 103 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I() 106 return errorCode; in omxVCM4P10_DeblockChroma_I()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_DeblockLuma_I.c | 70 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local 82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I() 85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I() 87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I() 90 return errorCode; in omxVCM4P10_DeblockLuma_I()
|
D | omxVCM4P10_DeblockChroma_I.c | 67 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local 79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I() 82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I() 84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I() 87 return errorCode; in omxVCM4P10_DeblockChroma_I()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_DeblockChroma_I.c | 67 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local 79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I() 82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I() 84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I() 87 return errorCode; in omxVCM4P10_DeblockChroma_I()
|
D | omxVCM4P10_DeblockLuma_I.c | 70 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local 82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I() 85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I() 87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I() 90 return errorCode; in omxVCM4P10_DeblockLuma_I()
|
/frameworks/base/core/java/android/nfc/tech/ |
D | NdefFormatable.java | 127 int errorCode = tagService.formatNdef(serviceHandle, MifareClassic.KEY_DEFAULT); in format() local 128 switch (errorCode) { in format() 141 errorCode = tagService.ndefWrite(serviceHandle, firstMessage); in format() 142 switch (errorCode) { in format() 158 errorCode = tagService.ndefMakeReadOnly(serviceHandle); in format() 159 switch (errorCode) { in format()
|
D | BasicTagTechnology.java | 73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local 76 if (errorCode == ErrorCodes.SUCCESS) { in connect() 80 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) { in connect() 101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local 103 if (errorCode != ErrorCodes.SUCCESS) { in reconnect()
|
D | Ndef.java | 266 int errorCode = tagService.getLastError(serviceHandle); in getNdefMessage() local 267 switch (errorCode) { in getNdefMessage() 308 int errorCode = tagService.ndefWrite(serviceHandle, msg); in writeNdefMessage() local 309 switch (errorCode) { in writeNdefMessage() 370 int errorCode = tagService.ndefMakeReadOnly(mTag.getServiceHandle()); in makeReadOnly() local 371 switch (errorCode) { in makeReadOnly()
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Init.c | 48 LVPSA_RETURN errorCode = LVPSA_OK; in LVPSA_Init() local 173 errorCode = LVPSA_Control (*phInstance, pControlParams); in LVPSA_Init() 175 if(errorCode!=0) in LVPSA_Init() 177 return errorCode; in LVPSA_Init() 180 errorCode = LVPSA_ApplyNewSettings (pLVPSA_Inst); in LVPSA_Init() 182 if(errorCode!=0) in LVPSA_Init() 184 return errorCode; in LVPSA_Init() 187 return(errorCode); in LVPSA_Init()
|
/frameworks/base/voip/java/android/net/sip/ |
D | SipSession.java | 184 public void onError(SipSession session, int errorCode, in onError() argument 195 public void onCallChangeFailed(SipSession session, int errorCode, in onCallChangeFailed() argument 223 public void onRegistrationFailed(SipSession session, int errorCode, in onRegistrationFailed() argument 516 public void onCallChangeFailed(ISipSession session, int errorCode, in createListener() argument 519 mListener.onCallChangeFailed(SipSession.this, errorCode, in createListener() 524 public void onError(ISipSession session, int errorCode, String message) { in createListener() argument 526 mListener.onError(SipSession.this, errorCode, message); in createListener() 542 public void onRegistrationFailed(ISipSession session, int errorCode, in createListener() argument 545 mListener.onRegistrationFailed(SipSession.this, errorCode, in createListener()
|
D | SipSessionAdapter.java | 49 public void onCallChangeFailed(ISipSession session, int errorCode, in onCallChangeFailed() argument 53 public void onError(ISipSession session, int errorCode, String message) { in onError() argument 62 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed() argument
|
/frameworks/base/core/java/android/net/http/ |
D | ErrorStrings.java | 36 public static String getString(int errorCode, Context context) { in getString() argument 37 return context.getText(getResource(errorCode)).toString(); in getString() 44 public static int getResource(int errorCode) { in getResource() argument 45 switch(errorCode) { in getResource() 95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode); in getResource()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 141 final int errorCode, final String message) { in onCallChangeFailed() argument 146 mListener.onCallChangeFailed(session, errorCode, message); in onCallChangeFailed() 154 public void onError(final ISipSession session, final int errorCode, in onError() argument 160 mListener.onError(session, errorCode, message); in onError() 196 final int errorCode, final String message) { in onRegistrationFailed() argument 201 mListener.onRegistrationFailed(session, errorCode, message); in onRegistrationFailed()
|