HomeSort by relevance Sort by last modified time
    Searched defs:OMX_FreeHandle (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 392 eRet = OMX_FreeHandle(core[i].inst[j]);
504 OMX_FreeHandle
516 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp)
548 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 485 OMX_FreeHandle
497 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp)
531 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 341 * OMX_FreeHandle()
355 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent)
369 "OMX_FreeHandle called without calling OMX_Init first");
821 eError = OMX_FreeHandle(hComp);

Completed in 99 milliseconds