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

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 298 * Function : OMX_FreeHandle
303 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 298 * Function : OMX_FreeHandle
303 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /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 101 milliseconds