Searched refs:armRetDataErrIf (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeBlockCoef_Intra.c160 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
170 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
183 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
191 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
195 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c85 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
91 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
95 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeBlockCoef_Intra.c166 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
176 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
189 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
197 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
201 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c98 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
104 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
108 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c126 armRetDataErrIf(DCValueSize == -1, OMX_Sts_Err);
127 armRetDataErrIf(DCValueSize > 12, OMX_Sts_Err);
155 armRetDataErrIf (armGetBits(ppBitStream, pBitOffset, 1) == 0, \
H A DomxVCM4P2_DecodeBlockCoef_Intra.c172 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
182 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
195 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
203 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
207 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DarmVCM4P2_GetVLCBits.c136 armRetDataErrIf( storeLevel == 0 || sign*storeLevel == 128 , OMX_Sts_Err); /* Invalid FLC */
137 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
207 armRetDataErrIf(unpackRetIndex == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err);
239 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
253 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
255 armRetDataErrIf( markerBit == 0, OMX_Sts_Err);
261 armRetDataErrIf( storeLevel == 0 || storeLevel == -2048 , OMX_Sts_Err); /* Invalid FLC */
H A DarmVCM4P2_EncodeVLCZigzag_intra.c137 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DarmVCM4P2_DecodeVLCZigzag_intra.c134 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
H A DomxVCM4P2_DecodePadMV_PVOP.c145 armRetDataErrIf(index == -1, OMX_Sts_Err);
157 armRetDataErrIf(index == -1, OMX_Sts_Err);
H A DomxVCM4P2_TransRecBlockCoef_intra.c218 armRetDataErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c80 armRetDataErrIf(CoeffToken == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err);
119 armRetDataErrIf(LevelPrefix == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err);
184 armRetDataErrIf(ZerosLeft ==ARM_NO_CODEBOOK_INDEX , OMX_Sts_Err);
189 armRetDataErrIf(ZerosLeft ==ARM_NO_CODEBOOK_INDEX , OMX_Sts_Err);
208 armRetDataErrIf(Run == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h83 #define armRetDataErrIf(condition, code) if(condition) { return (code); } macro

Completed in 199 milliseconds