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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfHor_Luma.c93 OMXResult RetValue; local
112 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
120 if (RetValue != OMX_Sts_NoErr)
122 return RetValue;
125 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
133 return RetValue;
H A DomxVCM4P10_InterpolateHalfVer_Luma.c92 OMXResult RetValue; local
111 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
119 if (RetValue != OMX_Sts_NoErr)
121 return RetValue;
124 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
132 return RetValue;
H A DomxVCM4P10_MotionEstimationMB.c819 OMXResult RetValue; local
842 RetValue = omxVCM4P10_BlockMatch_Integer (
868 RetValue = omxVCM4P10_BlockMatch_Half(
884 RetValue = omxVCM4P10_BlockMatch_Quarter(
905 return RetValue;

Completed in 90 milliseconds