OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/curl/docs/examples/
synctime.c
263
int
RetValue
;
268
RetValue
= 0; /* Successful Exit */
348
RetValue
= 1;
366
return
RetValue
;
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 83 milliseconds