Searched refs:errorCode (Results 1 - 25 of 84) sorted by relevance

1234

/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/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/m4p2/src/
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_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...]
H A DarmVCM4P2_EncodeVLCZigzag_intra.c83 OMXResult errorCode; local
117 errorCode = armVCM4P2_PutVLCBits (
137 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c81 OMXResult errorCode; local
90 errorCode = armVCM4P2_GetVLCBits (
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
/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/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/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/base/core/java/android/accounts/
H A DIAccountAuthenticatorResponse.aidl27 void onError(int errorCode, String errorMessage);
H A DIAccountManagerResponse.aidl26 void onError(int errorCode, String errorMessage);
/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/base/core/java/android/bluetooth/le/
H A DAdvertiseCallback.java69 * @param errorCode Error code (see ADVERTISE_FAILED_* constants) for advertising start
72 public void onStartFailure(int errorCode) { argument
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java102 * @param errorCode Error code to pass to the client. One of the ERROR_ values from
105 public void error(int errorCode); argument
H A DITextToSpeechCallback.aidl49 * @param errorCode One of the values from
52 void onError(String utteranceId, int errorCode);
/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
H A DISipSessionListener.aidl87 * @param errorCode error code defined in {@link SipErrorCode}
90 void onError(in ISipSession session, int errorCode, String errorMessage);
96 * @param errorCode error code defined in {@link SipErrorCode}
99 void onCallChangeFailed(in ISipSession session, int errorCode,
121 * @param errorCode error code defined in {@link SipErrorCode}
124 void onRegistrationFailed(in ISipSession session, int errorCode,
/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java126 int errorCode = tagService.formatNdef(serviceHandle, MifareClassic.KEY_DEFAULT);
127 switch (errorCode) {
145 errorCode = tagService.ndefWrite(serviceHandle, firstMessage);
146 switch (errorCode) {
161 errorCode = tagService.ndefMakeReadOnly(serviceHandle);
162 switch (errorCode) {

Completed in 353 milliseconds

1234