OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omx_res
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp
129
OMX_ERRORTYPE
omx_res
= (*(mCores[i]->mGetHandle))(
local
133
if(
omx_res
== OMX_ErrorNone) {
142
} else if(
omx_res
== OMX_ErrorInsufficientResources) {
158
OMX_ERRORTYPE
omx_res
= (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(component));
local
160
return
omx_res
;
/hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp
219
OMX_ERRORTYPE
omx_res
= (*(g_cores[i].mGetHandle))(
local
223
if(
omx_res
== OMX_ErrorNone) {
235
} else if(
omx_res
== OMX_ErrorInsufficientResources) {
263
OMX_ERRORTYPE
omx_res
= pComp->freeComponent();
local
264
if (
omx_res
!= OMX_ErrorNone) {
267
return
omx_res
;
Completed in 111 milliseconds