Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 25 of 134) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c130 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local
168 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
175 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
179 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
185 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
189 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra()
198 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
201 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra()
206 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
209 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra()
[all …]
DomxVCM4P2_DecodeBlockCoef_Inter.c92 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter()
100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
103 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter()
106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter()
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c136 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local
174 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
181 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
185 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
191 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
195 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra()
204 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
207 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra()
212 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
215 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra()
[all …]
DomxVCM4P2_DecodeBlockCoef_Inter.c92 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter()
100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
103 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter()
106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter()
110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c127 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Intra() local
180 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
187 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
191 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( in omxVCM4P2_DecodeBlockCoef_Intra()
197 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
201 errorCode = omxVCM4P2_PredictReconCoefIntra( in omxVCM4P2_DecodeBlockCoef_Intra()
210 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
213 errorCode = omxVCM4P2_QuantInvIntra_I( in omxVCM4P2_DecodeBlockCoef_Intra()
218 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Intra()
221 errorCode = omxVCM4P2_IDCT8x8blk (pTempBuf1, pTempBuf2); in omxVCM4P2_DecodeBlockCoef_Intra()
[all …]
DomxVCM4P2_DecodeBlockCoef_Inter.c96 OMXResult errorCode; in omxVCM4P2_DecodeBlockCoef_Inter() local
111 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, in omxVCM4P2_DecodeBlockCoef_Inter()
113 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
116 errorCode = omxVCM4P2_QuantInvInter_I( in omxVCM4P2_DecodeBlockCoef_Inter()
119 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
122 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); in omxVCM4P2_DecodeBlockCoef_Inter()
123 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeBlockCoef_Inter()
DomxVCM4P2_DecodeVLCZigzag_Inter.c96 OMXResult errorCode; in omxVCM4P2_DecodeVLCZigzag_Inter() local
105 errorCode = armVCM4P2_GetVLCBits ( in omxVCM4P2_DecodeVLCZigzag_Inter()
125 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in omxVCM4P2_DecodeVLCZigzag_Inter()
DarmVCM4P2_EncodeVLCZigzag_intra.c98 OMXResult errorCode; in armVCM4P2_EncodeVLCZigzag_Intra() local
132 errorCode = armVCM4P2_PutVLCBits ( in armVCM4P2_EncodeVLCZigzag_Intra()
152 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in armVCM4P2_EncodeVLCZigzag_Intra()
DarmVCM4P2_DecodeVLCZigzag_intra.c97 OMXResult errorCode; in armVCM4P2_DecodeVLCZigzag_Intra() local
129 errorCode = armVCM4P2_GetVLCBits ( in armVCM4P2_DecodeVLCZigzag_Intra()
149 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); in armVCM4P2_DecodeVLCZigzag_Intra()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyExceptionUtils.java88 int errorCode = ICameraService.ERROR_INVALID_OPERATION; in throwOnServiceError() local
94 errorCode = ICameraService.ERROR_PERMISSION_DENIED; in throwOnServiceError()
101 errorCode = ICameraService.ERROR_ILLEGAL_ARGUMENT; in throwOnServiceError()
104 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError()
107 errorCode = ICameraService.ERROR_INVALID_OPERATION; in throwOnServiceError()
110 errorCode = ICameraService.ERROR_DISABLED; in throwOnServiceError()
113 errorCode = ICameraService.ERROR_CAMERA_IN_USE; in throwOnServiceError()
116 errorCode = ICameraService.ERROR_MAX_CAMERAS_IN_USE; in throwOnServiceError()
119 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError()
122 errorCode = ICameraService.ERROR_DEPRECATED_HAL; in throwOnServiceError()
[all …]
/frameworks/base/core/java/android/os/
DServiceSpecificException.java32 public final int errorCode; field in ServiceSpecificException
34 public ServiceSpecificException(int errorCode, String message) { in ServiceSpecificException() argument
36 this.errorCode = errorCode; in ServiceSpecificException()
39 public ServiceSpecificException(int errorCode) { in ServiceSpecificException() argument
40 this.errorCode = errorCode; in ServiceSpecificException()
/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java62 public final int errorCode; field in DhcpErrorEvent
64 private DhcpErrorEvent(String ifName, int errorCode) { in DhcpErrorEvent() argument
66 this.errorCode = errorCode; in DhcpErrorEvent()
71 this.errorCode = in.readInt(); in DhcpErrorEvent()
76 out.writeInt(errorCode); in writeToParcel()
94 public static void logParseError(String ifName, int errorCode) { in logParseError() argument
95 logEvent(new DhcpErrorEvent(ifName, errorCode)); in logParseError()
102 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption() argument
103 return (0xFFFF0000 & errorCode) | (0xFF & option); in errorCodeWithOption()
112 return String.format("DhcpErrorEvent(%s, %s)", ifName, Decoder.constants.get(errorCode)); in toString()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_DeblockLuma_I.c103 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
115 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I()
118 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I()
120 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I()
123 return errorCode; in omxVCM4P10_DeblockLuma_I()
DomxVCM4P10_DeblockChroma_I.c101 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
113 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I()
116 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I()
118 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I()
121 return errorCode; in omxVCM4P10_DeblockChroma_I()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
94 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I()
97 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I()
99 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I()
102 return errorCode; in omxVCM4P10_DeblockChroma_I()
DomxVCM4P10_DeblockLuma_I.c85 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
97 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I()
100 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I()
102 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I()
105 return errorCode; in omxVCM4P10_DeblockLuma_I()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_DeblockLuma_I.c85 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
97 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I( in omxVCM4P10_DeblockLuma_I()
100 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockLuma_I()
102 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I( in omxVCM4P10_DeblockLuma_I()
105 return errorCode; in omxVCM4P10_DeblockLuma_I()
DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
94 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I( in omxVCM4P10_DeblockChroma_I()
97 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode) in omxVCM4P10_DeblockChroma_I()
99 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I( in omxVCM4P10_DeblockChroma_I()
102 return errorCode; in omxVCM4P10_DeblockChroma_I()
/frameworks/minikin/tests/
DICUTestBase.h39 UErrorCode errorCode = U_ZERO_ERROR; in SetUp() local
40 udata_setCommonData(data, &errorCode); in SetUp()
41 ASSERT_TRUE(U_SUCCESS(errorCode)); in SetUp()
42 u_init(&errorCode); in SetUp()
43 ASSERT_TRUE(U_SUCCESS(errorCode)); in SetUp()
/frameworks/base/core/java/android/nfc/tech/
DNdefFormatable.java126 int errorCode = tagService.formatNdef(serviceHandle, MifareClassic.KEY_DEFAULT); in format() local
127 switch (errorCode) { in format()
145 errorCode = tagService.ndefWrite(serviceHandle, firstMessage); in format()
146 switch (errorCode) { in format()
161 errorCode = tagService.ndefMakeReadOnly(serviceHandle); in format()
162 switch (errorCode) { in format()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
DMDNSFilterPlugin.java127 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() argument
129 + errorCode); in onStartDiscoveryFailed()
133 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() argument
135 + errorCode); in onStopDiscoveryFailed()
153 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceFound() argument
155 errorCode); in onServiceFound()
178 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceLost() argument
180 + errorCode); in onServiceLost()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.c48 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/keystore/java/android/security/
DKeyStore.java634 public static KeyStoreException getKeyStoreException(int errorCode) { in getKeyStoreException() argument
635 if (errorCode > 0) { in getKeyStoreException()
637 switch (errorCode) { in getKeyStoreException()
639 return new KeyStoreException(errorCode, "OK"); in getKeyStoreException()
641 return new KeyStoreException(errorCode, "User authentication required"); in getKeyStoreException()
643 return new KeyStoreException(errorCode, "Keystore not initialized"); in getKeyStoreException()
645 return new KeyStoreException(errorCode, "System error"); in getKeyStoreException()
647 return new KeyStoreException(errorCode, "Permission denied"); in getKeyStoreException()
649 return new KeyStoreException(errorCode, "Key not found"); in getKeyStoreException()
651 return new KeyStoreException(errorCode, "Key blob corrupted"); in getKeyStoreException()
[all …]
/frameworks/base/core/java/android/webkit/
DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString() argument
37 return context.getText(getResource(errorCode)).toString(); in getString()
44 private 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/
DSipSession.java184 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()

123456