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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 93 OMXResult RetValue;
112 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
120 if (RetValue != OMX_Sts_NoErr)
122 return RetValue;
125 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
133 return RetValue;
omxVCM4P10_InterpolateHalfVer_Luma.c 92 OMXResult RetValue;
111 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
119 if (RetValue != OMX_Sts_NoErr)
121 return RetValue;
124 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
132 return RetValue;
omxVCM4P10_MotionEstimationMB.c 819 OMXResult RetValue;
842 RetValue = omxVCM4P10_BlockMatch_Integer (
868 RetValue = omxVCM4P10_BlockMatch_Half(
884 RetValue = omxVCM4P10_BlockMatch_Quarter(
905 return RetValue;
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 61 void endFunctionWithRet(Function *Func, Value *RetValue) {
62 Builder.CreateRet(RetValue);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1496 milliseconds