OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oret
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp
99
OMX_ERRORTYPE
oret
= OMX_ErrorNone;
local
192
oret
= (OMX_ERRORTYPE)OMX_ErrorIntelExtSliceSizeOverflow;
236
LOGV_IF(
oret
== OMX_ErrorNone, "%s(),%d: exit, encode is done\n", __func__, __LINE__);
238
return
oret
;
OMXVideoEncoderMPEG4.cpp
92
OMX_ERRORTYPE
oret
= OMX_ErrorNone;
local
235
return
oret
;
OMXVideoEncoderVP8.cpp
85
OMX_ERRORTYPE
oret
= OMX_ErrorNone;
local
231
return
oret
;
OMXVideoEncoderAVC.cpp
578
OMX_ERRORTYPE
oret
= OMX_ErrorNone;
local
655
oret
= ProcessDataRetrieve(buffers, &OutBufReturned);
660
LOGV("ProcessorProcess ret=%x",
oret
);
661
return
oret
;
[
all
...]
Completed in 352 milliseconds