Searched defs:errorCode (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c67 OMXResult errorCode; local
79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
87 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c70 OMXResult errorCode; local
82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
90 return errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c77 OMXResult errorCode; local
83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
88 errorCode = omxVCM4P2_QuantInvInter_I(
91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
94 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c115 OMXResult errorCode; local
153 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
160 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
164 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
170 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
174 errorCode = omxVCM4P2_PredictReconCoefIntra(
183 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c67 OMXResult errorCode; local
79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
87 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c70 OMXResult errorCode; local
82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
90 return errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c77 OMXResult errorCode; local
83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
88 errorCode = omxVCM4P2_QuantInvInter_I(
91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
94 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c121 OMXResult errorCode; local
159 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
166 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
170 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
176 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
180 errorCode = omxVCM4P2_PredictReconCoefIntra(
189 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c86 OMXResult errorCode; local
98 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
101 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
103 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
106 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c88 OMXResult errorCode; local
100 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
103 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
105 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
108 return errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_intra.c82 OMXResult errorCode; local
114 errorCode = armVCM4P2_GetVLCBits (
134 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DarmVCM4P2_EncodeVLCZigzag_intra.c83 OMXResult errorCode; local
117 errorCode = armVCM4P2_PutVLCBits (
137 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeBlockCoef_Inter.c81 OMXResult errorCode; local
96 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
98 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
101 errorCode = omxVCM4P2_QuantInvInter_I(
104 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
107 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
108 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c81 OMXResult errorCode; local
90 errorCode = armVCM4P2_GetVLCBits (
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeBlockCoef_Intra.c112 OMXResult errorCode; local
165 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
172 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
176 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
182 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
186 errorCode = omxVCM4P2_PredictReconCoefIntra(
195 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
/frameworks/base/core/java/android/net/http/
H A DErrorStrings.java36 public static String getString(int errorCode, Context context) { argument
37 return context.getText(getResource(errorCode)).toString();
44 public static int getResource(int errorCode) { argument
45 switch(errorCode) {
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c48 LVPSA_RETURN errorCode = LVPSA_OK; local
173 errorCode = LVPSA_Control (*phInstance, pControlParams);
175 if(errorCode!=0)
177 return errorCode;
180 errorCode = LVPSA_ApplyNewSettings (pLVPSA_Inst);
182 if(errorCode!=0)
184 return errorCode;
187 return(errorCode);
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java50 public void onError(int errorCode, String errorMessage) { argument
52 mResponse.onError(errorCode, errorMessage);
H A DAccountAuthenticatorResponse.java69 public void onError(int errorCode, String errorMessage) { argument
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipRegistrationListener.java42 * @param errorCode error code of this error
46 void onRegistrationFailed(String localProfileUri, int errorCode, argument
H A DSipErrorCode.java66 public static String toString(int errorCode) { argument
67 switch (errorCode) {
H A DSipSessionAdapter.java49 public void onCallChangeFailed(ISipSession session, int errorCode, argument
53 public void onError(ISipSession session, int errorCode, String message) { argument
62 public void onRegistrationFailed(ISipSession session, int errorCode, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsResponse.java30 * errorCode: See 3GPP 27.005, 3.2.5 for GSM/UMTS,
35 public SmsResponse(int messageRef, String ackPdu, int errorCode) { argument
38 mErrorCode = errorCode;
/frameworks/av/camera/camera2/
H A DICameraDeviceCallbacks.cpp49 void onDeviceError(CameraErrorCode errorCode) argument
54 data.writeInt32(static_cast<int32_t>(errorCode));
105 CameraErrorCode errorCode = local
107 onDeviceError(errorCode);
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c75 LVREV_ReturnStatus_en errorCode; local
82 errorCode = LVREV_ApplyNewSettings (pLVREV_Private);
84 if(errorCode != LVREV_SUCCESS)
86 return errorCode;

Completed in 1560 milliseconds

12