/frameworks/av/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/av/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/av/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/av/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/av/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/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/av/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() 146 errorCode = tagService.ndefWrite(serviceHandle, firstMessage); in format() 147 switch (errorCode) { in format() 162 errorCode = tagService.ndefMakeReadOnly(serviceHandle); in format() 163 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()
|
/frameworks/av/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/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/opt/net/voip/src/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 524 public void onCallChangeFailed(ISipSession session, int errorCode, in createListener() argument 527 mListener.onCallChangeFailed(SipSession.this, errorCode, in createListener() 533 public void onError(ISipSession session, int errorCode, String message) { in createListener() argument 535 mListener.onError(SipSession.this, errorCode, message); in createListener() 554 public void onRegistrationFailed(ISipSession session, int errorCode, in createListener() argument 557 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
|
D | ISipSessionListener.aidl | 90 void onError(in ISipSession session, int errorCode, String errorMessage); in onError() argument 99 void onCallChangeFailed(in ISipSession session, int errorCode, in onCallChangeFailed() argument 124 void onRegistrationFailed(in ISipSession session, int errorCode, in onRegistrationFailed() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcFailCause.java | 74 DcFailCause(int errorCode) { in DcFailCause() argument 75 mErrorCode = errorCode; in DcFailCause() 111 public static DcFailCause fromInt(int errorCode) { in fromInt() argument 112 DcFailCause fc = sErrorCodeToFailCauseMap.get(errorCode); in fromInt()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 156 final int errorCode, final String message) { in onCallChangeFailed() argument 162 mListener.onCallChangeFailed(session, errorCode, message); in onCallChangeFailed() 171 public void onError(final ISipSession session, final int errorCode, in onError() argument 178 mListener.onError(session, errorCode, message); in onError() 219 final int errorCode, final String message) { in onRegistrationFailed() argument 225 mListener.onRegistrationFailed(session, errorCode, message); in onRegistrationFailed()
|