Searched refs:oret (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderH263.cpp99 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;
H A DOMXVideoEncoderMPEG4.cpp92 OMX_ERRORTYPE oret = OMX_ErrorNone; local
235 return oret;
H A DOMXVideoEncoderVP8.cpp85 OMX_ERRORTYPE oret = OMX_ErrorNone; local
231 return oret;
H A DOMXVideoEncoderAVC.cpp578 OMX_ERRORTYPE oret = OMX_ErrorNone; local
655 oret = ProcessDataRetrieve(buffers, &OutBufReturned);
660 LOGV("ProcessorProcess ret=%x", oret);
661 return oret;

Completed in 625 milliseconds