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

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c92 OMXResult errorCode; local
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
103 errorCode = omxVCM4P2_QuantInvInter_I(
106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c130 OMXResult errorCode; local
168 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
175 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
179 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
185 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
189 errorCode = omxVCM4P2_PredictReconCoefIntra(
198 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.c92 OMXResult errorCode; local
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
103 errorCode = omxVCM4P2_QuantInvInter_I(
106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c136 OMXResult errorCode; local
174 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
181 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
185 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
191 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
195 errorCode = omxVCM4P2_PredictReconCoefIntra(
204 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java29 public KeyStoreException(int errorCode, String message) { argument
31 mErrorCode = errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c96 OMXResult errorCode; local
111 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
113 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
116 errorCode = omxVCM4P2_QuantInvInter_I(
119 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
122 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst);
123 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c127 OMXResult errorCode; local
180 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
187 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
191 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
197 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
201 errorCode = omxVCM4P2_PredictReconCoefIntra(
210 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
[all...]
H A DarmVCM4P2_EncodeVLCZigzag_intra.c98 OMXResult errorCode; local
132 errorCode = armVCM4P2_PutVLCBits (
152 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c96 OMXResult errorCode; local
105 errorCode = armVCM4P2_GetVLCBits (
125 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; local
94 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
97 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
99 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
102 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c85 OMXResult errorCode; local
97 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
100 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
102 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
105 return errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; local
94 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
97 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
99 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
102 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c85 OMXResult errorCode; local
97 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
100 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
102 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
105 return errorCode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c101 OMXResult errorCode; local
113 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
116 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
118 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
121 return errorCode;
H A DomxVCM4P10_DeblockLuma_I.c103 OMXResult errorCode; local
115 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
118 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
120 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
123 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
/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 966 milliseconds

12345