Searched refs:RetValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfHor_Luma.c78 OMXResult RetValue; local
97 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
105 if (RetValue != OMX_Sts_NoErr)
107 return RetValue;
110 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
118 return RetValue;
H A DomxVCM4P10_InterpolateHalfVer_Luma.c77 OMXResult RetValue; local
96 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
104 if (RetValue != OMX_Sts_NoErr)
106 return RetValue;
109 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
117 return RetValue;
H A DomxVCM4P10_MotionEstimationMB.c804 OMXResult RetValue; local
827 RetValue = omxVCM4P10_BlockMatch_Integer (
853 RetValue = omxVCM4P10_BlockMatch_Half(
869 RetValue = omxVCM4P10_BlockMatch_Quarter(
890 return RetValue;

Completed in 395 milliseconds