HomeSort by relevance Sort by last modified time
    Searched defs:RetValue (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 78 OMXResult RetValue;
97 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
105 if (RetValue != OMX_Sts_NoErr)
107 return RetValue;
110 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
118 return RetValue;
omxVCM4P10_InterpolateHalfVer_Luma.c 77 OMXResult RetValue;
96 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
104 if (RetValue != OMX_Sts_NoErr)
106 return RetValue;
109 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
117 return RetValue;
omxVCM4P10_MotionEstimationMB.c 804 OMXResult RetValue;
827 RetValue = omxVCM4P10_BlockMatch_Integer (
853 RetValue = omxVCM4P10_BlockMatch_Half(
869 RetValue = omxVCM4P10_BlockMatch_Quarter(
890 return RetValue;
    [all...]

Completed in 128 milliseconds