Searched defs:OMX_FreeHandle (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c298 * Function : OMX_FreeHandle
303 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle( function
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.c392 eRet = OMX_FreeHandle(core[i].inst[j]);
504 OMX_FreeHandle
516 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp) function
548 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.c485 OMX_FreeHandle
497 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp) function
531 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c341 * OMX_FreeHandle()
355 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent) function
369 "OMX_FreeHandle called without calling OMX_Init first");
821 eError = OMX_FreeHandle(hComp);

Completed in 156 milliseconds